diff options
author | Yuta Satoh <nigoro@gentoo.org> | 2005-12-23 11:07:41 +0000 |
---|---|---|
committer | Yuta Satoh <nigoro@gentoo.org> | 2005-12-23 11:07:41 +0000 |
commit | 05dae05ebd8f3f8fc0601f545098cc3c609446b0 (patch) | |
tree | feaa6bbf85645940dd1a9fc1c87412f5ed67c1bb /games-puzzle/tint | |
parent | Added ~ppc64 (diff) | |
download | gentoo-2-05dae05ebd8f3f8fc0601f545098cc3c609446b0.tar.gz gentoo-2-05dae05ebd8f3f8fc0601f545098cc3c609446b0.tar.bz2 gentoo-2-05dae05ebd8f3f8fc0601f545098cc3c609446b0.zip |
Stable on ppc64
(Portage version: 2.1_pre1)
Diffstat (limited to 'games-puzzle/tint')
-rw-r--r-- | games-puzzle/tint/ChangeLog | 5 | ||||
-rw-r--r-- | games-puzzle/tint/tint-0.03a.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-puzzle/tint/ChangeLog b/games-puzzle/tint/ChangeLog index 1bdd582e0029..50dff7278dc4 100644 --- a/games-puzzle/tint/ChangeLog +++ b/games-puzzle/tint/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-puzzle/tint # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/tint/ChangeLog,v 1.5 2005/08/07 12:57:16 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/tint/ChangeLog,v 1.6 2005/12/23 11:07:41 nigoro Exp $ + + 23 Dec 2005; Yuta SATOH <nigoro@gentoo.org> tint-0.03a.ebuild: + Stable on ppc64 07 Aug 2005; Michael Hanselmann <hansmi@gentoo.org> tint-0.03a.ebuild: Stable on ppc. diff --git a/games-puzzle/tint/tint-0.03a.ebuild b/games-puzzle/tint/tint-0.03a.ebuild index c244e15f010b..f914621c6175 100644 --- a/games-puzzle/tint/tint-0.03a.ebuild +++ b/games-puzzle/tint/tint-0.03a.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/tint/tint-0.03a.ebuild,v 1.5 2005/08/07 12:57:16 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/tint/tint-0.03a.ebuild,v 1.6 2005/12/23 11:07:41 nigoro 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" +KEYWORDS="~amd64 ppc ppc64 x86" IUSE="" DEPEND=">=sys-libs/ncurses-5.4-r1" |