diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-07-16 14:11:51 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-07-16 14:12:49 +0200 |
commit | f1b0ceb8537b39398edc9962f164736dd71e98a9 (patch) | |
tree | 637b94555274e5361c37343655a589a238a67d80 /sys-devel/llvm/llvm-3.8.1.ebuild | |
parent | sci-geosciences/qmapshack: bump to 1.6.3 (diff) | |
download | gentoo-f1b0ceb8537b39398edc9962f164736dd71e98a9.tar.gz gentoo-f1b0ceb8537b39398edc9962f164736dd71e98a9.tar.bz2 gentoo-f1b0ceb8537b39398edc9962f164736dd71e98a9.zip |
sys-devel/llvm: Change subslot of 3.8.1 to match 3.8.0
Diffstat (limited to 'sys-devel/llvm/llvm-3.8.1.ebuild')
-rw-r--r-- | sys-devel/llvm/llvm-3.8.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/llvm/llvm-3.8.1.ebuild b/sys-devel/llvm/llvm-3.8.1.ebuild index 98b01a89ef9f..cc7982bc6a0c 100644 --- a/sys-devel/llvm/llvm-3.8.1.ebuild +++ b/sys-devel/llvm/llvm-3.8.1.ebuild @@ -20,7 +20,7 @@ SRC_URI="http://llvm.org/releases/${PV}/${P}.src.tar.xz !doc? ( http://dev.gentoo.org/~voyageur/distfiles/${PN}-3.8.0-manpages.tar.bz2 )" LICENSE="UoI-NCSA" -SLOT="0/${PV}" +SLOT="0/3.8.0" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="clang debug doc gold libedit +libffi lldb multitarget ncurses ocaml python +static-analyzer test xml video_cards_radeon |