diff options
author | José María Alonso <nimiux@gentoo.org> | 2014-07-08 16:48:48 +0000 |
---|---|---|
committer | José María Alonso <nimiux@gentoo.org> | 2014-07-08 16:48:48 +0000 |
commit | 613a42e4d424e5a6443f85344b2536aed9727d96 (patch) | |
tree | c559268935f91f2d7548138cf6b81c201ce09d7b /games-board/pysolfc | |
parent | old (diff) | |
download | gentoo-2-613a42e4d424e5a6443f85344b2536aed9727d96.tar.gz gentoo-2-613a42e4d424e5a6443f85344b2536aed9727d96.tar.bz2 gentoo-2-613a42e4d424e5a6443f85344b2536aed9727d96.zip |
Stable for amd64 wrt bug #510776
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key D628E536)
Diffstat (limited to 'games-board/pysolfc')
-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 689d72c88c04..406a83339fa9 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.20 2014/06/14 10:15:29 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/pysolfc/ChangeLog,v 1.21 2014/07/08 16:48:48 nimiux Exp $ + + 08 Jul 2014; Chema Alonso <nimiux@gentoo.org> pysolfc-2.0-r3.ebuild: + Stable for amd64 wrt bug #510776 14 Jun 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> pysolfc-2.0-r3.ebuild: x86 stable wrt bug #510776 diff --git a/games-board/pysolfc/pysolfc-2.0-r3.ebuild b/games-board/pysolfc/pysolfc-2.0-r3.ebuild index e45b5d761bc6..6b93aa5a12b0 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.2 2014/06/14 10:15:29 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/pysolfc/pysolfc-2.0-r3.ebuild,v 1.3 2014/07/08 16:48:48 nimiux 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} |