diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-21 19:31:56 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-21 19:31:56 +0000 |
commit | 73f713c1d38a0440ca1f1afb6fcfcbf988d1a175 (patch) | |
tree | b3acf2e4c1b385a2fe55e4dfddbfb82ae8b6be71 /x11-misc/xxkb | |
parent | Updated monodoc dependency to 1.1.8. (diff) | |
download | historical-73f713c1d38a0440ca1f1afb6fcfcbf988d1a175.tar.gz historical-73f713c1d38a0440ca1f1afb6fcfcbf988d1a175.tar.bz2 historical-73f713c1d38a0440ca1f1afb6fcfcbf988d1a175.zip |
Fixed DEPEND for modular X.
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'x11-misc/xxkb')
-rw-r--r-- | x11-misc/xxkb/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/xxkb/xxkb-1.10.ebuild | 16 |
2 files changed, 18 insertions, 5 deletions
diff --git a/x11-misc/xxkb/ChangeLog b/x11-misc/xxkb/ChangeLog index 7548f6c1cea9..fdca51bd8d96 100644 --- a/x11-misc/xxkb/ChangeLog +++ b/x11-misc/xxkb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xxkb -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xxkb/ChangeLog,v 1.10 2005/07/26 15:16:23 dholm Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xxkb/ChangeLog,v 1.11 2006/01/21 19:24:00 nelchael Exp $ + + 21 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> xxkb-1.10.ebuild: + Fixed DEPEND for modular X. 26 Jul 2005; David Holm <dholm@gentoo.org> xxkb-1.10.ebuild: Added to ~ppc. diff --git a/x11-misc/xxkb/xxkb-1.10.ebuild b/x11-misc/xxkb/xxkb-1.10.ebuild index e69a54126103..72aebf28ba16 100644 --- a/x11-misc/xxkb/xxkb-1.10.ebuild +++ b/x11-misc/xxkb/xxkb-1.10.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/xxkb/xxkb-1.10.ebuild,v 1.10 2005/07/26 15:16:23 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xxkb/xxkb-1.10.ebuild,v 1.11 2006/01/21 19:24:00 nelchael Exp $ inherit eutils @@ -10,9 +10,19 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="Artistic" SLOT="0" KEYWORDS="~amd64 ~ppc x86" -DEPEND="virtual/x11" IUSE="" +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXt + x11-libs/libXpm ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( ( + x11-misc/imake + x11-proto/xproto ) + virtual/x11 )" + src_unpack() { unpack ${A} |