From ccce80e9ee3bb9ae9d0cc4520a239ec94817df4f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 21 Jul 2019 12:35:17 +0200 Subject: [PATCH] =?utf8?q?sys-libs/libcxx:=20-9999=20=E2=86=92=20-10.0.0.9?= =?utf8?q?999?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- .../{libcxx-9999.ebuild => libcxx-10.0.0.9999.ebuild} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename sys-libs/libcxx/{libcxx-9999.ebuild => libcxx-10.0.0.9999.ebuild} (98%) diff --git a/sys-libs/libcxx/libcxx-9999.ebuild b/sys-libs/libcxx/libcxx-10.0.0.9999.ebuild similarity index 98% rename from sys-libs/libcxx/libcxx-9999.ebuild rename to sys-libs/libcxx/libcxx-10.0.0.9999.ebuild index 71e8ea26429b..7f4a5523bd2d 100644 --- a/sys-libs/libcxx/libcxx-9999.ebuild +++ b/sys-libs/libcxx/libcxx-10.0.0.9999.ebuild @@ -12,14 +12,14 @@ EGIT_REPO_URI="https://git.llvm.org/git/libcxx.git https://github.com/llvm-mirror/libcxx.git" PYTHON_COMPAT=( python{2_7,3_{5,6,7}} ) -[[ ${PV} == 9999 ]] && SCM="git-r3" || SCM="" +[[ ${PV} == *9999 ]] && SCM="git-r3" || SCM="" inherit ${SCM} cmake-multilib llvm multiprocessing python-any-r1 \ toolchain-funcs DESCRIPTION="New implementation of the C++ standard library, targeting C++11" HOMEPAGE="https://libcxx.llvm.org/" -if [[ ${PV} != 9999 ]] ; then +if [[ ${PV} != *9999 ]] ; then SRC_URI="https://llvm.org/releases/${PV}/${P}.src.tar.xz" S="${WORKDIR}/${P}.src" else @@ -28,7 +28,7 @@ fi LICENSE="|| ( UoI-NCSA MIT )" SLOT="0" -if [[ ${PV} != 9999 ]] ; then +if [[ ${PV} != *9999 ]] ; then KEYWORDS="~amd64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" else KEYWORDS="" -- 2.26.2