diff options
author | Fabian Groffen <grobian@gentoo.org> | 2011-12-29 20:35:02 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2011-12-29 20:35:02 +0000 |
commit | beab41c500f323f32891dd1040a2c6c13b4b8205 (patch) | |
tree | 9d9988fa763be9b0552a21705d448989161326ff /net-misc/telnet-bsd | |
parent | Version bump. (diff) | |
download | gentoo-2-beab41c500f323f32891dd1040a2c6c13b4b8205.tar.gz gentoo-2-beab41c500f323f32891dd1040a2c6c13b4b8205.tar.bz2 gentoo-2-beab41c500f323f32891dd1040a2c6c13b4b8205.zip |
Marked ~x64-macos, bug #396107
(Portage version: 2.2.01.20043-prefix/cvs/Darwin i386)
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 | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/telnet-bsd/ChangeLog b/net-misc/telnet-bsd/ChangeLog index 9622d22518a4..8e89743af748 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.43 2011/09/13 20:03:33 mschiff Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/telnet-bsd/ChangeLog,v 1.44 2011/12/29 20:35:02 grobian Exp $ + + 29 Dec 2011; Fabian Groffen <grobian@gentoo.org> telnet-bsd-1.2-r1.ebuild: + Marked ~x64-macos, bug #396107 13 Sep 2011; Marc Schiffbauer <mschiff@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 79098a387952..14de4a89c0bc 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-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.17 2011/08/03 23:55:01 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/telnet-bsd/telnet-bsd-1.2-r1.ebuild,v 1.18 2011/12/29 20:35:02 grobian 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 ~x86-linux" +KEYWORDS="alpha amd64 arm hppa ia64 m68k ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-linux ~x64-macos" IUSE="nls xinetd" RDEPEND="sys-libs/ncurses" |