diff options
author | Sven Wegener <swegener@gentoo.org> | 2009-11-14 09:56:34 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2009-11-14 09:56:34 +0000 |
commit | 0a45cfce706f33649e91e3075ca233d34409b778 (patch) | |
tree | 117608c18d24a19bc0a75c8640a35c168402440b /net-dns/pdns-recursor | |
parent | Removed masks for removed pkgs (diff) | |
download | gentoo-2-0a45cfce706f33649e91e3075ca233d34409b778.tar.gz gentoo-2-0a45cfce706f33649e91e3075ca233d34409b778.tar.bz2 gentoo-2-0a45cfce706f33649e91e3075ca233d34409b778.zip |
Move boost to DEPEND-only, bug #293076.
(Portage version: 2.2_rc49/cvs/Linux x86_64)
Diffstat (limited to 'net-dns/pdns-recursor')
-rw-r--r-- | net-dns/pdns-recursor/ChangeLog | 6 | ||||
-rw-r--r-- | net-dns/pdns-recursor/pdns-recursor-3.1.7.1.ebuild | 7 | ||||
-rw-r--r-- | net-dns/pdns-recursor/pdns-recursor-3.1.7.ebuild | 7 |
3 files changed, 13 insertions, 7 deletions
diff --git a/net-dns/pdns-recursor/ChangeLog b/net-dns/pdns-recursor/ChangeLog index de1080207db7..f6b61915854c 100644 --- a/net-dns/pdns-recursor/ChangeLog +++ b/net-dns/pdns-recursor/ChangeLog @@ -1,6 +1,10 @@ # 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.30 2009/08/03 19:34:12 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns-recursor/ChangeLog,v 1.31 2009/11/14 09:56:34 swegener Exp $ + + 14 Nov 2009; Sven Wegener <swegener@gentoo.org> + pdns-recursor-3.1.7.ebuild, pdns-recursor-3.1.7.1.ebuild: + Move boost to DEPEND-only, bug #293076. *pdns-recursor-3.1.7.1 (03 Aug 2009) diff --git a/net-dns/pdns-recursor/pdns-recursor-3.1.7.1.ebuild b/net-dns/pdns-recursor/pdns-recursor-3.1.7.1.ebuild index c17cbf21e7a0..4d156a99feea 100644 --- a/net-dns/pdns-recursor/pdns-recursor-3.1.7.1.ebuild +++ b/net-dns/pdns-recursor/pdns-recursor-3.1.7.1.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.1.ebuild,v 1.1 2009/08/03 19:34:12 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns-recursor/pdns-recursor-3.1.7.1.ebuild,v 1.2 2009/11/14 09:56:34 swegener Exp $ inherit toolchain-funcs flag-o-matic eutils @@ -13,10 +13,11 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="lua" -DEPEND=">=dev-libs/boost-1.33.1 - lua? ( >=dev-lang/lua-5.1 )" +DEPEND="lua? ( >=dev-lang/lua-5.1 )" RDEPEND="${DEPEND} !<net-dns/pdns-2.9.20-r1" +DEPEND="${DEPEND} + >=dev-libs/boost-1.33.1" pkg_setup() { filter-flags -ftree-vectorize 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 041c36c1550e..c20c2337632b 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.6 2009/05/31 21:13:32 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns-recursor/pdns-recursor-3.1.7.ebuild,v 1.7 2009/11/14 09:56:34 swegener Exp $ inherit toolchain-funcs flag-o-matic eutils @@ -13,10 +13,11 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="lua" -DEPEND=">=dev-libs/boost-1.33.1 - lua? ( >=dev-lang/lua-5.1 )" +DEPEND="lua? ( >=dev-lang/lua-5.1 )" RDEPEND="${DEPEND} !<net-dns/pdns-2.9.20-r1" +DEPEND="${DEPEND} + >=dev-libs/boost-1.33.1" pkg_setup() { filter-flags -ftree-vectorize |