diff options
Diffstat (limited to 'net-misc/telnet-bsd/telnet-bsd-1.2-r1.ebuild')
-rw-r--r-- | net-misc/telnet-bsd/telnet-bsd-1.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/telnet-bsd/telnet-bsd-1.2-r1.ebuild b/net-misc/telnet-bsd/telnet-bsd-1.2-r1.ebuild index 80afd10865a4..66f8c332aeb2 100644 --- a/net-misc/telnet-bsd/telnet-bsd-1.2-r1.ebuild +++ b/net-misc/telnet-bsd/telnet-bsd-1.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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-r1.ebuild,v 1.10 2006/05/24 20:42:47 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/telnet-bsd/telnet-bsd-1.2-r1.ebuild,v 1.11 2006/06/26 12:13:13 blubb Exp $ inherit eutils autotools @@ -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 ~s390 sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 ~s390 sparc x86 ~x86-fbsd" IUSE="nls" RDEPEND="sys-libs/ncurses" |