summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2006-01-21 17:41:12 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2006-01-21 17:41:12 +0000
commit65e18aca3bb6190a191d197614897177209dd615 (patch)
tree4a45e36b05fdce8ff2792e2d20bc845c2eaef7aa /x11-misc/xkeycaps/xkeycaps-2.46.ebuild
parentRemoved obsolete version (diff)
downloadgentoo-2-65e18aca3bb6190a191d197614897177209dd615.tar.gz
gentoo-2-65e18aca3bb6190a191d197614897177209dd615.tar.bz2
gentoo-2-65e18aca3bb6190a191d197614897177209dd615.zip
Fixed DEPEND for modular X.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'x11-misc/xkeycaps/xkeycaps-2.46.ebuild')
-rw-r--r--x11-misc/xkeycaps/xkeycaps-2.46.ebuild16
1 files changed, 13 insertions, 3 deletions
diff --git a/x11-misc/xkeycaps/xkeycaps-2.46.ebuild b/x11-misc/xkeycaps/xkeycaps-2.46.ebuild
index 2cae6b39b5ab..59f5118ea206 100644
--- a/x11-misc/xkeycaps/xkeycaps-2.46.ebuild
+++ b/x11-misc/xkeycaps/xkeycaps-2.46.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/x11-misc/xkeycaps/xkeycaps-2.46.ebuild,v 1.17 2005/01/26 20:14:58 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeycaps/xkeycaps-2.46.ebuild,v 1.18 2006/01/21 17:41:12 nelchael Exp $
inherit eutils
@@ -13,8 +13,18 @@ KEYWORDS="x86 sparc ppc ~amd64 ppc64"
SLOT="0"
IUSE=""
-RDEPEND="virtual/x11"
+RDEPEND="|| ( (
+ x11-libs/libX11
+ x11-libs/libXmu
+ x11-libs/libXt
+ x11-libs/libXaw
+ x11-libs/libXext )
+ virtual/x11 )"
DEPEND="${RDEPEND}
+ || ( (
+ x11-proto/xproto
+ x11-misc/imake )
+ virtual/x11 )
>=sys-apps/sed-4"
src_unpack() {