diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-08-12 03:46:25 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-08-12 03:46:25 +0000 |
commit | d10da2596e55308fc03a9bc9111478ee91080d59 (patch) | |
tree | 27a7fbb641a752de08fc7a0a0801b78040fbc9f6 /games-arcade/sdl-sopwith | |
parent | x86 stable wrt bug #332323 (diff) | |
download | gentoo-2-d10da2596e55308fc03a9bc9111478ee91080d59.tar.gz gentoo-2-d10da2596e55308fc03a9bc9111478ee91080d59.tar.bz2 gentoo-2-d10da2596e55308fc03a9bc9111478ee91080d59.zip |
x86 stable wrt bug #332325
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'games-arcade/sdl-sopwith')
-rw-r--r-- | games-arcade/sdl-sopwith/ChangeLog | 6 | ||||
-rw-r--r-- | games-arcade/sdl-sopwith/sdl-sopwith-1.7.3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/games-arcade/sdl-sopwith/ChangeLog b/games-arcade/sdl-sopwith/ChangeLog index dd2027c47f50..b8d49784509a 100644 --- a/games-arcade/sdl-sopwith/ChangeLog +++ b/games-arcade/sdl-sopwith/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-arcade/sdl-sopwith # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/sdl-sopwith/ChangeLog,v 1.10 2010/07/07 19:10:44 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/sdl-sopwith/ChangeLog,v 1.11 2010/08/12 03:46:25 phajdan.jr Exp $ + + 12 Aug 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> + sdl-sopwith-1.7.3.ebuild: + x86 stable wrt bug #332325 *sdl-sopwith-1.7.3 (07 Jul 2010) diff --git a/games-arcade/sdl-sopwith/sdl-sopwith-1.7.3.ebuild b/games-arcade/sdl-sopwith/sdl-sopwith-1.7.3.ebuild index 3fac4eb59498..a54e3518ba5e 100644 --- a/games-arcade/sdl-sopwith/sdl-sopwith-1.7.3.ebuild +++ b/games-arcade/sdl-sopwith/sdl-sopwith-1.7.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-arcade/sdl-sopwith/sdl-sopwith-1.7.3.ebuild,v 1.1 2010/07/07 19:10:44 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/sdl-sopwith/sdl-sopwith-1.7.3.ebuild,v 1.2 2010/08/12 03:46:25 phajdan.jr Exp $ EAPI=2 inherit eutils games @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~ppc x86 ~x86-fbsd" IUSE="" S=${WORKDIR}/${MY_P} |