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 | 09914854a3b55f9291767ec5578b677352ae2ce9 (patch) | |
tree | 4e9b11d40556b3b7494c3cb03be9c442eef7e80b /x11-misc/whitebox | |
parent | fixed bad DEPEND (diff) | |
download | historical-09914854a3b55f9291767ec5578b677352ae2ce9.tar.gz historical-09914854a3b55f9291767ec5578b677352ae2ce9.tar.bz2 historical-09914854a3b55f9291767ec5578b677352ae2ce9.zip |
fixing bad DEPEND
Diffstat (limited to 'x11-misc/whitebox')
-rw-r--r-- | x11-misc/whitebox/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/whitebox/Manifest | 4 | ||||
-rw-r--r-- | x11-misc/whitebox/whitebox-0.5.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/x11-misc/whitebox/ChangeLog b/x11-misc/whitebox/ChangeLog index 85df0f18a4f3..04fdcd443604 100644 --- a/x11-misc/whitebox/ChangeLog +++ b/x11-misc/whitebox/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/whitebox # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/whitebox/ChangeLog,v 1.2 2003/10/30 16:12:54 tseng Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/whitebox/ChangeLog,v 1.3 2003/12/04 16:54:54 tseng Exp $ + + 04 Dec 2003; Brandon Hale <tseng@gentoo.org> whitebox-0.5.ebuild: + fixing bad DEPEND 30 Oct 2003; Brandon Hale <tseng@gentoo.org> metadata.xml: Added metadata.xml, marked 0.5 stable on x86. diff --git a/x11-misc/whitebox/Manifest b/x11-misc/whitebox/Manifest index 433393582bd0..d39f95616cd1 100644 --- a/x11-misc/whitebox/Manifest +++ b/x11-misc/whitebox/Manifest @@ -1,4 +1,4 @@ -MD5 58a7e45deba2c4dea91c41204a816198 ChangeLog 655 -MD5 127b4c69b52e27b066b4ad0129213cae whitebox-0.5.ebuild 885 +MD5 af4ef84f5b25006d9326773cd5f0e292 ChangeLog 744 MD5 bcca52f5a53ff4aa5b2bf18fa546a4fc metadata.xml 280 +MD5 ffe2aa14798bcfd3754d987a886a1bb2 whitebox-0.5.ebuild 885 MD5 90016c51fd8847a5124807223d5f2ea1 files/digest-whitebox-0.5 127 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" |