diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2013-07-29 16:09:52 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2013-07-29 16:09:52 +0000 |
commit | e766184d81eeda4a509683ef857f95e73cccdcf9 (patch) | |
tree | 8b699e22baea19adf3f332d2ab7074abbe2c18d2 /net-misc/whois | |
parent | Pull in the gst-plugins-meta package with USE="gstreamer" by Calchan (diff) | |
download | gentoo-2-e766184d81eeda4a509683ef857f95e73cccdcf9.tar.gz gentoo-2-e766184d81eeda4a509683ef857f95e73cccdcf9.tar.bz2 gentoo-2-e766184d81eeda4a509683ef857f95e73cccdcf9.zip |
Stable on amd64 and x86, wrt bug #478528
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
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 90f668958f54..b1b49607c704 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.188 2013/07/21 10:34:25 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v 1.189 2013/07/29 16:09:52 pinkbyte Exp $ + + 29 Jul 2013; Sergey Popov <pinkbyte@gentoo.org> whois-5.0.25.ebuild: + Stable on amd64 and x86, wrt bug #478528 *whois-5.0.26 (21 Jul 2013) diff --git a/net-misc/whois/whois-5.0.25.ebuild b/net-misc/whois/whois-5.0.25.ebuild index dda3eb8914a0..db466d445dae 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.1 2013/05/22 04:18:08 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-5.0.25.ebuild,v 1.2 2013/07/29 16:09:52 pinkbyte 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 |