diff options
author | Don Seiler <rizzo@gentoo.org> | 2004-04-13 18:31:42 +0000 |
---|---|---|
committer | Don Seiler <rizzo@gentoo.org> | 2004-04-13 18:31:42 +0000 |
commit | fabf410d610b6e81a9a0c332f85c8b2632f28458 (patch) | |
tree | 9a56ba5ec47e02e6a5d414f42734056849d8d07c /x11-plugins/wmmemmon/wmmemmon-1.0.1.ebuild | |
parent | ~amd64 (Manifest recommit) (diff) | |
download | gentoo-2-fabf410d610b6e81a9a0c332f85c8b2632f28458.tar.gz gentoo-2-fabf410d610b6e81a9a0c332f85c8b2632f28458.tar.bz2 gentoo-2-fabf410d610b6e81a9a0c332f85c8b2632f28458.zip |
Changed dependency to virtual/x11 to work with x11-base/xorg-x11
Diffstat (limited to 'x11-plugins/wmmemmon/wmmemmon-1.0.1.ebuild')
-rw-r--r-- | x11-plugins/wmmemmon/wmmemmon-1.0.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-plugins/wmmemmon/wmmemmon-1.0.1.ebuild b/x11-plugins/wmmemmon/wmmemmon-1.0.1.ebuild index 94c9679321cb..48f306818f09 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-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # 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.3 2004/03/26 23:10:08 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmemmon/wmmemmon-1.0.1.ebuild,v 1.4 2004/04/13 18:29:39 rizzo Exp $ IUSE="" DESCRIPTION="A program to monitor memory/swap usages." @@ -11,7 +11,7 @@ LICENSE="GPL-2" KEYWORDS="x86 sparc amd64" SLOT="0" -DEPEND="virtual/glibc x11-base/xfree" +DEPEND="virtual/glibc virtual/x11" src_compile() { |