diff options
author | 2013-02-14 12:00:22 +0000 | |
---|---|---|
committer | 2013-02-14 12:00:22 +0000 | |
commit | bb47d154901bfc95eee86734271b010d8f8a5174 (patch) | |
tree | 4de29ecdce1fda6bcd072b69eb57bd98f0bfe9c4 /games-board | |
parent | Stable for amd64, wrt bug #457220 (diff) | |
download | gentoo-2-bb47d154901bfc95eee86734271b010d8f8a5174.tar.gz gentoo-2-bb47d154901bfc95eee86734271b010d8f8a5174.tar.bz2 gentoo-2-bb47d154901bfc95eee86734271b010d8f8a5174.zip |
Stable for amd64, 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 c4f90e3d5600..4a28c3fe6501 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.7 2013/01/12 15:29:50 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/pysolfc/ChangeLog,v 1.8 2013/02/14 12:00:22 ago Exp $ + + 14 Feb 2013; Agostino Sarubbo <ago@gentoo.org> pysolfc-2.0-r1.ebuild: + Stable for amd64, wrt bug #457110 12 Jan 2013; Julian Ospald <hasufell@gentoo.org> pysolfc-2.0-r1.ebuild: remove inherit magic and call functions explicitly diff --git a/games-board/pysolfc/pysolfc-2.0-r1.ebuild b/games-board/pysolfc/pysolfc-2.0-r1.ebuild index fec67728b310..cc9d85aa679e 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.2 2013/01/12 15:29:50 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/pysolfc/pysolfc-2.0-r1.ebuild,v 1.3 2013/02/14 12:00:22 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} |