diff options
author | Jason Wever <weeve@gentoo.org> | 2005-01-18 03:46:42 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2005-01-18 03:46:42 +0000 |
commit | 50806bc04c75830639674fd3225bbc75206314cc (patch) | |
tree | 64ef8bdbaf972df3c3dde5631564e86b018d60a2 /games-arcade/bub-n-bros | |
parent | Added ~sparc keyword. (diff) | |
download | gentoo-2-50806bc04c75830639674fd3225bbc75206314cc.tar.gz gentoo-2-50806bc04c75830639674fd3225bbc75206314cc.tar.bz2 gentoo-2-50806bc04c75830639674fd3225bbc75206314cc.zip |
Added ~sparc keyword.
(Portage version: 2.0.51-r13)
Diffstat (limited to 'games-arcade/bub-n-bros')
-rw-r--r-- | games-arcade/bub-n-bros/ChangeLog | 7 | ||||
-rw-r--r-- | games-arcade/bub-n-bros/bub-n-bros-1.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-arcade/bub-n-bros/ChangeLog b/games-arcade/bub-n-bros/ChangeLog index 64b63b3b2b6f..1133f7a965fc 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-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/bub-n-bros/ChangeLog,v 1.4 2004/06/25 03:22:49 agriffis Exp $ +# 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 $ + + 17 Jan 2005; Jason Wever <weeve@gentoo.org> bub-n-bros-1.1.ebuild: + Added ~sparc keyword. 29 Apr 2004; Aron Griffis <agriffis@gentoo.org> bub-n-bros-1.1.ebuild: Add ~alpha 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 cb5dd9cd8c0d..f9e3cbf8c5b8 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-2004 Gentoo Foundation +# 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.6 2004/06/25 03:22:49 agriffis Exp $ +# $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 $ inherit games @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="x86 ppc alpha" +KEYWORDS="x86 ppc alpha ~sparc" IUSE="" DEPEND=">=dev-lang/python-2.2*" |