diff options
author | Zac Medico <zmedico@gentoo.org> | 2013-02-21 00:02:47 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2013-02-21 00:02:47 +0000 |
commit | b81f32229b9c21447e4d6c275e67b9163fa84688 (patch) | |
tree | 67feae8ddd10326b53553fc82d3e09e85ac73f41 /net-misc/telnet-bsd/telnet-bsd-1.2-r1.ebuild | |
parent | Add ~arm-linux keyword. (diff) | |
download | gentoo-2-b81f32229b9c21447e4d6c275e67b9163fa84688.tar.gz gentoo-2-b81f32229b9c21447e4d6c275e67b9163fa84688.tar.bz2 gentoo-2-b81f32229b9c21447e4d6c275e67b9163fa84688.zip |
Add ~arm-linux keyword.
(Portage version: 2.2.0_alpha163_p9/cvs/Linux i686, signed Manifest commit with key 0xFDE8EF85AE5719A3)
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 | 6 |
1 files changed, 3 insertions, 3 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 bfeac5636377..9ef792b269a4 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-2012 Gentoo Foundation +# Copyright 1999-2013 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.20 2012/07/26 20:18:01 ryao Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/telnet-bsd/telnet-bsd-1.2-r1.ebuild,v 1.21 2013/02/21 00:02:47 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 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="alpha amd64 arm hppa ia64 m68k ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos" IUSE="nls xinetd" RDEPEND="sys-libs/ncurses" |