diff options
author | Sven Wegener <swegener@gentoo.org> | 2008-06-28 12:12:05 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2008-06-28 12:12:05 +0000 |
commit | e91b92df8c5f6d859dda1f598ff1890f1f76c0f7 (patch) | |
tree | ccde66e876dd8de6d2f870b6071a4dff9bbc03c3 /net-dns/pdns-recursor | |
parent | this looks much saner (diff) | |
download | gentoo-2-e91b92df8c5f6d859dda1f598ff1890f1f76c0f7.tar.gz gentoo-2-e91b92df8c5f6d859dda1f598ff1890f1f76c0f7.tar.bz2 gentoo-2-e91b92df8c5f6d859dda1f598ff1890f1f76c0f7.zip |
add missing inherit eutils
(Portage version: 2.2_rc1/cvs/Linux 2.6.26-rc8 x86_64)
Diffstat (limited to 'net-dns/pdns-recursor')
-rw-r--r-- | net-dns/pdns-recursor/pdns-recursor-3.1.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dns/pdns-recursor/pdns-recursor-3.1.6.ebuild b/net-dns/pdns-recursor/pdns-recursor-3.1.6.ebuild index c05c5498d1e4..5bc076365ce2 100644 --- a/net-dns/pdns-recursor/pdns-recursor-3.1.6.ebuild +++ b/net-dns/pdns-recursor/pdns-recursor-3.1.6.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2008 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.6.ebuild,v 1.2 2008/06/15 18:38:19 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns-recursor/pdns-recursor-3.1.6.ebuild,v 1.3 2008/06/28 12:12:05 swegener Exp $ -inherit toolchain-funcs flag-o-matic +inherit toolchain-funcs flag-o-matic eutils DESCRIPTION="The PowerDNS Recursor" HOMEPAGE="http://www.powerdns.com/" |