diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-10-08 00:54:01 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-10-08 00:54:01 +0000 |
commit | f1791d20d9fb10e315d4906731be120b26460b33 (patch) | |
tree | 52ba6ffd39c4180bb7341bcec8558063927e5acb | |
parent | Mark stable on amd64. See bug #524436. (diff) | |
download | gentoo-2-f1791d20d9fb10e315d4906731be120b26460b33.tar.gz gentoo-2-f1791d20d9fb10e315d4906731be120b26460b33.tar.bz2 gentoo-2-f1791d20d9fb10e315d4906731be120b26460b33.zip |
Mark stable on amd64. See bug #524264.
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key )
-rw-r--r-- | net-misc/whois/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/whois/whois-5.1.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/whois/ChangeLog b/net-misc/whois/ChangeLog index aceba4d355c9..f06869c04d4a 100644 --- a/net-misc/whois/ChangeLog +++ b/net-misc/whois/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/whois # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v 1.204 2014/10/02 21:00:26 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v 1.205 2014/10/08 00:54:01 mrueg Exp $ + + 08 Oct 2014; Manuel Rüger <mrueg@gentoo.org> whois-5.1.5.ebuild: + Mark stable on amd64. See bug #524264. 02 Oct 2014; Jeroen Roovers <jer@gentoo.org> whois-5.1.5.ebuild: Stable for HPPA (bug #524264). diff --git a/net-misc/whois/whois-5.1.5.ebuild b/net-misc/whois/whois-5.1.5.ebuild index f679f58fd781..40c4feec9f64 100644 --- a/net-misc/whois/whois-5.1.5.ebuild +++ b/net-misc/whois/whois-5.1.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-5.1.5.ebuild,v 1.2 2014/10/02 21:00:26 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-5.1.5.ebuild,v 1.3 2014/10/08 00:54:01 mrueg 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 |