commit:     c3df698a312127ebbd28df3041477e316ed2f46f
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 11 09:33:02 2016 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Thu Feb 11 09:33:02 2016 +0000
URL:        https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=c3df698a

sys-libs/libcxxabi: fix version on headers

Package-Manager: portage-2.2.20-prefix

 sys-libs/libcxxabi/libcxxabi-3.5.1.ebuild | 8 +++-----
 sys-libs/libcxxabi/libcxxabi-3.7.1.ebuild | 8 +++-----
 2 files changed, 6 insertions(+), 10 deletions(-)

diff --git a/sys-libs/libcxxabi/libcxxabi-3.5.1.ebuild 
b/sys-libs/libcxxabi/libcxxabi-3.5.1.ebuild
index 6d6c955..7e83142 100644
--- a/sys-libs/libcxxabi/libcxxabi-3.5.1.ebuild
+++ b/sys-libs/libcxxabi/libcxxabi-3.5.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id $
 
 EAPI=5
 
@@ -21,7 +21,7 @@ IUSE=""
 
 RDEPEND=""
 DEPEND="${RDEPEND}
-       sys-libs/libcxx-headers
+       =sys-libs/libcxx-headers-${PV}
        sys-devel/clang"
 
 pkg_setup() {
@@ -43,8 +43,6 @@ src_configure() {
 }
 
 src_prepare() {
-       cd "${S}"
-
        # libc++abi needs stack unwinding functions provided by libSystem on 
Mac OS X
        # >= 10.6. On < 10.6 they're in libgcc_s. So force link against that.
        # Additionally, the crt1.o provided by our gcc-apple toolchain isn't

diff --git a/sys-libs/libcxxabi/libcxxabi-3.7.1.ebuild 
b/sys-libs/libcxxabi/libcxxabi-3.7.1.ebuild
index df0ff44..83376cd 100644
--- a/sys-libs/libcxxabi/libcxxabi-3.7.1.ebuild
+++ b/sys-libs/libcxxabi/libcxxabi-3.7.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id $
 
 EAPI=5
 
@@ -21,7 +21,7 @@ IUSE=""
 
 RDEPEND=""
 DEPEND="${RDEPEND}
-       sys-libs/libcxx-headers
+       =sys-libs/libcxx-headers-${PV}
        sys-devel/clang"
 
 pkg_setup() {
@@ -43,8 +43,6 @@ src_configure() {
 }
 
 src_prepare() {
-       cd "${S}"
-
        # libc++abi needs stack unwinding functions provided by libSystem on 
Mac OS X
        # >= 10.6. On < 10.6 they're in libgcc_s. So force link against that.
        # Additionally, the crt1.o provided by our gcc-apple toolchain isn't

Reply via email to