diff options
author | Simon Stelling <blubb@gentoo.org> | 2006-10-03 08:52:09 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2006-10-03 08:52:09 +0000 |
commit | b5cac1805db25d0a2172d7662e5a369172d51515 (patch) | |
tree | 1ca3e64ee999a2b7cea07d067b36a234ef93588e /games-puzzle/gnudoku | |
parent | * bump (diff) | |
download | gentoo-2-b5cac1805db25d0a2172d7662e5a369172d51515.tar.gz gentoo-2-b5cac1805db25d0a2172d7662e5a369172d51515.tar.bz2 gentoo-2-b5cac1805db25d0a2172d7662e5a369172d51515.zip |
stable on amd64
(Portage version: 2.1.2_pre2)
Diffstat (limited to 'games-puzzle/gnudoku')
-rw-r--r-- | games-puzzle/gnudoku/ChangeLog | 5 | ||||
-rw-r--r-- | games-puzzle/gnudoku/gnudoku-0.93.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-puzzle/gnudoku/ChangeLog b/games-puzzle/gnudoku/ChangeLog index fc68b3a8cb69..dde0d49f5c9a 100644 --- a/games-puzzle/gnudoku/ChangeLog +++ b/games-puzzle/gnudoku/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-puzzle/gnudoku # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/gnudoku/ChangeLog,v 1.6 2006/06/09 05:50:23 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/gnudoku/ChangeLog,v 1.7 2006/10/03 08:52:09 blubb Exp $ + + 03 Oct 2006; Simon Stelling <blubb@gentoo.org> gnudoku-0.93.ebuild: + stable on amd64 09 Jun 2006; Michael Sterrett <mr_bones_@gentoo.org> gnudoku-0.93.ebuild: gtkmm-2.8.1 is stable now (bug #115372) diff --git a/games-puzzle/gnudoku/gnudoku-0.93.ebuild b/games-puzzle/gnudoku/gnudoku-0.93.ebuild index c5da66e92e02..fcdb2a9a1d8d 100644 --- a/games-puzzle/gnudoku/gnudoku-0.93.ebuild +++ b/games-puzzle/gnudoku/gnudoku-0.93.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/gnudoku/gnudoku-0.93.ebuild,v 1.2 2006/06/09 05:50:23 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/gnudoku/gnudoku-0.93.ebuild,v 1.3 2006/10/03 08:52:09 blubb Exp $ inherit eutils games @@ -12,7 +12,7 @@ SRC_URI="http://www.icculus.org/~jcspray/GNUDoku/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc x86" +KEYWORDS="amd64 ~ppc x86" IUSE="" DEPEND=">=dev-cpp/gtkmm-2.6" |