diff options
author | Markus Meier <maekke@gentoo.org> | 2011-10-24 20:15:55 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2011-10-24 20:15:55 +0000 |
commit | 29704738c7eaf225ce2d15692336a73ca6b84910 (patch) | |
tree | 27cf10470633d476854f11819b5905c801926909 /net-misc/whois | |
parent | x86 stable, bug #387579 (diff) | |
download | gentoo-2-29704738c7eaf225ce2d15692336a73ca6b84910.tar.gz gentoo-2-29704738c7eaf225ce2d15692336a73ca6b84910.tar.bz2 gentoo-2-29704738c7eaf225ce2d15692336a73ca6b84910.zip |
x86 stable, bug #387601
(Portage version: 2.1.10.30/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/whois')
-rw-r--r-- | net-misc/whois/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/whois/whois-5.0.11.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/whois/ChangeLog b/net-misc/whois/ChangeLog index c957b9328997..3e6422af0875 100644 --- a/net-misc/whois/ChangeLog +++ b/net-misc/whois/ChangeLog @@ -1,6 +1,9 @@ # 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.160 2011/10/23 09:07:32 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v 1.161 2011/10/24 20:15:55 maekke Exp $ + + 24 Oct 2011; Markus Meier <maekke@gentoo.org> whois-5.0.11.ebuild: + x86 stable, bug #387601 23 Oct 2011; nixnut <nixnut@gentoo.org> whois-5.0.11.ebuild: ppc stable #387601 diff --git a/net-misc/whois/whois-5.0.11.ebuild b/net-misc/whois/whois-5.0.11.ebuild index 2fdc85947d78..e3c454c30d65 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.4 2011/10/23 09:07:32 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-5.0.11.ebuild,v 1.5 2011/10/24 20:15:55 maekke 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 |