diff options
author | 2006-01-21 17:41:12 +0000 | |
---|---|---|
committer | 2006-01-21 17:41:12 +0000 | |
commit | e0f5d146694e8aa159dbae72e9c730820edd5baa (patch) | |
tree | f0ebed102a0a1c0d0ba80a928a56e28ea164a9d5 /x11-misc/xkeycaps/xkeycaps-2.46.ebuild | |
parent | Removed obsolete version (diff) | |
download | historical-e0f5d146694e8aa159dbae72e9c730820edd5baa.tar.gz historical-e0f5d146694e8aa159dbae72e9c730820edd5baa.tar.bz2 historical-e0f5d146694e8aa159dbae72e9c730820edd5baa.zip |
Fixed DEPEND for modular X.
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'x11-misc/xkeycaps/xkeycaps-2.46.ebuild')
-rw-r--r-- | x11-misc/xkeycaps/xkeycaps-2.46.ebuild | 16 |
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() { |