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/wmswallow/wmswallow-0.6.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/wmswallow/wmswallow-0.6.1.ebuild')
-rw-r--r-- | x11-plugins/wmswallow/wmswallow-0.6.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-plugins/wmswallow/wmswallow-0.6.1.ebuild b/x11-plugins/wmswallow/wmswallow-0.6.1.ebuild index 4ca27d54f880..046db115cc17 100644 --- a/x11-plugins/wmswallow/wmswallow-0.6.1.ebuild +++ b/x11-plugins/wmswallow/wmswallow-0.6.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/wmswallow/wmswallow-0.6.1.ebuild,v 1.3 2004/01/04 18:36:48 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmswallow/wmswallow-0.6.1.ebuild,v 1.4 2004/04/13 18:31:42 rizzo Exp $ IUSE="" @@ -12,7 +12,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 amd64" -DEPEND="x11-base/xfree" +DEPEND="virtual/x11" S=${WORKDIR}/wmswallow |