diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-07-04 21:38:25 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-07-04 21:38:25 +0000 |
commit | 287bccc9182015301dea20c2c6ab14368d1ced0e (patch) | |
tree | ad2a6f14ff692f18bcd6fbc4d02b3d3501fd6c39 /dev-ml/odns/odns-0.3.ebuild | |
parent | readded missing config files (diff) | |
download | gentoo-2-287bccc9182015301dea20c2c6ab14368d1ced0e.tar.gz gentoo-2-287bccc9182015301dea20c2c6ab14368d1ced0e.tar.bz2 gentoo-2-287bccc9182015301dea20c2c6ab14368d1ced0e.zip |
fix parallel build, bug #422683
(Portage version: 2.2.0_alpha115/cvs/Linux x86_64)
Diffstat (limited to 'dev-ml/odns/odns-0.3.ebuild')
-rw-r--r-- | dev-ml/odns/odns-0.3.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-ml/odns/odns-0.3.ebuild b/dev-ml/odns/odns-0.3.ebuild index d6fdbfb7db43..061b735aa786 100644 --- a/dev-ml/odns/odns-0.3.ebuild +++ b/dev-ml/odns/odns-0.3.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/odns/odns-0.3.ebuild,v 1.1 2011/03/04 12:33:02 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/odns/odns-0.3.ebuild,v 1.2 2012/07/04 21:38:25 aballier Exp $ EAPI=3 -inherit findlib +inherit findlib eutils DESCRIPTION="OCaml library to query DNS servers" HOMEPAGE="http://odns.tuxfamily.org/" @@ -20,6 +20,7 @@ DEPEND="${RDEPEND}" src_prepare() { sed -i -e "s/version=\"0.2\"/version=\"${PV}\"/" META || die + epatch "${FILESDIR}/${P}-parmake.patch" } src_install() { |