summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2012-08-22 14:26:16 +0000
committerAlexis Ballier <aballier@gentoo.org>2012-08-22 14:26:16 +0000
commit0cceb7030034208ef4460a5601ed736ae25f4348 (patch)
treedb90754eef0dfacb11756c3b1ebb07665c012d74 /dev-ml/odns/odns-0.3.ebuild
parentppc stable (bug 417143). (diff)
downloadgentoo-2-0cceb7030034208ef4460a5601ed736ae25f4348.tar.gz
gentoo-2-0cceb7030034208ef4460a5601ed736ae25f4348.tar.bz2
gentoo-2-0cceb7030034208ef4460a5601ed736ae25f4348.zip
set empty CLIBS, fixing bug #422683
(Portage version: 2.2.0_alpha121/cvs/Linux x86_64)
Diffstat (limited to 'dev-ml/odns/odns-0.3.ebuild')
-rw-r--r--dev-ml/odns/odns-0.3.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-ml/odns/odns-0.3.ebuild b/dev-ml/odns/odns-0.3.ebuild
index 061b735aa786..85465111fa13 100644
--- a/dev-ml/odns/odns-0.3.ebuild
+++ b/dev-ml/odns/odns-0.3.ebuild
@@ -1,6 +1,6 @@
# 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.2 2012/07/04 21:38:25 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/odns/odns-0.3.ebuild,v 1.3 2012/08/22 14:26:16 aballier Exp $
EAPI=3
@@ -18,6 +18,8 @@ IUSE=""
RDEPEND=">=dev-lang/ocaml-3.10.2[ocamlopt]"
DEPEND="${RDEPEND}"
+CLIBS="" # Workaround for bug #422683
+
src_prepare() {
sed -i -e "s/version=\"0.2\"/version=\"${PV}\"/" META || die
epatch "${FILESDIR}/${P}-parmake.patch"