summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>2018-04-26 20:40:38 +0200
committerMatt Turner <mattst88@gentoo.org>2018-04-26 18:04:37 -0700
commitaf0193639bd1b81001c0bc5d278787412b07104c (patch)
tree728ce5a4f4b0a9cd5cf78857c4517286539b20c0 /app-editors/xvile/xvile-9.8s.ebuild
parentwww-client/firefox: fix eme-free use flag (diff)
downloadgentoo-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/xvile-9.8s.ebuild')
-rw-r--r--app-editors/xvile/xvile-9.8s.ebuild6
1 files changed, 3 insertions, 3 deletions
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"