diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2012-08-04 13:34:52 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2012-08-04 13:34:52 +0000 |
commit | 6aac997218b695139ebb8a9c0b7e054da7cc23be (patch) | |
tree | 6fcf5488c1847967607e276b24e7f0af209bf69c /games-puzzle/picpuz | |
parent | Remove old. (diff) | |
download | gentoo-2-6aac997218b695139ebb8a9c0b7e054da7cc23be.tar.gz gentoo-2-6aac997218b695139ebb8a9c0b7e054da7cc23be.tar.bz2 gentoo-2-6aac997218b695139ebb8a9c0b7e054da7cc23be.zip |
Stable on amd64 wrt bug #428062
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'games-puzzle/picpuz')
-rw-r--r-- | games-puzzle/picpuz/ChangeLog | 5 | ||||
-rw-r--r-- | games-puzzle/picpuz/picpuz-2.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-puzzle/picpuz/ChangeLog b/games-puzzle/picpuz/ChangeLog index b9857cec2f5c..a3b31ce19612 100644 --- a/games-puzzle/picpuz/ChangeLog +++ b/games-puzzle/picpuz/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-puzzle/picpuz # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/picpuz/ChangeLog,v 1.14 2012/07/24 17:55:27 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/picpuz/ChangeLog,v 1.15 2012/08/04 13:34:52 hwoarang Exp $ + + 04 Aug 2012; Markos Chandras <hwoarang@gentoo.org> picpuz-2.5.ebuild: + Stable on amd64 wrt bug #428062 *picpuz-2.5 (24 Jul 2012) diff --git a/games-puzzle/picpuz/picpuz-2.5.ebuild b/games-puzzle/picpuz/picpuz-2.5.ebuild index 4c9cf181c8e5..55e554eeb735 100644 --- a/games-puzzle/picpuz/picpuz-2.5.ebuild +++ b/games-puzzle/picpuz/picpuz-2.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/picpuz/picpuz-2.5.ebuild,v 1.1 2012/07/24 17:55:27 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/picpuz/picpuz-2.5.ebuild,v 1.2 2012/08/04 13:34:52 hwoarang Exp $ EAPI=4 inherit eutils gnome2-utils games @@ -11,7 +11,7 @@ SRC_URI="http://kornelix.squarespace.com/storage/downloads/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" RDEPEND="x11-libs/gtk+:3" |