diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2010-09-19 13:25:35 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2010-09-19 13:25:35 +0000 |
commit | 926c68b11c8b66bff5409463187861eba758abc6 (patch) | |
tree | d1430c4a109f39094c563f4842518fd98c97c02b /net-misc | |
parent | [media-sound/amarok-2.3.1.90] Revert the unintentional drop of the embedded U... (diff) | |
download | gentoo-2-926c68b11c8b66bff5409463187861eba758abc6.tar.gz gentoo-2-926c68b11c8b66bff5409463187861eba758abc6.tar.bz2 gentoo-2-926c68b11c8b66bff5409463187861eba758abc6.zip |
Stable on alpha, bug #329663, thanks to mattst88 for testing
(Portage version: 2.1.9.7/cvs/Linux x86_64)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/whois/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/whois/whois-5.0.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/whois/ChangeLog b/net-misc/whois/ChangeLog index 33e9689dda9c..5a9e00e9dfc4 100644 --- a/net-misc/whois/ChangeLog +++ b/net-misc/whois/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/whois # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v 1.143 2010/08/13 17:14:24 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v 1.144 2010/09/19 13:25:35 klausman Exp $ + + 19 Sep 2010; Tobias Klausmann <klausman@gentoo.org> whois-5.0.5.ebuild: + Stable on alpha, bug #329663, thanks to mattst88 for testing 13 Aug 2010; Joseph Jezak <josejx@gentoo.org> whois-5.0.5.ebuild: Marked ppc/ppc64 stable for bug #329663. diff --git a/net-misc/whois/whois-5.0.5.ebuild b/net-misc/whois/whois-5.0.5.ebuild index 3c2fdbeae576..d9882da0f04c 100644 --- a/net-misc/whois/whois-5.0.5.ebuild +++ b/net-misc/whois/whois-5.0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-5.0.5.ebuild,v 1.6 2010/08/13 17:14:24 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-5.0.5.ebuild,v 1.7 2010/09/19 13:25:35 klausman Exp $ inherit eutils toolchain-funcs @@ -11,7 +11,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" +KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" IUSE="nls" RESTRICT="test" #59327 |