commit: 1f1ddc839a4d7053477a4aef3a6e78b2356f2b87
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 17 08:20:34 2018 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Wed Oct 17 08:20:34 2018 +0000
URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=1f1ddc83
sys-libs/libcxxabi: EAPI 5->6
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
Package-Manager: Portage-2.3.40.3-prefix, Repoman-2.3.9
sys-libs/libcxxabi/libcxxabi-3.5.1.ebuild | 6 ++++--
sys-libs/libcxxabi/libcxxabi-3.7.1.ebuild | 4 +++-
sys-libs/libcxxabi/libcxxabi-3.8.1.ebuild | 6 ++++--
sys-libs/libcxxabi/libcxxabi-3.9.0.ebuild | 4 ++--
4 files changed, 13 insertions(+), 7 deletions(-)
diff --git a/sys-libs/libcxxabi/libcxxabi-3.5.1.ebuild
b/sys-libs/libcxxabi/libcxxabi-3.5.1.ebuild
index 2b9b845d91..b68811f725 100644
--- a/sys-libs/libcxxabi/libcxxabi-3.5.1.ebuild
+++ b/sys-libs/libcxxabi/libcxxabi-3.5.1.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=6
inherit flag-o-matic
S="${WORKDIR}/${P}.src"
-inherit eutils
+inherit eutils epatch
DESCRIPTION="New implementation of low level support for a standard C++
library"
HOMEPAGE="http://libcxxabi.llvm.org/"
@@ -69,6 +69,8 @@ src_prepare() {
sed -i -e
"s,/usr/lib/libc++abi\.dylib,${EPREFIX}/usr/lib/libc++abi.dylib,g" \
lib/buildit || die
+
+ eapply_user
}
src_compile() {
diff --git a/sys-libs/libcxxabi/libcxxabi-3.7.1.ebuild
b/sys-libs/libcxxabi/libcxxabi-3.7.1.ebuild
index 136a09b357..2830150cba 100644
--- a/sys-libs/libcxxabi/libcxxabi-3.7.1.ebuild
+++ b/sys-libs/libcxxabi/libcxxabi-3.7.1.ebuild
@@ -7,7 +7,7 @@ inherit flag-o-matic
S="${WORKDIR}/${P}.src"
-inherit eutils
+inherit eutils epatch
DESCRIPTION="New implementation of low level support for a standard C++
library"
HOMEPAGE="http://libcxxabi.llvm.org/"
@@ -65,6 +65,8 @@ src_prepare() {
sed -i -e
"s,/usr/lib/libc++abi\.dylib,${EPREFIX}/usr/lib/libc++abi.dylib,g" \
lib/buildit
+
+ eapply_user
}
src_compile() {
diff --git a/sys-libs/libcxxabi/libcxxabi-3.8.1.ebuild
b/sys-libs/libcxxabi/libcxxabi-3.8.1.ebuild
index a64483c44a..c431277456 100644
--- a/sys-libs/libcxxabi/libcxxabi-3.8.1.ebuild
+++ b/sys-libs/libcxxabi/libcxxabi-3.8.1.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=6
inherit flag-o-matic
S="${WORKDIR}/${P}.src"
-inherit eutils
+inherit eutils epatch
DESCRIPTION="New implementation of low level support for a standard C++
library"
HOMEPAGE="http://libcxxabi.llvm.org/"
@@ -69,6 +69,8 @@ src_prepare() {
sed -i -e
"s,/usr/lib/libc++abi\.dylib,${EPREFIX}/usr/lib/libc++abi.dylib,g" \
lib/buildit
+
+ eapply_user
}
src_compile() {
diff --git a/sys-libs/libcxxabi/libcxxabi-3.9.0.ebuild
b/sys-libs/libcxxabi/libcxxabi-3.9.0.ebuild
index 9b65c05da8..46d08a1474 100644
--- a/sys-libs/libcxxabi/libcxxabi-3.9.0.ebuild
+++ b/sys-libs/libcxxabi/libcxxabi-3.9.0.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=6
-inherit flag-o-matic eutils cmake-multilib
+inherit flag-o-matic eutils cmake-multilib epatch
S="${WORKDIR}/${P}.src"