diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-31 21:13:19 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-31 21:13:19 +0000 |
commit | 47d9cd703933b868b9baaa0e9bab52bc5f77b8d9 (patch) | |
tree | b336a52b9c74e77b51128baed6adb8a7a3add354 /x11-plugins/wmxkb/wmxkb-1.2.2.ebuild | |
parent | Mark 1.13 stable on alpha (diff) | |
download | gentoo-2-47d9cd703933b868b9baaa0e9bab52bc5f77b8d9.tar.gz gentoo-2-47d9cd703933b868b9baaa0e9bab52bc5f77b8d9.tar.bz2 gentoo-2-47d9cd703933b868b9baaa0e9bab52bc5f77b8d9.zip |
Fixed DEPEND for modular X.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'x11-plugins/wmxkb/wmxkb-1.2.2.ebuild')
-rw-r--r-- | x11-plugins/wmxkb/wmxkb-1.2.2.ebuild | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/x11-plugins/wmxkb/wmxkb-1.2.2.ebuild b/x11-plugins/wmxkb/wmxkb-1.2.2.ebuild index 14a5bc8cc98c..23c3fd8bd611 100644 --- a/x11-plugins/wmxkb/wmxkb-1.2.2.ebuild +++ b/x11-plugins/wmxkb/wmxkb-1.2.2.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-plugins/wmxkb/wmxkb-1.2.2.ebuild,v 1.3 2005/08/29 08:36:58 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmxkb/wmxkb-1.2.2.ebuild,v 1.4 2006/01/31 21:11:35 nelchael Exp $ IUSE="" @@ -12,7 +12,18 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="~ppc ~sparc x86" -DEPEND="virtual/x11" +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXt + x11-libs/libXext + x11-libs/libXpm ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( ( + x11-proto/xproto + x11-proto/xextproto + x11-proto/inputproto ) + virtual/x11 )" src_install () { make DESTDIR=${D} BINDIR=${D}/usr/bin DOCDIR=${D}/usr/share/doc DATADIR=${D}/usr/share install |