diff options
author | Markus Meier <maekke@gentoo.org> | 2009-11-26 19:58:11 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-11-26 19:58:11 +0000 |
commit | 5cbbc9533fa654e5244e89b79e1a9a5a347926b2 (patch) | |
tree | 5cd519ad6ce3d50a25bd3ac948e274719e647dbd /games-puzzle | |
parent | amd64/x86 stable, bug #294529 (diff) | |
download | gentoo-2-5cbbc9533fa654e5244e89b79e1a9a5a347926b2.tar.gz gentoo-2-5cbbc9533fa654e5244e89b79e1a9a5a347926b2.tar.bz2 gentoo-2-5cbbc9533fa654e5244e89b79e1a9a5a347926b2.zip |
amd64/x86 stable, bug #294535
(Portage version: 2.2_rc52/cvs/Linux x86_64)
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/picpuz/ChangeLog | 5 | ||||
-rw-r--r-- | games-puzzle/picpuz/picpuz-2.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-puzzle/picpuz/ChangeLog b/games-puzzle/picpuz/ChangeLog index f2080b9ea256..ef9acc83ffdb 100644 --- a/games-puzzle/picpuz/ChangeLog +++ b/games-puzzle/picpuz/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-puzzle/picpuz # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/picpuz/ChangeLog,v 1.7 2009/10/13 18:36:31 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/picpuz/ChangeLog,v 1.8 2009/11/26 19:58:11 maekke Exp $ + + 26 Nov 2009; Markus Meier <maekke@gentoo.org> picpuz-2.0.ebuild: + amd64/x86 stable, bug #294535 *picpuz-2.0 (13 Oct 2009) diff --git a/games-puzzle/picpuz/picpuz-2.0.ebuild b/games-puzzle/picpuz/picpuz-2.0.ebuild index 0e13268dbfa5..4ea1d7b1e0c0 100644 --- a/games-puzzle/picpuz/picpuz-2.0.ebuild +++ b/games-puzzle/picpuz/picpuz-2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/picpuz/picpuz-2.0.ebuild,v 1.1 2009/10/13 18:36:31 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/picpuz/picpuz-2.0.ebuild,v 1.2 2009/11/26 19:58:11 maekke Exp $ EAPI=2 inherit eutils 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+:2" |