diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-02-14 12:08:15 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-02-14 12:08:15 +0000 |
commit | 561d7c3062622a0dcb71e50f2c7558bb3a94da4e (patch) | |
tree | 8731a98dda531472b3b86540292c664bc5868c6c /games-board | |
parent | Bump patchset. (diff) | |
download | gentoo-2-561d7c3062622a0dcb71e50f2c7558bb3a94da4e.tar.gz gentoo-2-561d7c3062622a0dcb71e50f2c7558bb3a94da4e.tar.bz2 gentoo-2-561d7c3062622a0dcb71e50f2c7558bb3a94da4e.zip |
Stable for x86, wrt bug #457110
(Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/pysolfc/ChangeLog | 5 | ||||
-rw-r--r-- | games-board/pysolfc/pysolfc-2.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-board/pysolfc/ChangeLog b/games-board/pysolfc/ChangeLog index 4a28c3fe6501..8994203be5cf 100644 --- a/games-board/pysolfc/ChangeLog +++ b/games-board/pysolfc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-board/pysolfc # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/pysolfc/ChangeLog,v 1.8 2013/02/14 12:00:22 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/pysolfc/ChangeLog,v 1.9 2013/02/14 12:08:15 ago Exp $ + + 14 Feb 2013; Agostino Sarubbo <ago@gentoo.org> pysolfc-2.0-r1.ebuild: + Stable for x86, wrt bug #457110 14 Feb 2013; Agostino Sarubbo <ago@gentoo.org> pysolfc-2.0-r1.ebuild: Stable for amd64, wrt bug #457110 diff --git a/games-board/pysolfc/pysolfc-2.0-r1.ebuild b/games-board/pysolfc/pysolfc-2.0-r1.ebuild index cc9d85aa679e..13abee6de0ea 100644 --- a/games-board/pysolfc/pysolfc-2.0-r1.ebuild +++ b/games-board/pysolfc/pysolfc-2.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/pysolfc/pysolfc-2.0-r1.ebuild,v 1.3 2013/02/14 12:00:22 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/pysolfc/pysolfc-2.0-r1.ebuild,v 1.4 2013/02/14 12:08:15 ago Exp $ EAPI=5 @@ -19,7 +19,7 @@ SRC_URI="${SOL_URI}/${MY_PN}-${PV}.tar.bz2 LICENSE="GPL-3" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="extra-cardsets minimal +sound" S=${WORKDIR}/${MY_PN}-${PV} |