diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2007-07-22 04:52:21 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2007-07-22 04:52:21 +0000 |
commit | f674156b39d16ce4ceda242ff12d5fc32ba901bc (patch) | |
tree | 55c091ac360ebdc6a574958e81e6d32314a0d3ba /x11-plugins/wmmemmon | |
parent | Drop virtual/x11 references. (diff) | |
download | gentoo-2-f674156b39d16ce4ceda242ff12d5fc32ba901bc.tar.gz gentoo-2-f674156b39d16ce4ceda242ff12d5fc32ba901bc.tar.bz2 gentoo-2-f674156b39d16ce4ceda242ff12d5fc32ba901bc.zip |
Drop virtual/x11 references.
(Portage version: 2.1.3_rc8)
Diffstat (limited to 'x11-plugins/wmmemmon')
-rw-r--r-- | x11-plugins/wmmemmon/ChangeLog | 8 | ||||
-rw-r--r-- | x11-plugins/wmmemmon/wmmemmon-1.0.1.ebuild | 16 |
2 files changed, 13 insertions, 11 deletions
diff --git a/x11-plugins/wmmemmon/ChangeLog b/x11-plugins/wmmemmon/ChangeLog index a59b23d32ead..81f1851562b4 100644 --- a/x11-plugins/wmmemmon/ChangeLog +++ b/x11-plugins/wmmemmon/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/wmmemmon -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmemmon/ChangeLog,v 1.16 2006/07/17 10:22:02 s4t4n Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmemmon/ChangeLog,v 1.17 2007/07/22 04:52:21 dberkholz Exp $ + + 22 Jul 2007; Donnie Berkholz <dberkholz@gentoo.org>; + wmmemmon-1.0.1.ebuild: + Drop virtual/x11 references. 17 Jul 2006; Michele Noberasco <s4t4n@gentoo.org> wmmemmon-1.0.1.ebuild: Fixed HOMEPAGE and SRC_URI. Closes bug #140294. diff --git a/x11-plugins/wmmemmon/wmmemmon-1.0.1.ebuild b/x11-plugins/wmmemmon/wmmemmon-1.0.1.ebuild index f16e2aee668f..fdf78c10d8ad 100644 --- a/x11-plugins/wmmemmon/wmmemmon-1.0.1.ebuild +++ b/x11-plugins/wmmemmon/wmmemmon-1.0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmemmon/wmmemmon-1.0.1.ebuild,v 1.13 2006/07/17 10:22:02 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmemmon/wmmemmon-1.0.1.ebuild,v 1.14 2007/07/22 04:52:21 dberkholz Exp $ IUSE="" DESCRIPTION="A program to monitor memory/swap usages." @@ -11,14 +11,12 @@ LICENSE="GPL-2" KEYWORDS="alpha amd64 ppc ppc64 sparc x86" SLOT="0" -RDEPEND="|| ( ( - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXt - x11-libs/libXpm ) - virtual/x11 )" +RDEPEND="x11-libs/libX11 + x11-libs/libXext + x11-libs/libXt + x11-libs/libXpm" DEPEND="${RDEPEND} - || ( x11-proto/xextproto virtual/x11 )" + x11-proto/xextproto" src_install () { |