diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2005-06-28 23:27:31 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2005-06-28 23:27:31 +0000 |
commit | 9323647fac9dbca9b596a9c5ec0690625113856b (patch) | |
tree | 7f964c4f010267c531715f9515aa1f434703e761 /net-misc/telnet-bsd | |
parent | Modified DESCRIPTION, making it more clear this ebuild contains both nv_*dete... (diff) | |
download | gentoo-2-9323647fac9dbca9b596a9c5ec0690625113856b.tar.gz gentoo-2-9323647fac9dbca9b596a9c5ec0690625113856b.tar.bz2 gentoo-2-9323647fac9dbca9b596a9c5ec0690625113856b.zip |
Stable on alpha + ia64, bug 96156.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-misc/telnet-bsd')
-rw-r--r-- | net-misc/telnet-bsd/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/telnet-bsd/telnet-bsd-1.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/telnet-bsd/ChangeLog b/net-misc/telnet-bsd/ChangeLog index e2a3c7dc794c..9cc0b52b82e4 100644 --- a/net-misc/telnet-bsd/ChangeLog +++ b/net-misc/telnet-bsd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/telnet-bsd # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/telnet-bsd/ChangeLog,v 1.19 2005/06/27 21:08:08 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/telnet-bsd/ChangeLog,v 1.20 2005/06/28 23:27:31 kloeri Exp $ + + 28 Jun 2005; Bryan Østergaard <kloeri@gentoo.org> telnet-bsd-1.2.ebuild: + Stable on alpha + ia64, bug 96156. 27 Jun 2005; Michael Hanselmann <hansmi@gentoo.org> telnet-bsd-1.2.ebuild: Stable on hppa. diff --git a/net-misc/telnet-bsd/telnet-bsd-1.2.ebuild b/net-misc/telnet-bsd/telnet-bsd-1.2.ebuild index 6b55059e0384..eb008ff66174 100644 --- a/net-misc/telnet-bsd/telnet-bsd-1.2.ebuild +++ b/net-misc/telnet-bsd/telnet-bsd-1.2.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/net-misc/telnet-bsd/telnet-bsd-1.2.ebuild,v 1.5 2005/06/27 21:08:08 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/telnet-bsd/telnet-bsd-1.2.ebuild,v 1.6 2005/06/28 23:27:31 kloeri Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.suse.com/pub/people/kukuk/ipv6/${P}.tar.bz2" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ppc ppc64 sparc ~x86" +KEYWORDS="alpha ~amd64 ~arm hppa ia64 ppc ppc64 sparc ~x86" IUSE="nls" DEPEND="!net-misc/netkit-telnetd" |