diff options
author | Markus Meier <maekke@gentoo.org> | 2010-02-01 19:46:42 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2010-02-01 19:46:42 +0000 |
commit | 952224d38c52a73c08e45c5ed1d75b55f72f0d69 (patch) | |
tree | 291c03b036ea23697cae786a2ad75282dbe4fe4f /net-dns/pdns-recursor/pdns-recursor-3.1.7.2.ebuild | |
parent | stable ppc64, bug 301793 (diff) | |
download | gentoo-2-952224d38c52a73c08e45c5ed1d75b55f72f0d69.tar.gz gentoo-2-952224d38c52a73c08e45c5ed1d75b55f72f0d69.tar.bz2 gentoo-2-952224d38c52a73c08e45c5ed1d75b55f72f0d69.zip |
amd64 stable, bug #299942
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'net-dns/pdns-recursor/pdns-recursor-3.1.7.2.ebuild')
-rw-r--r-- | net-dns/pdns-recursor/pdns-recursor-3.1.7.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dns/pdns-recursor/pdns-recursor-3.1.7.2.ebuild b/net-dns/pdns-recursor/pdns-recursor-3.1.7.2.ebuild index 3c7a3ff5d578..ccae667b7390 100644 --- a/net-dns/pdns-recursor/pdns-recursor-3.1.7.2.ebuild +++ b/net-dns/pdns-recursor/pdns-recursor-3.1.7.2.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/pdns-recursor/pdns-recursor-3.1.7.2.ebuild,v 1.2 2010/01/10 12:09:13 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns-recursor/pdns-recursor-3.1.7.2.ebuild,v 1.3 2010/02/01 19:46:42 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="lua? ( >=dev-lang/lua-5.1 )" |