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/xwit | |
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/xwit')
-rw-r--r-- | x11-misc/xwit/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/xwit/xwit-3.4.ebuild | 14 |
2 files changed, 16 insertions, 5 deletions
diff --git a/x11-misc/xwit/ChangeLog b/x11-misc/xwit/ChangeLog index ae0e9b58f064..b3c96924674c 100644 --- a/x11-misc/xwit/ChangeLog +++ b/x11-misc/xwit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xwit -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xwit/ChangeLog,v 1.5 2005/07/26 15:15:28 dholm Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xwit/ChangeLog,v 1.6 2006/01/21 19:17:09 nelchael Exp $ + + 21 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> xwit-3.4.ebuild: + Fixed DEPEND for modular X. 26 Jul 2005; David Holm <dholm@gentoo.org> xwit-3.4.ebuild: Added to ~ppc. diff --git a/x11-misc/xwit/xwit-3.4.ebuild b/x11-misc/xwit/xwit-3.4.ebuild index 0d5477bf738a..d8120b37daad 100644 --- a/x11-misc/xwit/xwit-3.4.ebuild +++ b/x11-misc/xwit/xwit-3.4.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/xwit/xwit-3.4.ebuild,v 1.6 2005/07/26 15:15:28 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xwit/xwit-3.4.ebuild,v 1.7 2006/01/21 19:17:09 nelchael Exp $ inherit eutils @@ -14,7 +14,15 @@ LICENSE="as-is" SLOT="0" KEYWORDS="~ppc x86" -DEPEND="virtual/x11" +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXext ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( ( + x11-misc/imake + x11-proto/xproto ) + virtual/x11 )" src_compile() { epatch ${FILESDIR}/malloc.patch |