diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-31 20:18:13 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-31 20:18:13 +0000 |
commit | 04d0a89969af68bc9cb7c677c7fff5ff4c2bca29 (patch) | |
tree | 9c074637a83cb3426bd0b086008e9bb52dd7b97d /x11-plugins/wmix | |
parent | Mark 0.12 stable on alpha (diff) | |
download | historical-04d0a89969af68bc9cb7c677c7fff5ff4c2bca29.tar.gz historical-04d0a89969af68bc9cb7c677c7fff5ff4c2bca29.tar.bz2 historical-04d0a89969af68bc9cb7c677c7fff5ff4c2bca29.zip |
Fixed DEPEND for modular X.
Package-Manager: portage-2.1_pre4-r1
Diffstat (limited to 'x11-plugins/wmix')
-rw-r--r-- | x11-plugins/wmix/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/wmix/wmix-3.1-r1.ebuild | 15 |
2 files changed, 17 insertions, 5 deletions
diff --git a/x11-plugins/wmix/ChangeLog b/x11-plugins/wmix/ChangeLog index 96201f11e86f..ca29be0477ac 100644 --- a/x11-plugins/wmix/ChangeLog +++ b/x11-plugins/wmix/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmix -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmix/ChangeLog,v 1.13 2005/11/10 09:39:32 s4t4n Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmix/ChangeLog,v 1.14 2006/01/31 19:35:16 nelchael Exp $ + + 31 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> wmix-3.1-r1.ebuild: + Fixed DEPEND for modular X. 10 Nov 2005; Michele Noberasco <s4t4n@gentoo.org> wmix-3.1-r1.ebuild: Removed COPYING and INSTALL from dodoc. diff --git a/x11-plugins/wmix/wmix-3.1-r1.ebuild b/x11-plugins/wmix/wmix-3.1-r1.ebuild index 512b0dd6d942..98de57e3616f 100644 --- a/x11-plugins/wmix/wmix-3.1-r1.ebuild +++ b/x11-plugins/wmix/wmix-3.1-r1.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/wmix/wmix-3.1-r1.ebuild,v 1.2 2005/11/10 09:39:32 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmix/wmix-3.1-r1.ebuild,v 1.3 2006/01/31 19:35:16 nelchael Exp $ inherit eutils @@ -13,7 +13,16 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ~sparc ~amd64 ~ppc" -DEPEND="virtual/x11 +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXpm ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( ( + x11-proto/xproto + x11-proto/xextproto ) + virtual/x11 ) >=sys-apps/sed-4" src_unpack() |