summaryrefslogtreecommitdiff
path: root/dev-ml
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
commite7b8624c8b44ac9ace2497f4b9238ce197c84bd4 (patch)
tree64b9357b860a834f1fe7984369595ce669d37367 /dev-ml
parentppc stable (bug 417143). (diff)
downloadhistorical-e7b8624c8b44ac9ace2497f4b9238ce197c84bd4.tar.gz
historical-e7b8624c8b44ac9ace2497f4b9238ce197c84bd4.tar.bz2
historical-e7b8624c8b44ac9ace2497f4b9238ce197c84bd4.zip
set empty CLIBS, fixing bug #422683
Package-Manager: portage-2.2.0_alpha121/cvs/Linux x86_64
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/odns/ChangeLog5
-rw-r--r--dev-ml/odns/odns-0.3.ebuild4
2 files changed, 7 insertions, 2 deletions
diff --git a/dev-ml/odns/ChangeLog b/dev-ml/odns/ChangeLog
index 9e96be4ff562..166cca96aac2 100644
--- a/dev-ml/odns/ChangeLog
+++ b/dev-ml/odns/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ml/odns
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/odns/ChangeLog,v 1.4 2012/07/04 21:38:25 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/odns/ChangeLog,v 1.5 2012/08/22 14:26:16 aballier Exp $
+
+ 22 Aug 2012; Alexis Ballier <aballier@gentoo.org> odns-0.3.ebuild:
+ set empty CLIBS, fixing bug #422683
04 Jul 2012; Alexis Ballier <aballier@gentoo.org> odns-0.3.ebuild,
+files/odns-0.3-parmake.patch:
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"