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/wmmisc | |
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/wmmisc')
-rw-r--r-- | x11-plugins/wmmisc/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/wmmisc/wmmisc-0.9.ebuild | 12 |
2 files changed, 14 insertions, 5 deletions
diff --git a/x11-plugins/wmmisc/ChangeLog b/x11-plugins/wmmisc/ChangeLog index 0bd9ca16bf53..3a8c4e9eaccc 100644 --- a/x11-plugins/wmmisc/ChangeLog +++ b/x11-plugins/wmmisc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmmisc -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmisc/ChangeLog,v 1.3 2005/04/28 20:55:51 wormo Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmisc/ChangeLog,v 1.4 2006/01/31 19:54:16 nelchael Exp $ + + 31 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> wmmisc-0.9.ebuild: + Fixed DEPEND for modular X. 28 Apr 2005; Stephanie Lockwood-Childs <wormo@gentoo.org> wmmisc-0.9.ebuild: mark ~ppc diff --git a/x11-plugins/wmmisc/wmmisc-0.9.ebuild b/x11-plugins/wmmisc/wmmisc-0.9.ebuild index e3f7020b7c10..3492ee1f5200 100644 --- a/x11-plugins/wmmisc/wmmisc-0.9.ebuild +++ b/x11-plugins/wmmisc/wmmisc-0.9.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/wmmisc/wmmisc-0.9.ebuild,v 1.3 2005/04/28 20:55:51 wormo Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmisc/wmmisc-0.9.ebuild,v 1.4 2006/01/31 19:54:16 nelchael Exp $ IUSE="" @@ -12,7 +12,13 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~ppc" -DEPEND="virtual/x11" +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXpm ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( x11-proto/xextproto virtual/x11 )" src_compile() { |