diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2011-05-02 15:53:42 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2011-05-02 15:53:42 +0000 |
commit | 061960a101d6fb52d1e319fae23a09b68d8af549 (patch) | |
tree | 9337a70a55529e2511566df44342c92a2143cfec /net-dns/dnssec-root | |
parent | Stable for HPPA (bug #359303). (diff) | |
download | historical-061960a101d6fb52d1e319fae23a09b68d8af549.tar.gz historical-061960a101d6fb52d1e319fae23a09b68d8af549.tar.bz2 historical-061960a101d6fb52d1e319fae23a09b68d8af549.zip |
stabilize for all, just installs a few files and passes test suite. bug 365191
Package-Manager: portage-2.1.9.46/cvs/Linux x86_64
Diffstat (limited to 'net-dns/dnssec-root')
-rw-r--r-- | net-dns/dnssec-root/ChangeLog | 7 | ||||
-rw-r--r-- | net-dns/dnssec-root/dnssec-root-20100715.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/net-dns/dnssec-root/ChangeLog b/net-dns/dnssec-root/ChangeLog index f2ad50e10630..1a9c343be3fd 100644 --- a/net-dns/dnssec-root/ChangeLog +++ b/net-dns/dnssec-root/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-dns/dnssec-root # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/dnssec-root/ChangeLog,v 1.2 2011/04/28 15:07:49 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/dnssec-root/ChangeLog,v 1.3 2011/05/02 15:53:42 darkside Exp $ + + 02 May 2011; Jeremy Olexa <darkside@gentoo.org> + dnssec-root-20100715.ebuild: + stabilize for all, just installs a few files and passes test suite. bug + 365191 28 Apr 2011; Jeremy Olexa <darkside@gentoo.org> dnssec-root-20100715.ebuild: diff --git a/net-dns/dnssec-root/dnssec-root-20100715.ebuild b/net-dns/dnssec-root/dnssec-root-20100715.ebuild index 9d3a4b0b3fd4..623e74646b00 100644 --- a/net-dns/dnssec-root/dnssec-root-20100715.ebuild +++ b/net-dns/dnssec-root/dnssec-root-20100715.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/dnssec-root/dnssec-root-20100715.ebuild,v 1.3 2011/04/28 15:07:49 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/dnssec-root/dnssec-root-20100715.ebuild,v 1.4 2011/05/02 15:53:42 darkside Exp $ DESCRIPTION="The DNSSEC root key(s)" HOMEPAGE="https://www.iana.org/dnssec/" @@ -15,7 +15,7 @@ SRC_URI="http://data.iana.org/root-anchors/root-anchors.xml LICENSE="public-domain" SLOT="0" -KEYWORDS="~x86 ~amd64" +KEYWORDS="amd64 x86" IUSE="test" |