diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-09-20 08:26:18 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-09-20 08:31:18 +0200 |
commit | e99bad38769c2741e14ddecd680d1d89781c750c (patch) | |
tree | 04356f502c1ca819c3ed1f6f4aaf25453a82daa4 /sys-devel/clang | |
parent | app-editors/atom: Migrate to slotted electron, add atom-1.10.2, fixes (diff) | |
download | gentoo-e99bad38769c2741e14ddecd680d1d89781c750c.tar.gz gentoo-e99bad38769c2741e14ddecd680d1d89781c750c.tar.bz2 gentoo-e99bad38769c2741e14ddecd680d1d89781c750c.zip |
sys-devel/clang: Fix subslot, reported by tamiko
Diffstat (limited to 'sys-devel/clang')
-rw-r--r-- | sys-devel/clang/clang-3.9.0-r101.ebuild (renamed from sys-devel/clang/clang-3.9.0-r100.ebuild) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-devel/clang/clang-3.9.0-r100.ebuild b/sys-devel/clang/clang-3.9.0-r101.ebuild index 90d0de3af5eb..dd5380696797 100644 --- a/sys-devel/clang/clang-3.9.0-r100.ebuild +++ b/sys-devel/clang/clang-3.9.0-r101.ebuild @@ -11,7 +11,8 @@ HOMEPAGE="http://clang.llvm.org/" SRC_URI="" LICENSE="UoI-NCSA" -SLOT="0/3.8" +# keep in sync with sys-devel/llvm! +SLOT="0/${PV}" KEYWORDS="~amd64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos" IUSE="debug multitarget python +static-analyzer" |