diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-21 17:29:41 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-21 17:29:41 +0000 |
commit | c5386bc14be924f49ec6b49ae56199b7672316b4 (patch) | |
tree | d782dd66480541086902c1288c46054885b6b4f7 /x11-misc/xhkeys/xhkeys-2.2.1.ebuild | |
parent | Version Bump. (diff) | |
download | gentoo-2-c5386bc14be924f49ec6b49ae56199b7672316b4.tar.gz gentoo-2-c5386bc14be924f49ec6b49ae56199b7672316b4.tar.bz2 gentoo-2-c5386bc14be924f49ec6b49ae56199b7672316b4.zip |
Fixed DEPEND for modular X.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'x11-misc/xhkeys/xhkeys-2.2.1.ebuild')
-rw-r--r-- | x11-misc/xhkeys/xhkeys-2.2.1.ebuild | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/x11-misc/xhkeys/xhkeys-2.2.1.ebuild b/x11-misc/xhkeys/xhkeys-2.2.1.ebuild index 276e6689f2c8..a30f7d041f24 100644 --- a/x11-misc/xhkeys/xhkeys-2.2.1.ebuild +++ b/x11-misc/xhkeys/xhkeys-2.2.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 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/xhkeys/xhkeys-2.2.1.ebuild,v 1.3 2004/09/29 08:30:07 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xhkeys/xhkeys-2.2.1.ebuild,v 1.4 2006/01/21 17:29:41 nelchael Exp $ DESCRIPTION="assign particular actions to any key or key combination" HOMEPAGE="http://www.geocities.com/wmalms/" @@ -11,7 +11,16 @@ SLOT="0" KEYWORDS="x86 ppc" IUSE="" -DEPEND="virtual/x11" +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXt + x11-libs/libXext ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( ( + x11-proto/xextproto + x11-proto/xproto ) + virtual/x11 )" src_install() { dobin xhkeys xhkconf |