diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-06-26 19:58:16 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-06-26 19:58:16 +0000 |
commit | 31051d334780d9a558aff572780750bc7fc3e58d (patch) | |
tree | 4398daec7e09ddbf4b9915800f8e25db239fa420 /net-misc/telnet-bsd | |
parent | Added dialplan callerid matching fix (diff) | |
download | historical-31051d334780d9a558aff572780750bc7fc3e58d.tar.gz historical-31051d334780d9a558aff572780750bc7fc3e58d.tar.bz2 historical-31051d334780d9a558aff572780750bc7fc3e58d.zip |
Stable on ppc.
Package-Manager: portage-2.0.51.19
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 043c05da46bc..f5cd47293220 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.16 2005/06/26 15:37:23 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/telnet-bsd/ChangeLog,v 1.17 2005/06/26 19:58:16 hansmi Exp $ + + 26 Jun 2005; Michael Hanselmann <hansmi@gentoo.org> telnet-bsd-1.2.ebuild: + Stable on ppc. 26 Jun 2005; Markus Rothe <corsair@gentoo.org> telnet-bsd-1.2.ebuild: Stable on ppc64 (bug #96156) diff --git a/net-misc/telnet-bsd/telnet-bsd-1.2.ebuild b/net-misc/telnet-bsd/telnet-bsd-1.2.ebuild index 576b6a03c19b..11c818edf6c7 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.2 2005/06/26 15:37:23 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/telnet-bsd/telnet-bsd-1.2.ebuild,v 1.3 2005/06/26 19:58:16 hansmi 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" |