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/wmium/wmium-1.0.7.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/wmium/wmium-1.0.7.ebuild')
-rw-r--r-- | x11-plugins/wmium/wmium-1.0.7.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-plugins/wmium/wmium-1.0.7.ebuild b/x11-plugins/wmium/wmium-1.0.7.ebuild index fb4373bdcb41..63767946c0c3 100644 --- a/x11-plugins/wmium/wmium-1.0.7.ebuild +++ b/x11-plugins/wmium/wmium-1.0.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmium/wmium-1.0.7.ebuild,v 1.2 2004/03/04 18:33:20 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmium/wmium-1.0.7.ebuild,v 1.3 2004/04/13 18:27:58 rizzo Exp $ DESCRIPTION="WindowMaker DockApp/Grellm2 pluggin that fetches the DSL usage information for Australian ISP Internode" @@ -17,7 +17,7 @@ KEYWORDS="x86" IUSE="gtk" DEPEND="virtual/glibc - x11-base/xfree + virtual/x11 media-libs/xpm dev-libs/openssl gtk? ( >=x11-libs/gtk+-2* ) @@ -25,7 +25,7 @@ DEPEND="virtual/glibc gtk? ( dev-util/pkgconfig )" RDEPEND="virtual/glibc - x11-base/xfree + virtual/x11 media-libs/xpm dev-libs/openssl gtk? ( >=x11-libs/gtk+-2* ) |