diff options
author | Fabian Groffen <grobian@gentoo.org> | 2010-04-23 08:51:39 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2010-04-23 08:51:39 +0000 |
commit | 30ca6f2f945e0b1c0be15522627835a744a78f0d (patch) | |
tree | 8e07ad688a5126ac9af93b0c5e8ae41a8306e246 /net-dns | |
parent | Fix src_test for Prefix, thanks Dan Wallis in bug #316739 (diff) | |
download | gentoo-2-30ca6f2f945e0b1c0be15522627835a744a78f0d.tar.gz gentoo-2-30ca6f2f945e0b1c0be15522627835a744a78f0d.tar.bz2 gentoo-2-30ca6f2f945e0b1c0be15522627835a744a78f0d.zip |
Marked ~x64-macos, bug #312015
(Portage version: 2.2.00.15842-prefix/cvs/SunOS i386)
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/unbound/ChangeLog | 5 | ||||
-rw-r--r-- | net-dns/unbound/unbound-1.4.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-dns/unbound/ChangeLog b/net-dns/unbound/ChangeLog index da2107f8309a..7f8e3df9ea8d 100644 --- a/net-dns/unbound/ChangeLog +++ b/net-dns/unbound/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dns/unbound # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/ChangeLog,v 1.13 2010/04/23 00:09:16 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/ChangeLog,v 1.14 2010/04/23 08:51:39 grobian Exp $ + + 23 Apr 2010; Fabian Groffen <grobian@gentoo.org> unbound-1.4.4.ebuild: + Marked ~x64-macos, bug #312015 *unbound-1.4.4 (23 Apr 2010) diff --git a/net-dns/unbound/unbound-1.4.4.ebuild b/net-dns/unbound/unbound-1.4.4.ebuild index afbd236800a6..4feed77b22fc 100644 --- a/net-dns/unbound/unbound-1.4.4.ebuild +++ b/net-dns/unbound/unbound-1.4.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/unbound-1.4.4.ebuild,v 1.1 2010/04/23 00:09:16 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/unbound-1.4.4.ebuild,v 1.2 2010/04/23 08:51:39 grobian Exp $ EAPI="3" @@ -12,7 +12,7 @@ SRC_URI="http://unbound.net/downloads/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~x86 ~x64-macos" IUSE="debug libevent python static test threads" RDEPEND=">=dev-libs/openssl-0.9.8 |