diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-10-27 17:23:33 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-10-27 17:23:33 +0000 |
commit | a43bb3842e5f5ba911d1b5be4bef43f1effdae95 (patch) | |
tree | b8604111437b40388f300f347ff2b550696d4e18 /net-misc/whois | |
parent | Revision bump removing the whois command, now provided by any of the whois pa... (diff) | |
download | gentoo-2-a43bb3842e5f5ba911d1b5be4bef43f1effdae95.tar.gz gentoo-2-a43bb3842e5f5ba911d1b5be4bef43f1effdae95.tar.bz2 gentoo-2-a43bb3842e5f5ba911d1b5be4bef43f1effdae95.zip |
Add ~x86-fbsd keyword.
(Portage version: 2.1.2_pre3-r9)
Diffstat (limited to 'net-misc/whois')
-rw-r--r-- | net-misc/whois/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/whois/whois-4.7.19-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/whois/ChangeLog b/net-misc/whois/ChangeLog index c222f636b8df..dc8c81ffba67 100644 --- a/net-misc/whois/ChangeLog +++ b/net-misc/whois/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/whois # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v 1.61 2006/10/27 16:59:55 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v 1.62 2006/10/27 17:23:33 flameeyes Exp $ + + 27 Oct 2006; Diego Pettenò <flameeyes@gentoo.org> whois-4.7.19-r1.ebuild: + Add ~x86-fbsd keyword. 27 Oct 2006; Diego Pettenò <flameeyes@gentoo.org> whois-4.7.19-r1.ebuild: Restore ~amd64 keyword. diff --git a/net-misc/whois/whois-4.7.19-r1.ebuild b/net-misc/whois/whois-4.7.19-r1.ebuild index 3c1e62391242..c49adfc63672 100644 --- a/net-misc/whois/whois-4.7.19-r1.ebuild +++ b/net-misc/whois/whois-4.7.19-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-4.7.19-r1.ebuild,v 1.2 2006/10/27 16:59:55 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-4.7.19-r1.ebuild,v 1.3 2006/10/27 17:23:33 flameeyes 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="~amd64 ~x86" +KEYWORDS="~amd64 ~x86 ~x86-fbsd" IUSE="nls" RESTRICT="test" #59327 |