summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Hajdan <phajdan.jr@gentoo.org>2010-05-31 09:22:44 +0000
committerPaweł Hajdan <phajdan.jr@gentoo.org>2010-05-31 09:22:44 +0000
commit214ab403f244127079a53127f7c75ddee950aec2 (patch)
tree3d729959e424361fa8507d4848ae4fa153467f62 /dev-games
parentupdated uget mask to cover all 1.5.9.x releases (diff)
downloadgentoo-2-214ab403f244127079a53127f7c75ddee950aec2.tar.gz
gentoo-2-214ab403f244127079a53127f7c75ddee950aec2.tar.bz2
gentoo-2-214ab403f244127079a53127f7c75ddee950aec2.zip
x86 stable wrt bug #318909
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'dev-games')
-rw-r--r--dev-games/guichan/ChangeLog5
-rw-r--r--dev-games/guichan/guichan-0.8.2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-games/guichan/ChangeLog b/dev-games/guichan/ChangeLog
index b7073cfbf6c3..02a258b75dc1 100644
--- a/dev-games/guichan/ChangeLog
+++ b/dev-games/guichan/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-games/guichan
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/guichan/ChangeLog,v 1.21 2010/05/25 21:48:46 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/guichan/ChangeLog,v 1.22 2010/05/31 09:22:44 phajdan.jr Exp $
+
+ 31 May 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> guichan-0.8.2.ebuild:
+ x86 stable wrt bug #318909
25 May 2010; Pacho Ramos <pacho@gentoo.org> guichan-0.8.2.ebuild:
stable amd64, bug 318909
diff --git a/dev-games/guichan/guichan-0.8.2.ebuild b/dev-games/guichan/guichan-0.8.2.ebuild
index ec16f63532dc..183559f4c114 100644
--- a/dev-games/guichan/guichan-0.8.2.ebuild
+++ b/dev-games/guichan/guichan-0.8.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/guichan/guichan-0.8.2.ebuild,v 1.2 2010/05/25 21:48:46 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/guichan/guichan-0.8.2.ebuild,v 1.3 2010/05/31 09:22:44 phajdan.jr Exp $
EAPI=2
inherit eutils autotools
@@ -11,7 +11,7 @@ SRC_URI="http://guichan.googlecode.com/files/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
IUSE="allegro opengl sdl"
DEPEND="allegro? ( media-libs/allegro )