diff options
author | Markus Meier <maekke@gentoo.org> | 2009-11-25 14:29:42 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-11-25 14:29:42 +0000 |
commit | d9906cc4e9acf476fc30a4f608b66262f606a8e8 (patch) | |
tree | f7b1982854501ce13f97fba3dcfb9cb4a3e3a262 | |
parent | amd64/x86 stable, bug #294341 (diff) | |
download | gentoo-2-d9906cc4e9acf476fc30a4f608b66262f606a8e8.tar.gz gentoo-2-d9906cc4e9acf476fc30a4f608b66262f606a8e8.tar.bz2 gentoo-2-d9906cc4e9acf476fc30a4f608b66262f606a8e8.zip |
amd64/x86 stable, bug #294344
(Portage version: 2.2_rc51/cvs/Linux x86_64)
-rw-r--r-- | dev-games/guichan/ChangeLog | 5 | ||||
-rw-r--r-- | dev-games/guichan/guichan-0.8.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-games/guichan/ChangeLog b/dev-games/guichan/ChangeLog index e1716f2f03c0..d19254f215f1 100644 --- a/dev-games/guichan/ChangeLog +++ b/dev-games/guichan/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-games/guichan # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/guichan/ChangeLog,v 1.17 2009/02/03 15:54:43 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/guichan/ChangeLog,v 1.18 2009/11/25 14:29:42 maekke Exp $ + + 25 Nov 2009; Markus Meier <maekke@gentoo.org> guichan-0.8.1.ebuild: + amd64/x86 stable, bug #294344 03 Feb 2009; Alfredo Tupone <tupone@gentoo.org> files/guichan-0.8.1-as-needed.patch, guichan-0.8.1.ebuild: diff --git a/dev-games/guichan/guichan-0.8.1.ebuild b/dev-games/guichan/guichan-0.8.1.ebuild index 48f755ebd964..c7db9e5d83c1 100644 --- a/dev-games/guichan/guichan-0.8.1.ebuild +++ b/dev-games/guichan/guichan-0.8.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/guichan/guichan-0.8.1.ebuild,v 1.5 2009/02/03 15:54:43 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/guichan/guichan-0.8.1.ebuild,v 1.6 2009/11/25 14:29:42 maekke 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 ) |