diff options
author | Markus Meier <maekke@gentoo.org> | 2009-05-31 21:13:32 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-05-31 21:13:32 +0000 |
commit | 42fdeb7c0d44320e3e982af4b0ccd6c1f0e4e4b2 (patch) | |
tree | a7e4c6b9b99f40d75309bcef6be4c81b6ec81e58 /net-dns/pdns-recursor | |
parent | Bump to 4.1.0. Clean up old revision. (diff) | |
download | historical-42fdeb7c0d44320e3e982af4b0ccd6c1f0e4e4b2.tar.gz historical-42fdeb7c0d44320e3e982af4b0ccd6c1f0e4e4b2.tar.bz2 historical-42fdeb7c0d44320e3e982af4b0ccd6c1f0e4e4b2.zip |
amd64 stable, bug #270627
Package-Manager: portage-2.1.6.11/cvs/Linux x86_64
Diffstat (limited to 'net-dns/pdns-recursor')
-rw-r--r-- | net-dns/pdns-recursor/ChangeLog | 5 | ||||
-rw-r--r-- | net-dns/pdns-recursor/pdns-recursor-3.1.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-dns/pdns-recursor/ChangeLog b/net-dns/pdns-recursor/ChangeLog index 8df14ac0a3cf..715341c5b245 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns-recursor/ChangeLog,v 1.27 2009/05/26 18:31:01 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns-recursor/ChangeLog,v 1.28 2009/05/31 21:13:32 maekke Exp $ + + 31 May 2009; Markus Meier <maekke@gentoo.org> pdns-recursor-3.1.7.ebuild: + amd64 stable, bug #270627 26 May 2009; Christian Faulhammer <fauli@gentoo.org> pdns-recursor-3.1.7.ebuild: diff --git a/net-dns/pdns-recursor/pdns-recursor-3.1.7.ebuild b/net-dns/pdns-recursor/pdns-recursor-3.1.7.ebuild index b569fb09178d..041c36c1550e 100644 --- a/net-dns/pdns-recursor/pdns-recursor-3.1.7.ebuild +++ b/net-dns/pdns-recursor/pdns-recursor-3.1.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 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.7.ebuild,v 1.5 2009/05/26 18:31:01 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns-recursor/pdns-recursor-3.1.7.ebuild,v 1.6 2009/05/31 21:13:32 maekke Exp $ inherit toolchain-funcs flag-o-matic eutils @@ -10,7 +10,7 @@ SRC_URI="http://downloads.powerdns.com/releases/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 x86" +KEYWORDS="amd64 x86" IUSE="lua" DEPEND=">=dev-libs/boost-1.33.1 |