diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2018-04-26 20:40:38 +0200 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-04-26 18:04:37 -0700 |
commit | af0193639bd1b81001c0bc5d278787412b07104c (patch) | |
tree | 728ce5a4f4b0a9cd5cf78857c4517286539b20c0 /app-editors/xvile | |
parent | www-client/firefox: fix eme-free use flag (diff) | |
download | gentoo-af0193639bd1b81001c0bc5d278787412b07104c.tar.gz gentoo-af0193639bd1b81001c0bc5d278787412b07104c.tar.bz2 gentoo-af0193639bd1b81001c0bc5d278787412b07104c.zip |
app-editors/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto).
Diffstat (limited to 'app-editors/xvile')
-rw-r--r-- | app-editors/xvile/xvile-9.8r.ebuild | 6 | ||||
-rw-r--r-- | app-editors/xvile/xvile-9.8s.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/app-editors/xvile/xvile-9.8r.ebuild b/app-editors/xvile/xvile-9.8r.ebuild index 8748bca62a91..45cb7accad3e 100644 --- a/app-editors/xvile/xvile-9.8r.ebuild +++ b/app-editors/xvile/xvile-9.8r.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -15,13 +15,13 @@ 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 >=x11-libs/libSM-1.0.0 >=x11-libs/libXaw-1.0.1 - >=x11-libs/libXpm-3.5.4.2 - >=x11-proto/xproto-7.0.4" + >=x11-libs/libXpm-3.5.4.2" DEPEND="${RDEPEND} sys-devel/flex" diff --git a/app-editors/xvile/xvile-9.8s.ebuild b/app-editors/xvile/xvile-9.8s.ebuild index 360881561dd8..77b721ab9a6a 100644 --- a/app-editors/xvile/xvile-9.8s.ebuild +++ b/app-editors/xvile/xvile-9.8s.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -15,13 +15,13 @@ 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 >=x11-libs/libSM-1.0.0 >=x11-libs/libXaw-1.0.1 - >=x11-libs/libXpm-3.5.4.2 - >=x11-proto/xproto-7.0.4" + >=x11-libs/libXpm-3.5.4.2" DEPEND="${RDEPEND} sys-devel/flex" |