diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2012-02-12 01:11:50 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2012-02-12 01:11:50 +0000 |
commit | 20fca3fd1813bcede66fc895292066ab9f82cad1 (patch) | |
tree | 1af17a085e37877ee7acfefd32bcdaec99c41a8f /net-misc/whois | |
parent | Bug #401801: Fix slapd/net/dbus circular init dependency loop for nss_ldap us... (diff) | |
download | gentoo-2-20fca3fd1813bcede66fc895292066ab9f82cad1.tar.gz gentoo-2-20fca3fd1813bcede66fc895292066ab9f82cad1.tar.bz2 gentoo-2-20fca3fd1813bcede66fc895292066ab9f82cad1.zip |
Marked stable on PPC64 as requested by Mike "vapier" Frysinger in bug #387601. Compiled & functionally tested on a PowerMac7,3 (64UL) with GCC 4.5.3.
(Portage version: 2.1.10.44/cvs/Linux ppc64)
Diffstat (limited to 'net-misc/whois')
-rw-r--r-- | net-misc/whois/ChangeLog | 9 | ||||
-rw-r--r-- | net-misc/whois/whois-5.0.11.ebuild | 6 |
2 files changed, 10 insertions, 5 deletions
diff --git a/net-misc/whois/ChangeLog b/net-misc/whois/ChangeLog index 8eb53e3b239b..22d27965533d 100644 --- a/net-misc/whois/ChangeLog +++ b/net-misc/whois/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-misc/whois -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v 1.167 2011/12/26 21:59:45 radhermit Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v 1.168 2012/02/12 01:11:50 chainsaw Exp $ + + 12 Feb 2012; Tony Vroon <chainsaw@gentoo.org> whois-5.0.11.ebuild: + Marked stable on PPC64 as requested by Mike "vapier" Frysinger in bug + #387601. Compiled & functionally tested on a PowerMac7,3 (64UL) with GCC + 4.5.3. *whois-5.0.14 (26 Dec 2011) diff --git a/net-misc/whois/whois-5.0.11.ebuild b/net-misc/whois/whois-5.0.11.ebuild index 26fcf96b85bd..549112255712 100644 --- a/net-misc/whois/whois-5.0.11.ebuild +++ b/net-misc/whois/whois-5.0.11.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-5.0.11.ebuild,v 1.7 2011/11/05 19:00:35 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-5.0.11.ebuild,v 1.8 2012/02/12 01:11:50 chainsaw Exp $ EAPI=3 inherit eutils toolchain-funcs @@ -12,7 +12,7 @@ SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux" IUSE="iconv idn nls" RESTRICT="test" #59327 |