diff options
author | Brandon Hale <tseng@gentoo.org> | 2003-12-04 16:54:58 +0000 |
---|---|---|
committer | Brandon Hale <tseng@gentoo.org> | 2003-12-04 16:54:58 +0000 |
commit | 4f71d0224fa2f063a091cdae693ddbb53dac7adc (patch) | |
tree | 7aadd649bb1acc4262be4c748a916f322cce8158 /x11-misc/whitebox/whitebox-0.5.ebuild | |
parent | fixed bad DEPEND (diff) | |
download | gentoo-2-4f71d0224fa2f063a091cdae693ddbb53dac7adc.tar.gz gentoo-2-4f71d0224fa2f063a091cdae693ddbb53dac7adc.tar.bz2 gentoo-2-4f71d0224fa2f063a091cdae693ddbb53dac7adc.zip |
fixing bad DEPEND
Diffstat (limited to 'x11-misc/whitebox/whitebox-0.5.ebuild')
-rw-r--r-- | x11-misc/whitebox/whitebox-0.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/whitebox/whitebox-0.5.ebuild b/x11-misc/whitebox/whitebox-0.5.ebuild index 111e2cc70af6..084f9053d55a 100644 --- a/x11-misc/whitebox/whitebox-0.5.ebuild +++ b/x11-misc/whitebox/whitebox-0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/whitebox/whitebox-0.5.ebuild,v 1.3 2003/10/30 16:12:54 tseng Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/whitebox/whitebox-0.5.ebuild,v 1.4 2003/12/04 16:54:54 tseng Exp $ IUSE="" @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="x86 ~ppc ~sparc" DEPEND="=x11-libs/gtk+-1.2* - =media-libs/gdk-pixbuf-0.22*" + >=media-libs/gdk-pixbuf-0.22" RDEPEND="virtual/blackbox" |