diff options
author | Denis Dupeyron <calchan@gentoo.org> | 2007-07-22 09:53:17 +0000 |
---|---|---|
committer | Denis Dupeyron <calchan@gentoo.org> | 2007-07-22 09:53:17 +0000 |
commit | e9d6d8da460604e6d990d7f66ea1fcd34f5f4bbd (patch) | |
tree | 774b2d200d21254412582ce55f64deb051551a44 /app-i18n/xvnkb/xvnkb-0.2.8a-r1.ebuild | |
parent | Drop virtual/x11 references. (diff) | |
download | historical-e9d6d8da460604e6d990d7f66ea1fcd34f5f4bbd.tar.gz historical-e9d6d8da460604e6d990d7f66ea1fcd34f5f4bbd.tar.bz2 historical-e9d6d8da460604e6d990d7f66ea1fcd34f5f4bbd.zip |
Drop virtual/x11 dependency.
Package-Manager: portage-2.1.3_rc8
Diffstat (limited to 'app-i18n/xvnkb/xvnkb-0.2.8a-r1.ebuild')
-rw-r--r-- | app-i18n/xvnkb/xvnkb-0.2.8a-r1.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/app-i18n/xvnkb/xvnkb-0.2.8a-r1.ebuild b/app-i18n/xvnkb/xvnkb-0.2.8a-r1.ebuild index ee76700e1e0a..6f0edfc20e03 100644 --- a/app-i18n/xvnkb/xvnkb-0.2.8a-r1.ebuild +++ b/app-i18n/xvnkb/xvnkb-0.2.8a-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/xvnkb/xvnkb-0.2.8a-r1.ebuild,v 1.4 2007/01/05 16:37:57 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/xvnkb/xvnkb-0.2.8a-r1.ebuild,v 1.5 2007/07/22 09:53:17 calchan Exp $ inherit eutils @@ -14,11 +14,10 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc" -RDEPEND="|| ( ( x11-libs/libX11 - truetype? ( virtual/xft ) - ) - virtual/x11 )" -DEPEND="${RDEPEND} || ( ( x11-proto/xproto ) virtual/x11 )" +RDEPEND="x11-libs/libX11 + truetype? ( virtual/xft )" +DEPEND="${RDEPEND} + x11-proto/xproto" src_unpack() { unpack ${A} |