diff options
author | Matt Turner <mattst88@gentoo.org> | 2018-04-26 18:05:55 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-04-26 18:05:55 -0700 |
commit | 48c39c87f56eeede87b27d1572ae90437210b719 (patch) | |
tree | 3a07779c914391726ef4663b5cd9b3c2bee2e279 /app-editors/xvile | |
parent | dev-java/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto). (diff) | |
download | gentoo-48c39c87f56eeede87b27d1572ae90437210b719.tar.gz gentoo-48c39c87f56eeede87b27d1572ae90437210b719.tar.bz2 gentoo-48c39c87f56eeede87b27d1572ae90437210b719.zip |
app-editors/xvile: Move x11 proto deps to DEPEND
Diffstat (limited to 'app-editors/xvile')
-rw-r--r-- | app-editors/xvile/xvile-9.8r-r1.ebuild (renamed from app-editors/xvile/xvile-9.8r.ebuild) | 2 | ||||
-rw-r--r-- | app-editors/xvile/xvile-9.8s-r1.ebuild (renamed from app-editors/xvile/xvile-9.8s.ebuild) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/xvile/xvile-9.8r.ebuild b/app-editors/xvile/xvile-9.8r-r1.ebuild index 45cb7accad3e..d2cd7608324f 100644 --- a/app-editors/xvile/xvile-9.8r.ebuild +++ b/app-editors/xvile/xvile-9.8r-r1.ebuild @@ -15,7 +15,6 @@ IUSE="perl" RDEPEND="perl? ( dev-lang/perl ) =app-editors/vile-${PV} - x11-base/xorg-proto >=x11-libs/libX11-1.0.0 >=x11-libs/libXt-1.0.0 >=x11-libs/libICE-1.0.0 @@ -23,6 +22,7 @@ RDEPEND="perl? ( dev-lang/perl ) >=x11-libs/libXaw-1.0.1 >=x11-libs/libXpm-3.5.4.2" DEPEND="${RDEPEND} + x11-base/xorg-proto sys-devel/flex" S=${WORKDIR}/${MY_P} diff --git a/app-editors/xvile/xvile-9.8s.ebuild b/app-editors/xvile/xvile-9.8s-r1.ebuild index 77b721ab9a6a..8ea94b51724e 100644 --- a/app-editors/xvile/xvile-9.8s.ebuild +++ b/app-editors/xvile/xvile-9.8s-r1.ebuild @@ -15,7 +15,6 @@ IUSE="perl" RDEPEND="perl? ( dev-lang/perl ) =app-editors/vile-${PV} - x11-base/xorg-proto >=x11-libs/libX11-1.0.0 >=x11-libs/libXt-1.0.0 >=x11-libs/libICE-1.0.0 @@ -23,6 +22,7 @@ RDEPEND="perl? ( dev-lang/perl ) >=x11-libs/libXaw-1.0.1 >=x11-libs/libXpm-3.5.4.2" DEPEND="${RDEPEND} + x11-base/xorg-proto sys-devel/flex" S=${WORKDIR}/${MY_P} |