diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-06-08 11:48:07 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-06-08 11:48:07 +0000 |
commit | 5b57edd44af024ed8acab82420f70b3c972d7b37 (patch) | |
tree | eb62d0f4eb1c80df99e389b855f3e3d64a197b96 /games-strategy/ufo-ai | |
parent | x86 stable wrt bug #418513 (diff) | |
download | gentoo-2-5b57edd44af024ed8acab82420f70b3c972d7b37.tar.gz gentoo-2-5b57edd44af024ed8acab82420f70b3c972d7b37.tar.bz2 gentoo-2-5b57edd44af024ed8acab82420f70b3c972d7b37.zip |
x86 stable wrt bug #418429
(Portage version: 2.1.10.49/cvs/Linux i686)
Diffstat (limited to 'games-strategy/ufo-ai')
-rw-r--r-- | games-strategy/ufo-ai/ChangeLog | 5 | ||||
-rw-r--r-- | games-strategy/ufo-ai/ufo-ai-2.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-strategy/ufo-ai/ChangeLog b/games-strategy/ufo-ai/ChangeLog index 74a0d69c9b9c..f229f60e38ae 100644 --- a/games-strategy/ufo-ai/ChangeLog +++ b/games-strategy/ufo-ai/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/ufo-ai # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ChangeLog,v 1.38 2012/05/31 19:31:05 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ChangeLog,v 1.39 2012/06/08 11:48:07 phajdan.jr Exp $ + + 08 Jun 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> ufo-ai-2.4.ebuild: + x86 stable wrt bug #418429 31 May 2012; Michael Sterrett <mr_bones_@gentoo.org> ufo-ai-2.4.ebuild: tidy diff --git a/games-strategy/ufo-ai/ufo-ai-2.4.ebuild b/games-strategy/ufo-ai/ufo-ai-2.4.ebuild index 2fd95cea15a6..f3e1022e820e 100644 --- a/games-strategy/ufo-ai/ufo-ai-2.4.ebuild +++ b/games-strategy/ufo-ai/ufo-ai-2.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ufo-ai-2.4.ebuild,v 1.2 2012/05/31 19:31:05 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ufo-ai-2.4.ebuild,v 1.3 2012/06/08 11:48:07 phajdan.jr Exp $ EAPI=3 inherit eutils flag-o-matic games @@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/ufoai/${MY_P}-source.tar.bz2 LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc x86" IUSE="debug dedicated editor" # Dependencies and more instructions can be found here: |