diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-11-11 12:45:21 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-11-11 12:45:21 +0000 |
commit | 732941aeaef923057f36cf1253705c02a065de9e (patch) | |
tree | 8ab52ee09a24860a07c0ef7ed44fb0080b2d0d99 /games-puzzle | |
parent | Added ~amd64 KEYWORD and closing bug #69755. (Manifest recommit) (diff) | |
download | gentoo-2-732941aeaef923057f36cf1253705c02a065de9e.tar.gz gentoo-2-732941aeaef923057f36cf1253705c02a065de9e.tar.bz2 gentoo-2-732941aeaef923057f36cf1253705c02a065de9e.zip |
Added ~amd64 KEYWORD and closing bug #69759.
Diffstat (limited to 'games-puzzle')
-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 484124db6209..2e42ceb7cd38 100644 --- a/games-puzzle/tint/ChangeLog +++ b/games-puzzle/tint/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-puzzle/tint # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/tint/ChangeLog,v 1.2 2004/10/18 12:19:06 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/tint/ChangeLog,v 1.3 2004/11/11 12:45:21 wolf31o2 Exp $ + + 11 Nov 2004; Chris Gianelloni <wolf31o2@gentoo.org> tint-0.03a.ebuild: + Added ~amd64 KEYWORD and closing bug #69759. 18 Oct 2004; David Holm <dholm@gentoo.org> tint-0.03a.ebuild: Added to ~ppc. diff --git a/games-puzzle/tint/tint-0.03a.ebuild b/games-puzzle/tint/tint-0.03a.ebuild index 7727459a07a6..d4396fae2dda 100644 --- a/games-puzzle/tint/tint-0.03a.ebuild +++ b/games-puzzle/tint/tint-0.03a.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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.2 2004/10/18 12:19:06 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/tint/tint-0.03a.ebuild,v 1.3 2004/11/11 12:45:21 wolf31o2 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="x86 ~ppc" +KEYWORDS="x86 ~ppc ~amd64" IUSE="" DEPEND=">=sys-libs/ncurses-5.4-r1" |