diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2008-06-26 08:34:19 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2008-06-26 08:34:19 +0000 |
commit | d67b1800885ef4f95d22c99e26bc3e1cfd18126c (patch) | |
tree | dc32ce586fdc7915627ec41402655b5ae7f14f11 /games-puzzle/tint | |
parent | stable x86, bug 229475 (diff) | |
download | historical-d67b1800885ef4f95d22c99e26bc3e1cfd18126c.tar.gz historical-d67b1800885ef4f95d22c99e26bc3e1cfd18126c.tar.bz2 historical-d67b1800885ef4f95d22c99e26bc3e1cfd18126c.zip |
stable x86, bug 229479
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'games-puzzle/tint')
-rw-r--r-- | games-puzzle/tint/ChangeLog | 7 | ||||
-rw-r--r-- | games-puzzle/tint/tint-0.03b.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-puzzle/tint/ChangeLog b/games-puzzle/tint/ChangeLog index dcb41b858268..1c96e4de3b7d 100644 --- a/games-puzzle/tint/ChangeLog +++ b/games-puzzle/tint/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-puzzle/tint -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/tint/ChangeLog,v 1.10 2007/10/08 07:14:20 mr_bones_ Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/tint/ChangeLog,v 1.11 2008/06/26 08:34:19 opfer Exp $ + + 26 Jun 2008; Christian Faulhammer <opfer@gentoo.org> tint-0.03b.ebuild: + stable x86, bug 229479 *tint-0.03b (08 Oct 2007) diff --git a/games-puzzle/tint/tint-0.03b.ebuild b/games-puzzle/tint/tint-0.03b.ebuild index 2e0da1e296f7..c940b2c58188 100644 --- a/games-puzzle/tint/tint-0.03b.ebuild +++ b/games-puzzle/tint/tint-0.03b.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# 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.1 2007/10/08 07:14:20 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/tint/tint-0.03b.ebuild,v 1.2 2008/06/26 08:34:19 opfer 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" |