diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-05-06 10:04:08 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-05-06 10:04:08 +0000 |
commit | e57c45ea50b8280c0719b95639ee6128620271b0 (patch) | |
tree | 8a9f78854dee8f252e31a05c1609522be3a1a375 /games-arcade/bub-n-bros | |
parent | Removed * postfix from <, <=, >= and > dependencies. (diff) | |
download | historical-e57c45ea50b8280c0719b95639ee6128620271b0.tar.gz historical-e57c45ea50b8280c0719b95639ee6128620271b0.tar.bz2 historical-e57c45ea50b8280c0719b95639ee6128620271b0.zip |
Removed * postfix from <, <=, >= and > dependencies.
Package-Manager: portage-2.0.51.21-r1
Diffstat (limited to 'games-arcade/bub-n-bros')
-rw-r--r-- | games-arcade/bub-n-bros/ChangeLog | 5 | ||||
-rw-r--r-- | games-arcade/bub-n-bros/bub-n-bros-1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-arcade/bub-n-bros/ChangeLog b/games-arcade/bub-n-bros/ChangeLog index 1133f7a965fc..320c21763227 100644 --- a/games-arcade/bub-n-bros/ChangeLog +++ b/games-arcade/bub-n-bros/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/bub-n-bros # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/bub-n-bros/ChangeLog,v 1.5 2005/01/18 03:46:42 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/bub-n-bros/ChangeLog,v 1.6 2005/05/06 10:02:55 swegener Exp $ + + 06 May 2005; Sven Wegener <swegener@gentoo.org> bub-n-bros-1.1.ebuild: + Removed * postfix from <, <=, >= and > dependencies. 17 Jan 2005; Jason Wever <weeve@gentoo.org> bub-n-bros-1.1.ebuild: Added ~sparc keyword. diff --git a/games-arcade/bub-n-bros/bub-n-bros-1.1.ebuild b/games-arcade/bub-n-bros/bub-n-bros-1.1.ebuild index f9e3cbf8c5b8..b4deafe83c0b 100644 --- a/games-arcade/bub-n-bros/bub-n-bros-1.1.ebuild +++ b/games-arcade/bub-n-bros/bub-n-bros-1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/bub-n-bros/bub-n-bros-1.1.ebuild,v 1.7 2005/01/18 03:46:42 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/bub-n-bros/bub-n-bros-1.1.ebuild,v 1.8 2005/05/06 10:02:55 swegener Exp $ inherit games @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="x86 ppc alpha ~sparc" IUSE="" -DEPEND=">=dev-lang/python-2.2*" +DEPEND=">=dev-lang/python-2.2" RDEPEND=">=dev-python/pygame-1.5.5" S="${WORKDIR}/${PN}" |