summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2015-01-26 04:14:32 +0000
committerPatrick Lauer <patrick@gentoo.org>2015-01-26 04:14:32 +0000
commit0db05e37840373d9c95ed93366d0ab84ef49048b (patch)
treed699a32edaf923d579a1c734e55efb2b946a55fd /dev-lang
parentBump (diff)
downloadgentoo-2-0db05e37840373d9c95ed93366d0ab84ef49048b.tar.gz
gentoo-2-0db05e37840373d9c95ed93366d0ab84ef49048b.tar.bz2
gentoo-2-0db05e37840373d9c95ed93366d0ab84ef49048b.zip
Remove libffi hackery, this was caused by stale parrot config
(Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/nqp/ChangeLog6
-rw-r--r--dev-lang/nqp/nqp-2014.12.ebuild6
-rw-r--r--dev-lang/nqp/nqp-2015.01.ebuild6
3 files changed, 7 insertions, 11 deletions
diff --git a/dev-lang/nqp/ChangeLog b/dev-lang/nqp/ChangeLog
index f8c1bfa2d5f9..e517daa8b459 100644
--- a/dev-lang/nqp/ChangeLog
+++ b/dev-lang/nqp/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-lang/nqp
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/nqp/ChangeLog,v 1.59 2015/01/26 03:37:44 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/nqp/ChangeLog,v 1.60 2015/01/26 04:14:32 patrick Exp $
+
+ 26 Jan 2015; Patrick Lauer <patrick@gentoo.org> nqp-2014.12.ebuild,
+ nqp-2015.01.ebuild:
+ Remove libffi hackery, this was caused by stale parrot config
*nqp-2015.01 (26 Jan 2015)
diff --git a/dev-lang/nqp/nqp-2014.12.ebuild b/dev-lang/nqp/nqp-2014.12.ebuild
index 2cf30f89969d..9595e2aad24a 100644
--- a/dev-lang/nqp/nqp-2014.12.ebuild
+++ b/dev-lang/nqp/nqp-2014.12.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/nqp/nqp-2014.12.ebuild,v 1.2 2015/01/23 03:50:21 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/nqp/nqp-2014.12.ebuild,v 1.3 2015/01/26 04:14:32 patrick Exp $
EAPI=5
@@ -45,10 +45,6 @@ src_configure() {
# more dirty hack to allow building with newer gcc
sed -i -e 's/-Werror=implicit-function-declaration//' Makefile || die
sed -i -e 's/-Werror=nested-externs//' Makefile || die
-
- # horrible hackery, but we need to know where libffi hides its headers ...
- libffi_path=$(echo /usr/lib64/libffi-*)
- sed -i -e "s:/usr/lib64/libffi-3.1:${libffi_path}:" Makefile || die
}
src_compile() {
diff --git a/dev-lang/nqp/nqp-2015.01.ebuild b/dev-lang/nqp/nqp-2015.01.ebuild
index f9aaf60ad1ad..5b6b83760d8c 100644
--- a/dev-lang/nqp/nqp-2015.01.ebuild
+++ b/dev-lang/nqp/nqp-2015.01.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/nqp/nqp-2015.01.ebuild,v 1.1 2015/01/26 03:37:44 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/nqp/nqp-2015.01.ebuild,v 1.2 2015/01/26 04:14:32 patrick Exp $
EAPI=5
@@ -45,10 +45,6 @@ src_configure() {
# more dirty hack to allow building with newer gcc
sed -i -e 's/-Werror=implicit-function-declaration//' Makefile || die
sed -i -e 's/-Werror=nested-externs//' Makefile || die
-
- # horrible hackery, but we need to know where libffi hides its headers ...
- libffi_path=$(echo /usr/lib64/libffi-*)
- sed -i -e "s:/usr/lib64/libffi-3.1:${libffi_path}:" Makefile || die
}
src_compile() {