diff options
Diffstat (limited to 'net-news')
-rw-r--r-- | net-news/tin/ChangeLog | 5 | ||||
-rw-r--r-- | net-news/tin/tin-1.6.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-news/tin/ChangeLog b/net-news/tin/ChangeLog index e8aa2175164a..d5c9aa8fd1c9 100644 --- a/net-news/tin/ChangeLog +++ b/net-news/tin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-news/tin # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-news/tin/ChangeLog,v 1.5 2004/02/22 15:18:22 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-news/tin/ChangeLog,v 1.6 2004/04/23 19:20:20 fmccor Exp $ + + 23 Apr 2004; Ferris McCormick <fmccor@gentoo.org> tin-1.6.2.ebuild: + Add ~sparc keyword at user request and my testing. 22 Feb 2004; Daniel Ahlberg <aliz@gentoo.org> tin-1.6.2.ebuild: Adding ipv6 support. Closing #42463. diff --git a/net-news/tin/tin-1.6.2.ebuild b/net-news/tin/tin-1.6.2.ebuild index 00ee0883dee9..197057f3cf25 100644 --- a/net-news/tin/tin-1.6.2.ebuild +++ b/net-news/tin/tin-1.6.2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # Michael Conrad Tilstra <tadpol@gentoo.org> <tadpol@tadpol.org> -# $Header: /var/cvsroot/gentoo-x86/net-news/tin/tin-1.6.2.ebuild,v 1.2 2004/02/22 15:18:22 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-news/tin/tin-1.6.2.ebuild,v 1.3 2004/04/23 19:20:20 fmccor Exp $ IUSE="ncurses ipv6" @@ -12,7 +12,7 @@ HOMEPAGE="http://www.tin.org/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ia64 ~amd64" +KEYWORDS="~x86 ~ia64 ~amd64 ~sparc" DEPEND="ncurses? ( sys-libs/ncurses )" |