diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2011-10-19 11:00:18 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2011-10-19 11:00:18 +0000 |
commit | 7e619d82a37bd9c67d049a291fc72e7a8cc07e64 (patch) | |
tree | 171d2bccf04bdeb19f3a5d08dd66dbd56bc0fc45 /net-misc/whois | |
parent | Version bump, bug 387035 wrt lexa and Daniel T. Do not reset permissions, bug... (diff) | |
download | gentoo-2-7e619d82a37bd9c67d049a291fc72e7a8cc07e64.tar.gz gentoo-2-7e619d82a37bd9c67d049a291fc72e7a8cc07e64.tar.bz2 gentoo-2-7e619d82a37bd9c67d049a291fc72e7a8cc07e64.zip |
Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo & Elijah "Armageddon" El Lazkani in bug #387601.
(Portage version: 2.1.10.29/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/whois')
-rw-r--r-- | net-misc/whois/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/whois/whois-5.0.11.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-misc/whois/ChangeLog b/net-misc/whois/ChangeLog index f61aaefb3edf..2264df95f15e 100644 --- a/net-misc/whois/ChangeLog +++ b/net-misc/whois/ChangeLog @@ -1,6 +1,10 @@ # 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.157 2011/10/18 21:16:12 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v 1.158 2011/10/19 11:00:18 chainsaw Exp $ + + 19 Oct 2011; Tony Vroon <chainsaw@gentoo.org> whois-5.0.11.ebuild: + Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo & + Elijah "Armageddon" El Lazkani in bug #387601. *whois-5.0.12 (18 Oct 2011) diff --git a/net-misc/whois/whois-5.0.11.ebuild b/net-misc/whois/whois-5.0.11.ebuild index 81ce7c5cf1c1..ddf3bbd5e0f5 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 # 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.1 2011/02/17 06:00:26 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-5.0.11.ebuild,v 1.2 2011/10/19 11:00:18 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 |