diff options
Diffstat (limited to 'app-i18n/xvnkb/xvnkb-0.2.9a.ebuild')
-rw-r--r-- | app-i18n/xvnkb/xvnkb-0.2.9a.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/app-i18n/xvnkb/xvnkb-0.2.9a.ebuild b/app-i18n/xvnkb/xvnkb-0.2.9a.ebuild index 344eb2239ede..c96be281c991 100644 --- a/app-i18n/xvnkb/xvnkb-0.2.9a.ebuild +++ b/app-i18n/xvnkb/xvnkb-0.2.9a.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.9a.ebuild,v 1.3 2007/01/05 16:37:57 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/xvnkb/xvnkb-0.2.9a.ebuild,v 1.4 2007/07/22 09:53:17 calchan Exp $ inherit eutils @@ -14,11 +14,10 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" -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_compile() { local myconf |