diff options
author | 2013-12-01 20:10:45 +0000 | |
---|---|---|
committer | 2013-12-01 20:10:45 +0000 | |
commit | 769b1a7f30ea7e774298c1fc86a92a57c9c39e32 (patch) | |
tree | 88e25134937023bb3b04a1f591618618500c7d87 /games-board | |
parent | Version bump (diff) | |
download | gentoo-2-769b1a7f30ea7e774298c1fc86a92a57c9c39e32.tar.gz gentoo-2-769b1a7f30ea7e774298c1fc86a92a57c9c39e32.tar.bz2 gentoo-2-769b1a7f30ea7e774298c1fc86a92a57c9c39e32.zip |
Stable for amd64 wrt bug #490610
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key D628E536)
Diffstat (limited to 'games-board')
-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 08e112a8fd9a..18c65641675f 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.15 2013/11/30 19:52:48 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/pysolfc/ChangeLog,v 1.16 2013/12/01 20:10:45 nimiux Exp $ + + 01 Dec 2013; Chema Alonso <nimiux@gentoo.org> pysolfc-2.0-r2.ebuild: + Stable for amd64 wrt bug #490610 30 Nov 2013; Julian Ospald <hasufell@gentoo.org> pysolfc-2.0-r2.ebuild: add dev-lang/python-exec:0 do build-time deps as well diff --git a/games-board/pysolfc/pysolfc-2.0-r2.ebuild b/games-board/pysolfc/pysolfc-2.0-r2.ebuild index 200475864777..5fdaa7d491b1 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.5 2013/11/30 19:52:48 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/pysolfc/pysolfc-2.0-r2.ebuild,v 1.6 2013/12/01 20:10:45 nimiux 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} |