diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-22 12:16:40 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-22 12:16:40 +0000 |
commit | 7000aa609041f2c358c56565395018630144e4c3 (patch) | |
tree | 2586666ce30b7c8160ebc85f64008de4694aca98 /x11-plugins/wmSMPmon | |
parent | new upstream version. remove 0.7.1 (diff) | |
download | historical-7000aa609041f2c358c56565395018630144e4c3.tar.gz historical-7000aa609041f2c358c56565395018630144e4c3.tar.bz2 historical-7000aa609041f2c358c56565395018630144e4c3.zip |
Fixed DEPEND for modular X.
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'x11-plugins/wmSMPmon')
-rw-r--r-- | x11-plugins/wmSMPmon/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/wmSMPmon/wmSMPmon-2.3.ebuild | 14 |
2 files changed, 14 insertions, 7 deletions
diff --git a/x11-plugins/wmSMPmon/ChangeLog b/x11-plugins/wmSMPmon/ChangeLog index 1adeced5e767..490517ff9d47 100644 --- a/x11-plugins/wmSMPmon/ChangeLog +++ b/x11-plugins/wmSMPmon/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmSMPmon -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmSMPmon/ChangeLog,v 1.9 2005/08/29 08:31:00 s4t4n Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmSMPmon/ChangeLog,v 1.10 2006/01/22 12:05:43 nelchael Exp $ + + 22 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> wmSMPmon-2.3.ebuild: + Fixed DEPEND for modular X. 08 Apr 2005; Michele Noberasco <s4t4n@gentoo.org> wmSMPmon-2.2.ebuild: Wiped out older version... diff --git a/x11-plugins/wmSMPmon/wmSMPmon-2.3.ebuild b/x11-plugins/wmSMPmon/wmSMPmon-2.3.ebuild index 9bf7a1e6e55d..0a6bdb31febb 100644 --- a/x11-plugins/wmSMPmon/wmSMPmon-2.3.ebuild +++ b/x11-plugins/wmSMPmon/wmSMPmon-2.3.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/wmSMPmon/wmSMPmon-2.3.ebuild,v 1.4 2005/07/09 15:56:42 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmSMPmon/wmSMPmon-2.3.ebuild,v 1.5 2006/01/22 12:05:43 nelchael Exp $ IUSE="" DESCRIPTION="SMP system monitor dockapp" @@ -11,9 +11,13 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 amd64" -DEPEND="virtual/libc - virtual/x11 - >=sys-apps/sed-4" +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXpm ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( x11-proto/xextproto virtual/x11 )" S="${WORKDIR}/${PN}-2.x/${PN}" |