summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-07-24 21:13:37 +0200
committerMichał Górny <mgorny@gentoo.org>2017-07-24 21:13:50 +0200
commit8c3018050e4c58aca3483a23c69c0b4087b49427 (patch)
treee6f99991cd18eecbdf72077b80ff24b524962b20 /sys-libs/libcxx
parentnet-analyzer/tcpdump: Version bump. (diff)
downloadgentoo-8c3018050e4c58aca3483a23c69c0b4087b49427.tar.gz
gentoo-8c3018050e4c58aca3483a23c69c0b4087b49427.tar.bz2
gentoo-8c3018050e4c58aca3483a23c69c0b4087b49427.zip
sys-libs/libcxx: Fix live conditions in 5.0.9999
Diffstat (limited to 'sys-libs/libcxx')
-rw-r--r--sys-libs/libcxx/libcxx-5.0.9999.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-libs/libcxx/libcxx-5.0.9999.ebuild b/sys-libs/libcxx/libcxx-5.0.9999.ebuild
index 625b35685370..fde85c232023 100644
--- a/sys-libs/libcxx/libcxx-5.0.9999.ebuild
+++ b/sys-libs/libcxx/libcxx-5.0.9999.ebuild
@@ -13,13 +13,13 @@ EGIT_REPO_URI="https://git.llvm.org/git/libcxx.git
EGIT_BRANCH="release_50"
PYTHON_COMPAT=( python2_7 )
-[[ ${PV} == 9999 ]] && SCM="git-r3" || SCM=""
+[[ ${PV} == *9999 ]] && SCM="git-r3" || SCM=""
inherit ${SCM} cmake-multilib llvm 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=""