diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-24 23:02:45 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-24 23:02:45 +0000 |
commit | a6a055c3d4f420368d7acedef1de200b2c725152 (patch) | |
tree | d1172ee058f6338117c8ff250f301506f94ab433 /x11-plugins/wmdiskmon | |
parent | Fixed DEPEND for modular X. (diff) | |
download | gentoo-2-a6a055c3d4f420368d7acedef1de200b2c725152.tar.gz gentoo-2-a6a055c3d4f420368d7acedef1de200b2c725152.tar.bz2 gentoo-2-a6a055c3d4f420368d7acedef1de200b2c725152.zip |
Fixed DEPEND for modular X.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'x11-plugins/wmdiskmon')
-rw-r--r-- | x11-plugins/wmdiskmon/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/wmdiskmon/wmdiskmon-0.0.1.ebuild | 13 |
2 files changed, 15 insertions, 5 deletions
diff --git a/x11-plugins/wmdiskmon/ChangeLog b/x11-plugins/wmdiskmon/ChangeLog index 2bf4728c1aab..960641d7c3d8 100644 --- a/x11-plugins/wmdiskmon/ChangeLog +++ b/x11-plugins/wmdiskmon/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmdiskmon -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdiskmon/ChangeLog,v 1.8 2005/11/10 08:56:26 s4t4n Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdiskmon/ChangeLog,v 1.9 2006/01/24 23:02:45 nelchael Exp $ + + 24 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> wmdiskmon-0.0.1.ebuild: + Fixed DEPEND for modular X. 10 Nov 2005; Michele Noberasco <s4t4n@gentoo.org> wmdiskmon-0.0.1.ebuild: Removed INSTALL from dodoc. diff --git a/x11-plugins/wmdiskmon/wmdiskmon-0.0.1.ebuild b/x11-plugins/wmdiskmon/wmdiskmon-0.0.1.ebuild index 582ed85336d6..1833cb41fbf1 100644 --- a/x11-plugins/wmdiskmon/wmdiskmon-0.0.1.ebuild +++ b/x11-plugins/wmdiskmon/wmdiskmon-0.0.1.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/wmdiskmon/wmdiskmon-0.0.1.ebuild,v 1.8 2005/11/10 08:56:26 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdiskmon/wmdiskmon-0.0.1.ebuild,v 1.9 2006/01/24 23:02:45 nelchael Exp $ IUSE="" @@ -12,7 +12,14 @@ SLOT="0" KEYWORDS="x86 ppc ~sparc" LICENSE="GPL-2" -DEPEND="virtual/x11" +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXt + x11-libs/libXpm ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( x11-proto/xextproto virtual/x11 )" src_install () { einstall || die "Installation failed" |