diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-07-23 19:19:11 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-07-23 19:22:08 +0200 |
commit | c8edfb067c1ba572a4100ed2699c288245f2a9e2 (patch) | |
tree | ff27151508d6a1be206f2a9f3c9457734c9cd2f6 /sys-devel | |
parent | app-misc/tek: Add new package (diff) | |
download | gentoo-c8edfb067c1ba572a4100ed2699c288245f2a9e2.tar.gz gentoo-c8edfb067c1ba572a4100ed2699c288245f2a9e2.tar.bz2 gentoo-c8edfb067c1ba572a4100ed2699c288245f2a9e2.zip |
sys-devel/llvm: Strip third version component for subslot, in -9999
Strip the third version component (if there is any) for subslot value,
therefore ensuring that e.g. 3.9.* will have subslot 3.9. This is not
relevant to the -9999 ebuild but hopefully it will prevent me from
forgetting to finally do this on next release.
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/llvm/llvm-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/llvm/llvm-9999.ebuild b/sys-devel/llvm/llvm-9999.ebuild index cb7781714431..c0cd607ad99d 100644 --- a/sys-devel/llvm/llvm-9999.ebuild +++ b/sys-devel/llvm/llvm-9999.ebuild @@ -18,7 +18,7 @@ EGIT_REPO_URI="http://llvm.org/git/llvm.git https://github.com/llvm-mirror/llvm.git" LICENSE="UoI-NCSA" -SLOT="0/${PV}" +SLOT="0/${PV%.*}" KEYWORDS="" IUSE="clang debug +doc gold libedit +libffi lldb multitarget ncurses ocaml python +static-analyzer test xml video_cards_radeon |