diff options
author | Brent Baude <ranger@gentoo.org> | 2008-06-27 13:38:29 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2008-06-27 13:38:29 +0000 |
commit | fe4f8aa4b4e19401bb0cd9e3e16719cc1d85dadf (patch) | |
tree | 57743b977e832fe33624f40db05dbee65a4a6160 /games-puzzle | |
parent | stable ppc64, bug 229581 (diff) | |
download | gentoo-2-fe4f8aa4b4e19401bb0cd9e3e16719cc1d85dadf.tar.gz gentoo-2-fe4f8aa4b4e19401bb0cd9e3e16719cc1d85dadf.tar.bz2 gentoo-2-fe4f8aa4b4e19401bb0cd9e3e16719cc1d85dadf.zip |
stable ppc64, bug 229479
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/tint/ChangeLog | 5 | ||||
-rw-r--r-- | games-puzzle/tint/tint-0.03b.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-puzzle/tint/ChangeLog b/games-puzzle/tint/ChangeLog index 75d491caed02..037e6c1f0841 100644 --- a/games-puzzle/tint/ChangeLog +++ b/games-puzzle/tint/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-puzzle/tint # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/tint/ChangeLog,v 1.13 2008/06/26 17:36:40 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/tint/ChangeLog,v 1.14 2008/06/27 13:38:29 ranger Exp $ + + 27 Jun 2008; Brent Baude <ranger@gentoo.org> tint-0.03b.ebuild: + stable ppc64, bug 229479 26 Jun 2008; nixnut <nixnut@gentoo.org> tint-0.03b.ebuild: Stable on ppc wrt bug 229479 diff --git a/games-puzzle/tint/tint-0.03b.ebuild b/games-puzzle/tint/tint-0.03b.ebuild index faea0608d225..febef21a8b8b 100644 --- a/games-puzzle/tint/tint-0.03b.ebuild +++ b/games-puzzle/tint/tint-0.03b.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/tint/tint-0.03b.ebuild,v 1.4 2008/06/26 17:36:40 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/tint/tint-0.03b.ebuild,v 1.5 2008/06/27 13:38:29 ranger Exp $ inherit eutils games @@ -11,7 +11,7 @@ SRC_URI="http://oasis.frogfoot.net/code/tint/download/${PV}/${MY_P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="amd64 ppc ~ppc64 x86 ~x86-fbsd" +KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd" IUSE="" DEPEND=">=sys-libs/ncurses-5.4-r1" |