diff options
author | Markus Meier <maekke@gentoo.org> | 2014-10-10 20:13:11 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2014-10-10 20:13:11 +0000 |
commit | 099b484b3987addeb7a4c646208ad0998a128369 (patch) | |
tree | 5a4b881be4c2307607258c8b3c0ca97ac282453a /net-misc/whois | |
parent | arm stable, bug #524302 (diff) | |
download | gentoo-2-099b484b3987addeb7a4c646208ad0998a128369.tar.gz gentoo-2-099b484b3987addeb7a4c646208ad0998a128369.tar.bz2 gentoo-2-099b484b3987addeb7a4c646208ad0998a128369.zip |
arm stable, bug #524264
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'net-misc/whois')
-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 f06869c04d4a..59c85d583b26 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.205 2014/10/08 00:54:01 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v 1.206 2014/10/10 20:13:11 maekke Exp $ + + 10 Oct 2014; Markus Meier <maekke@gentoo.org> whois-5.1.5.ebuild: + arm stable, bug #524264 08 Oct 2014; Manuel Rüger <mrueg@gentoo.org> whois-5.1.5.ebuild: Mark stable on amd64. See bug #524264. diff --git a/net-misc/whois/whois-5.1.5.ebuild b/net-misc/whois/whois-5.1.5.ebuild index 40c4feec9f64..82922bfc9c5e 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.3 2014/10/08 00:54:01 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-5.1.5.ebuild,v 1.4 2014/10/10 20:13:11 maekke 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 |