diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-08-06 13:11:33 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-08-06 13:11:33 +0000 |
commit | f2bbf735f922554a31d58b560db9788b7e29dd47 (patch) | |
tree | c1886070c4ac75aa608fd90d627da64f70b27f56 /net-misc/whois | |
parent | Remove db[-nocxx] from dependencies, the nocxx flag is gone. (diff) | |
download | gentoo-2-f2bbf735f922554a31d58b560db9788b7e29dd47.tar.gz gentoo-2-f2bbf735f922554a31d58b560db9788b7e29dd47.tar.bz2 gentoo-2-f2bbf735f922554a31d58b560db9788b7e29dd47.zip |
Stable for s390, wrt bug #478528
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="s390", signed Manifest commit with key 7194459F)
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 4c75ee4f21be..6d2a9117875a 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.195 2013/08/04 13:36:14 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v 1.196 2013/08/06 13:11:33 ago Exp $ + + 06 Aug 2013; Agostino Sarubbo <ago@gentoo.org> whois-5.0.25.ebuild: + Stable for s390, wrt bug #478528 04 Aug 2013; Agostino Sarubbo <ago@gentoo.org> whois-5.0.25.ebuild: Stable for ppc64, wrt bug #478528 diff --git a/net-misc/whois/whois-5.0.25.ebuild b/net-misc/whois/whois-5.0.25.ebuild index 8f453d37b592..5b283714224a 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.8 2013/08/04 13:36:14 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-5.0.25.ebuild,v 1.9 2013/08/06 13:11:33 ago 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 |