diff options
author | Simon Stelling <blubb@gentoo.org> | 2006-09-22 19:12:35 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2006-09-22 19:12:35 +0000 |
commit | ec7c2b0cc087cfd82f6f66ecdce1b46f83fca679 (patch) | |
tree | 7affe2b73e2fe9c2203089e10845aa5a61868195 /net-dns | |
parent | Deactivate exec stack QA warning. (diff) | |
download | gentoo-2-ec7c2b0cc087cfd82f6f66ecdce1b46f83fca679.tar.gz gentoo-2-ec7c2b0cc087cfd82f6f66ecdce1b46f83fca679.tar.bz2 gentoo-2-ec7c2b0cc087cfd82f6f66ecdce1b46f83fca679.zip |
marked ~amd64
(Portage version: 2.1.2_pre1)
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/pdns-recursor/ChangeLog | 5 | ||||
-rw-r--r-- | net-dns/pdns-recursor/pdns-recursor-3.1.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-dns/pdns-recursor/ChangeLog b/net-dns/pdns-recursor/ChangeLog index 539ad878357b..9c86622e679f 100644 --- a/net-dns/pdns-recursor/ChangeLog +++ b/net-dns/pdns-recursor/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dns/pdns-recursor # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns-recursor/ChangeLog,v 1.6 2006/06/26 20:42:11 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns-recursor/ChangeLog,v 1.7 2006/09/22 19:12:35 blubb Exp $ + + 22 Sep 2006; <blubb@gentoo.org> pdns-recursor-3.1.2.ebuild: + marked ~amd64 *pdns-recursor-3.1.2 (26 Jun 2006) diff --git a/net-dns/pdns-recursor/pdns-recursor-3.1.2.ebuild b/net-dns/pdns-recursor/pdns-recursor-3.1.2.ebuild index bb742d14cffa..ad8f96204c62 100644 --- a/net-dns/pdns-recursor/pdns-recursor-3.1.2.ebuild +++ b/net-dns/pdns-recursor/pdns-recursor-3.1.2.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-dns/pdns-recursor/pdns-recursor-3.1.2.ebuild,v 1.1 2006/06/26 20:42:11 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns-recursor/pdns-recursor-3.1.2.ebuild,v 1.2 2006/09/22 19:12:35 blubb Exp $ inherit toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="http://downloads.powerdns.com/releases/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~amd64 ~x86" IUSE="" DEPEND=">=dev-libs/boost-1.33.1" |