diff options
-rw-r--r-- | games-board/pysolfc/ChangeLog | 5 | ||||
-rw-r--r-- | games-board/pysolfc/pysolfc-2.0-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-board/pysolfc/ChangeLog b/games-board/pysolfc/ChangeLog index c442c5ae75cf..689d72c88c04 100644 --- a/games-board/pysolfc/ChangeLog +++ b/games-board/pysolfc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-board/pysolfc # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/pysolfc/ChangeLog,v 1.19 2014/06/10 02:16:44 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/pysolfc/ChangeLog,v 1.20 2014/06/14 10:15:29 phajdan.jr Exp $ + + 14 Jun 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> pysolfc-2.0-r3.ebuild: + x86 stable wrt bug #510776 10 Jun 2014; Mike Gilbert <floppym@gentoo.org> -pysolfc-2.0-r1.ebuild: Remove old. diff --git a/games-board/pysolfc/pysolfc-2.0-r3.ebuild b/games-board/pysolfc/pysolfc-2.0-r3.ebuild index 73158b0e7e18..e45b5d761bc6 100644 --- a/games-board/pysolfc/pysolfc-2.0-r3.ebuild +++ b/games-board/pysolfc/pysolfc-2.0-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/pysolfc/pysolfc-2.0-r3.ebuild,v 1.1 2014/04/07 20:11:18 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/pysolfc/pysolfc-2.0-r3.ebuild,v 1.2 2014/06/14 10:15:29 phajdan.jr Exp $ EAPI=5 @@ -20,7 +20,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} |