summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-09-21 10:33:05 +0200
committerMichał Górny <mgorny@gentoo.org>2019-09-21 11:15:38 +0200
commit0cc5129eff9fbb30b12c53ee50aca84f2a1749a3 (patch)
tree8eb6c5e94db6cf70790f508378386dae00787050
parentsys-libs/compiler-rt: Reorder ebuild vars in 9+ (diff)
downloadgentoo-0cc5129e.tar.gz
gentoo-0cc5129e.tar.bz2
gentoo-0cc5129e.zip
sys-libs/libcxx: Reorder ebuild vars in 9+
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--sys-libs/libcxx/libcxx-9.0.0.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-libs/libcxx/libcxx-9.0.0.ebuild b/sys-libs/libcxx/libcxx-9.0.0.ebuild
index c259d0f32e07..d3f71fd82120 100644
--- a/sys-libs/libcxx/libcxx-9.0.0.ebuild
+++ b/sys-libs/libcxx/libcxx-9.0.0.ebuild
@@ -17,6 +17,7 @@ MY_P=${P}.src
DESCRIPTION="New implementation of the C++ standard library, targeting C++11"
HOMEPAGE="https://libcxx.llvm.org/"
SRC_URI="https://releases.llvm.org/${PV}/${MY_P}.tar.xz"
+S=${WORKDIR}/${MY_P}
LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
SLOT="0"
@@ -39,8 +40,6 @@ BDEPEND="
test? ( >=sys-devel/clang-3.9.0
$(python_gen_any_dep 'dev-python/lit[${PYTHON_USEDEP}]') )"
-S=${WORKDIR}/${MY_P}
-
DOCS=( CREDITS.TXT )
PATCHES=(