diff options
author | 2012-08-22 14:26:16 +0000 | |
---|---|---|
committer | 2012-08-22 14:26:16 +0000 | |
commit | e7b8624c8b44ac9ace2497f4b9238ce197c84bd4 (patch) | |
tree | 64b9357b860a834f1fe7984369595ce669d37367 /dev-ml | |
parent | ppc stable (bug 417143). (diff) | |
download | historical-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/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/odns/odns-0.3.ebuild | 4 |
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" |