diff options
author | Pacho Ramos <pacho@gentoo.org> | 2010-05-25 21:33:27 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2010-05-25 21:33:27 +0000 |
commit | 02ac3f302f58309bf84e9ed420d9a2b87557a847 (patch) | |
tree | 073863b53633f013c83e97613a687be82243470a /games-misc/opensfx | |
parent | stable amd64, bug 318515 (diff) | |
download | gentoo-2-02ac3f302f58309bf84e9ed420d9a2b87557a847.tar.gz gentoo-2-02ac3f302f58309bf84e9ed420d9a2b87557a847.tar.bz2 gentoo-2-02ac3f302f58309bf84e9ed420d9a2b87557a847.zip |
stable amd64, bug 320501
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'games-misc/opensfx')
-rw-r--r-- | games-misc/opensfx/ChangeLog | 5 | ||||
-rw-r--r-- | games-misc/opensfx/opensfx-0.2.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-misc/opensfx/ChangeLog b/games-misc/opensfx/ChangeLog index 23522036783c..0d3553126456 100644 --- a/games-misc/opensfx/ChangeLog +++ b/games-misc/opensfx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-misc/opensfx # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/opensfx/ChangeLog,v 1.2 2010/05/25 09:20:11 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/opensfx/ChangeLog,v 1.3 2010/05/25 21:33:27 pacho Exp $ + + 25 May 2010; Pacho Ramos <pacho@gentoo.org> opensfx-0.2.3.ebuild: + stable amd64, bug 320501 25 May 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> opensfx-0.2.3.ebuild: x86 stable wrt bug #320501 diff --git a/games-misc/opensfx/opensfx-0.2.3.ebuild b/games-misc/opensfx/opensfx-0.2.3.ebuild index 83a8e6959539..da7dcb1d4d7a 100644 --- a/games-misc/opensfx/opensfx-0.2.3.ebuild +++ b/games-misc/opensfx/opensfx-0.2.3.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/games-misc/opensfx/opensfx-0.2.3.ebuild,v 1.4 2010/05/25 09:20:11 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/opensfx/opensfx-0.2.3.ebuild,v 1.5 2010/05/25 21:33:27 pacho Exp $ EAPI=2 inherit games @@ -11,7 +11,7 @@ SRC_URI="http://bundles.openttdcoop.org/${PN}/releases/${P}-source.tar.gz" LICENSE="CCPL-Sampling-Plus-1.0" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 x86" +KEYWORDS="amd64 ~ppc ~ppc64 x86" IUSE="" DEPEND="games-util/catcodec" |