diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-05-10 10:06:57 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-05-10 10:06:57 +0000 |
commit | 6d6347d266a5e701fff5239d67509eedff722e52 (patch) | |
tree | 6e5de34e609ef720dc04945d9415049c3b6d80a9 /sys-devel | |
parent | Accept multilib bluez-4 as well. (diff) | |
download | gentoo-2-6d6347d266a5e701fff5239d67509eedff722e52.tar.gz gentoo-2-6d6347d266a5e701fff5239d67509eedff722e52.tar.bz2 gentoo-2-6d6347d266a5e701fff5239d67509eedff722e52.zip |
Bump subslot since library name changes anyway. Unnecessarily.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/llvm/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/llvm/llvm-3.4.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/llvm/ChangeLog b/sys-devel/llvm/ChangeLog index f9566597ac4e..f9cfecb140a8 100644 --- a/sys-devel/llvm/ChangeLog +++ b/sys-devel/llvm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/llvm # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.194 2014/05/10 02:04:00 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.195 2014/05/10 10:06:57 mgorny Exp $ + + 10 May 2014; Michał Górny <mgorny@gentoo.org> llvm-3.4.1.ebuild: + Bump subslot since library name changes anyway. Unnecessarily. 10 May 2014; Mike Gilbert <floppym@gentoo.org> llvm-3.4.1.ebuild: Fix PDEPEND on clang. diff --git a/sys-devel/llvm/llvm-3.4.1.ebuild b/sys-devel/llvm/llvm-3.4.1.ebuild index c3c2a457f3b0..d59bbdaf204f 100644 --- a/sys-devel/llvm/llvm-3.4.1.ebuild +++ b/sys-devel/llvm/llvm-3.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.4.1.ebuild,v 1.2 2014/05/10 02:04:00 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.4.1.ebuild,v 1.3 2014/05/10 10:06:57 mgorny Exp $ EAPI=5 @@ -21,7 +21,7 @@ SRC_URI="http://llvm.org/releases/${PV}/${P}.src.tar.gz !doc? ( http://dev.gentoo.org/~mgorny/dist/${PN}-3.4-manpages.tar.bz2 )" LICENSE="UoI-NCSA" -SLOT="0/3.4" +SLOT="0/3.4.1" KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos" IUSE="clang debug doc gold +libffi multitarget ncurses ocaml python +static-analyzer test udis86 xml video_cards_radeon |