diff options
author | 2013-07-30 22:27:46 +0000 | |
---|---|---|
committer | 2013-07-30 22:27:46 +0000 | |
commit | 096a8ff0a07ecfa7958f531bf8e14e0986d9fe04 (patch) | |
tree | 1430341b9fada44c18f61ec1f1a00902bf88de8b /net-misc/whois | |
parent | Fix runtime failure with Emacs 24.3. (diff) | |
download | gentoo-2-096a8ff0a07ecfa7958f531bf8e14e0986d9fe04.tar.gz gentoo-2-096a8ff0a07ecfa7958f531bf8e14e0986d9fe04.tar.bz2 gentoo-2-096a8ff0a07ecfa7958f531bf8e14e0986d9fe04.zip |
Stable for HPPA (bug #478528).
(Portage version: 2.2.0_alpha191/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-misc/whois')
-rw-r--r-- | net-misc/whois/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/whois/whois-5.0.25.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/whois/ChangeLog b/net-misc/whois/ChangeLog index 28915983f83f..8ffb9b2a2920 100644 --- a/net-misc/whois/ChangeLog +++ b/net-misc/whois/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/whois # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v 1.191 2013/07/30 12:27:45 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v 1.192 2013/07/30 22:27:46 jer Exp $ + + 30 Jul 2013; Jeroen Roovers <jer@gentoo.org> whois-5.0.25.ebuild: + Stable for HPPA (bug #478528). 30 Jul 2013; Agostino Sarubbo <ago@gentoo.org> whois-5.0.25.ebuild: Stable for alpha, wrt bug #478528 diff --git a/net-misc/whois/whois-5.0.25.ebuild b/net-misc/whois/whois-5.0.25.ebuild index 4dc43e21a989..a20e0313c6c4 100644 --- a/net-misc/whois/whois-5.0.25.ebuild +++ b/net-misc/whois/whois-5.0.25.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-5.0.25.ebuild,v 1.4 2013/07/30 12:27:45 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-5.0.25.ebuild,v 1.5 2013/07/30 22:27:46 jer Exp $ EAPI=4 inherit eutils toolchain-funcs @@ -12,7 +12,7 @@ SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.xz" 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 |