diff options
author | 2006-03-11 17:29:00 +0000 | |
---|---|---|
committer | 2006-03-11 17:29:00 +0000 | |
commit | 4b3f4546c87df18ab466cb965257e6d9644993e7 (patch) | |
tree | 46c8c01e18fa45e50c8c0333799163e08412e2bd /games-action | |
parent | Stable on alpha wrt bug #125425 (diff) | |
download | gentoo-2-4b3f4546c87df18ab466cb965257e6d9644993e7.tar.gz gentoo-2-4b3f4546c87df18ab466cb965257e6d9644993e7.tar.bz2 gentoo-2-4b3f4546c87df18ab466cb965257e6d9644993e7.zip |
Add ~alpha keyword as per bug #125760. Tested by Thomas Cort <tcort@cs.ubishops.ca>
(Portage version: 2.0.54)
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/chickens/ChangeLog | 6 | ||||
-rw-r--r-- | games-action/chickens/chickens-0.2.4.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/games-action/chickens/ChangeLog b/games-action/chickens/ChangeLog index e4914f9df3c6..0a9be11b1d35 100644 --- a/games-action/chickens/ChangeLog +++ b/games-action/chickens/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-action/chickens # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/chickens/ChangeLog,v 1.8 2006/01/28 21:19:10 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/chickens/ChangeLog,v 1.9 2006/03/11 17:28:59 ferdy Exp $ + + 11 Mar 2006; Fernando J. Pereda <ferdy@gentoo.org> chickens-0.2.4.ebuild: + Add ~alpha keyword as per bug #125760. Tested by Thomas Cort + <tcort@cs.ubishops.ca> 28 Jan 2006; Joshua Baergen <joshuabaergen@gentoo.org> chickens-0.2.4.ebuild: diff --git a/games-action/chickens/chickens-0.2.4.ebuild b/games-action/chickens/chickens-0.2.4.ebuild index a9ec60e8880f..8058f30b7c67 100644 --- a/games-action/chickens/chickens-0.2.4.ebuild +++ b/games-action/chickens/chickens-0.2.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/chickens/chickens-0.2.4.ebuild,v 1.5 2006/01/28 21:19:10 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/chickens/chickens-0.2.4.ebuild,v 1.6 2006/03/11 17:29:00 ferdy Exp $ inherit games @@ -11,7 +11,7 @@ SRC_URI="http://havoc.sourceforge.net/chickens/files/${MY_P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="~amd64 ppc x86" +KEYWORDS="~alpha ~amd64 ppc x86" IUSE="" DEPEND="media-libs/allegro" |