projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66a176b
)
sys-libs/libcxx: Reorder ebuild vars in 9+
author
Michał Górny
<mgorny@gentoo.org>
Sat, 21 Sep 2019 08:33:05 +0000
(10:33 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Sat, 21 Sep 2019 09:15:38 +0000
(11:15 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
sys-libs/libcxx/libcxx-9.0.0.ebuild
patch
|
blob
|
history
diff --git
a/sys-libs/libcxx/libcxx-9.0.0.ebuild
b/sys-libs/libcxx/libcxx-9.0.0.ebuild
index c259d0f32e0753996f359a1529b43314e6516dd1..d3f71fd82120936164a41dddd487802b6cff246f 100644
(file)
--- 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=(