diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-12-24 12:52:55 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-12-24 12:52:55 +0000 |
commit | 3ac11062c672b4075f26694c94c948f021f48409 (patch) | |
tree | ec93a07149880f5d3430a93f88cf042137780f37 /games-board/pysolfc | |
parent | Stable for x86, wrt bug #486724 (diff) | |
download | gentoo-2-3ac11062c672b4075f26694c94c948f021f48409.tar.gz gentoo-2-3ac11062c672b4075f26694c94c948f021f48409.tar.bz2 gentoo-2-3ac11062c672b4075f26694c94c948f021f48409.zip |
Stable for x86, wrt bug #490610
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'games-board/pysolfc')
-rw-r--r-- | games-board/pysolfc/ChangeLog | 5 | ||||
-rw-r--r-- | games-board/pysolfc/pysolfc-2.0-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-board/pysolfc/ChangeLog b/games-board/pysolfc/ChangeLog index 18c65641675f..cb8e0ec72149 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.16 2013/12/01 20:10:45 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/pysolfc/ChangeLog,v 1.17 2013/12/24 12:52:55 ago Exp $ + + 24 Dec 2013; Agostino Sarubbo <ago@gentoo.org> pysolfc-2.0-r2.ebuild: + Stable for x86, wrt bug #490610 01 Dec 2013; Chema Alonso <nimiux@gentoo.org> pysolfc-2.0-r2.ebuild: Stable for amd64 wrt bug #490610 diff --git a/games-board/pysolfc/pysolfc-2.0-r2.ebuild b/games-board/pysolfc/pysolfc-2.0-r2.ebuild index 5fdaa7d491b1..a175ed79f092 100644 --- a/games-board/pysolfc/pysolfc-2.0-r2.ebuild +++ b/games-board/pysolfc/pysolfc-2.0-r2.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-r2.ebuild,v 1.6 2013/12/01 20:10:45 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/pysolfc/pysolfc-2.0-r2.ebuild,v 1.7 2013/12/24 12:52:55 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} |