Diff gvim-9.0.1777 with a gvim-9999

/usr/portage/app-editors/gvim/gvim-9999.ebuild 2023-10-09 14:52:28.280368320 +0300
70 70
	sound? ( media-libs/libcanberra )
71 71
	tcl? ( dev-lang/tcl:0= )
72 72
"
73
DEPEND="${RDEPEND}
74
	x11-base/xorg-proto"
73
DEPEND="${RDEPEND}"
75 74
# configure runs the Lua interpreter
76 75
BDEPEND="
77 76
	sys-devel/autoconf
......
256 255
	fi
257 256

  
258 257
	econf \
259
		--with-modified-by="Gentoo-${PVR} (RIP Bram)" \
258
		--with-modified-by=Gentoo-${PVR} \
260 259
		--with-vim-name=gvim \
261 260
		--with-x \
262 261
		"${myconf[@]}"
Thank you!