From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1KCZHn-0000BM-HF for garchives@archives.gentoo.org; Sat, 28 Jun 2008 12:12:11 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE311E0417; Sat, 28 Jun 2008 12:12:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id BB534E0417 for ; Sat, 28 Jun 2008 12:12:10 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 62D15670FC for ; Sat, 28 Jun 2008 12:12:10 +0000 (UTC) Received: from swegener by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1KCZHi-0002J1-2H for gentoo-commits@lists.gentoo.org; Sat, 28 Jun 2008 12:12:06 +0000 From: "Sven Wegener (swegener)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, swegener@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-dns/pdns-recursor: pdns-recursor-3.1.6.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: pdns-recursor-3.1.6.ebuild X-VCS-Directories: net-dns/pdns-recursor X-VCS-Committer: swegener X-VCS-Committer-Name: Sven Wegener Content-Type: text/plain; charset=utf8 Message-Id: Sender: Sven Wegener Date: Sat, 28 Jun 2008 12:12:06 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 23d8c111-5d24-48b5-9dd4-194355a858ea X-Archives-Hash: 3698443ebe1c11e80c4638674f23caf6 swegener 08/06/28 12:12:06 Modified: pdns-recursor-3.1.6.ebuild Log: add missing inherit eutils (Portage version: 2.2_rc1/cvs/Linux 2.6.26-rc8 x86_64) Revision Changes Path 1.3 net-dns/pdns-recursor/pdns-recursor-3.1.6.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/pdns-recur= sor/pdns-recursor-3.1.6.ebuild?rev=3D1.3&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/pdns-recur= sor/pdns-recursor-3.1.6.ebuild?rev=3D1.3&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/pdns-recur= sor/pdns-recursor-3.1.6.ebuild?r1=3D1.2&r2=3D1.3 Index: pdns-recursor-3.1.6.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/net-dns/pdns-recursor/pdns-recursor-3.1= .6.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- pdns-recursor-3.1.6.ebuild 15 Jun 2008 18:38:19 -0000 1.2 +++ pdns-recursor-3.1.6.ebuild 28 Jun 2008 12:12:05 -0000 1.3 @@ -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 $ =20 -inherit toolchain-funcs flag-o-matic +inherit toolchain-funcs flag-o-matic eutils =20 DESCRIPTION=3D"The PowerDNS Recursor" HOMEPAGE=3D"http://www.powerdns.com/" --=20 gentoo-commits@lists.gentoo.org mailing list