diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-08-27 14:36:34 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-08-27 14:36:34 +0000 |
commit | 4bdfd04a769a72471685f16ac57f3b0e6b19fb22 (patch) | |
tree | 5ddf4155faef0df1cd669f796274ab8f63c4b615 /app-i18n/xvnkb/xvnkb-0.2.8a-r1.ebuild | |
parent | addition of Adaptive Public License 1.0 (diff) | |
download | historical-4bdfd04a769a72471685f16ac57f3b0e6b19fb22.tar.gz historical-4bdfd04a769a72471685f16ac57f3b0e6b19fb22.tar.bz2 historical-4bdfd04a769a72471685f16ac57f3b0e6b19fb22.zip |
modX deps from xvnkb-0.2.9a
Package-Manager: portage-2.1.1_rc1
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, 7 insertions, 4 deletions
diff --git a/app-i18n/xvnkb/xvnkb-0.2.8a-r1.ebuild b/app-i18n/xvnkb/xvnkb-0.2.8a-r1.ebuild index 359341654e6e..f477db8a58d0 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-2005 Gentoo Foundation +# Copyright 1999-2006 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.1 2005/05/04 15:34:19 pclouds Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/xvnkb/xvnkb-0.2.8a-r1.ebuild,v 1.2 2006/08/27 14:36:34 mr_bones_ Exp $ inherit eutils @@ -14,8 +14,11 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc" -DEPEND="virtual/x11 - truetype? ( virtual/xft )" +RDEPEND="|| ( ( x11-libs/libX11 + truetype? ( virtual/xft ) + ) + virtual/x11 )" +DEPEND="${RDEPEND} || ( ( x11-proto/xproto ) virtual/x11 )" src_unpack() { unpack ${A} |