diff options
author | Zac Medico <zmedico@gentoo.org> | 2011-08-03 23:55:01 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2011-08-03 23:55:01 +0000 |
commit | 89c804c2afd7735151f464125db3773db170e727 (patch) | |
tree | 1462fc178187f5f0033369b4f37c1c12f43b9725 /net-misc/telnet-bsd | |
parent | Version bump. Possible API break. (diff) | |
download | gentoo-2-89c804c2afd7735151f464125db3773db170e727.tar.gz gentoo-2-89c804c2afd7735151f464125db3773db170e727.tar.bz2 gentoo-2-89c804c2afd7735151f464125db3773db170e727.zip |
Add ~x86-linux keyword.
(Portage version: 2.2.0_alpha50/cvs/Linux i686)
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-r1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-misc/telnet-bsd/ChangeLog b/net-misc/telnet-bsd/ChangeLog index 5cf85a03357d..75a548fa287a 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/telnet-bsd/ChangeLog,v 1.40 2011/04/06 12:46:36 cbrannon Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/telnet-bsd/ChangeLog,v 1.41 2011/08/03 23:55:01 zmedico Exp $ + + 03 Aug 2011; Zac Medico <zmedico@gentoo.org> telnet-bsd-1.2-r1.ebuild: + Add ~x86-linux keyword. 06 Apr 2011; Christopher Brannon <cbrannon@gentoo.org> metadata.xml: Added myself as maintainer. 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 5cad1f508dcc..79098a387952 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-2009 Gentoo Foundation +# Copyright 1999-2011 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.16 2009/06/20 12:11:50 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/telnet-bsd/telnet-bsd-1.2-r1.ebuild,v 1.17 2011/08/03 23:55:01 zmedico 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 m68k ppc ppc64 s390 sh sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 m68k ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-linux" IUSE="nls xinetd" RDEPEND="sys-libs/ncurses" |