diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-06-30 20:48:42 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-06-30 20:48:42 +0000 |
commit | b455b8b3a63255382165d97e7cdfbd891102f7cc (patch) | |
tree | 14e9f51a010a6f35d681827a8e63270823b5e444 /net-misc/whois | |
parent | add the ability to allow Gentoo to provide extra man pages and also override ... (diff) | |
download | gentoo-2-b455b8b3a63255382165d97e7cdfbd891102f7cc.tar.gz gentoo-2-b455b8b3a63255382165d97e7cdfbd891102f7cc.tar.bz2 gentoo-2-b455b8b3a63255382165d97e7cdfbd891102f7cc.zip |
alpha/ia64/sparc/x86 stable
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-misc/whois')
-rw-r--r-- | net-misc/whois/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/whois/whois-4.7.26.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/whois/ChangeLog b/net-misc/whois/ChangeLog index f703f8b4caf6..694a21a57283 100644 --- a/net-misc/whois/ChangeLog +++ b/net-misc/whois/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/whois # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v 1.108 2008/05/05 13:41:58 remi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v 1.109 2008/06/30 20:48:42 armin76 Exp $ + + 30 Jun 2008; Raúl Porcel <armin76@gentoo.org> whois-4.7.26.ebuild: + alpha/ia64/sparc/x86 stable 05 May 2008; Rémi Cardona <remi@gentoo.org> +files/whois-4.7.26-fix-as-needed.patch, whois-4.7.26.ebuild: diff --git a/net-misc/whois/whois-4.7.26.ebuild b/net-misc/whois/whois-4.7.26.ebuild index 36b82eb287e6..3164d497532f 100644 --- a/net-misc/whois/whois-4.7.26.ebuild +++ b/net-misc/whois/whois-4.7.26.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-4.7.26.ebuild,v 1.2 2008/05/05 13:41:58 remi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-4.7.26.ebuild,v 1.3 2008/06/30 20:48:42 armin76 Exp $ inherit eutils toolchain-funcs @@ -11,7 +11,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" +KEYWORDS="alpha ~amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~x86-fbsd" IUSE="nls" RESTRICT="test" #59327 |