summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <ottxor@gentoo.org>2015-08-20 09:04:57 -0600
committerChristoph Junghans <ottxor@gentoo.org>2015-08-20 09:07:41 -0600
commit387a665ca10b78efc6c39aac22faba82a9535db0 (patch)
treeb796869df08dd265d6dd4a3c925b1bb44a644971
parentsys-devel/byfl: version bump (diff)
downloadgentoo-387a665ca10b78efc6c39aac22faba82a9535db0.tar.gz
gentoo-387a665ca10b78efc6c39aac22faba82a9535db0.tar.bz2
gentoo-387a665ca10b78efc6c39aac22faba82a9535db0.zip
sys-devel/byfl: updated live version
Package-Manager: portage-2.2.20.1
-rw-r--r--sys-devel/byfl/byfl-9999.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-devel/byfl/byfl-9999.ebuild b/sys-devel/byfl/byfl-9999.ebuild
index 17caf4750ec1..7fc28364d874 100644
--- a/sys-devel/byfl/byfl-9999.ebuild
+++ b/sys-devel/byfl/byfl-9999.ebuild
@@ -7,13 +7,13 @@ EAPI=5
inherit autotools-utils flag-o-matic
if [ "${PV}" = "9999" ]; then
- LLVM_VERSION="3.6"
+ LLVM_VERSION="3.6.2"
EGIT_REPO_URI="git://github.com/losalamos/${PN^b}.git http://github.com/losalamos/${PN}.git"
inherit git-2
KEYWORDS=""
AUTOTOOLS_AUTORECONF=1
else
- LLVM_VERSION="3.5.1"
+ LLVM_VERSION="3.6.2"
MY_P="${P}-llvm-${LLVM_VERSION}"
SRC_URI="https://github.com/losalamos/Byfl/releases/download/v${MY_P#${PN}-}/${MY_P}.tar.gz"
KEYWORDS="~amd64 ~amd64-linux"
@@ -29,7 +29,7 @@ IUSE="dragonegg hdf5 static-libs sqlite"
RDEPEND="dragonegg? ( >=sys-devel/dragonegg-${LLVM_VERSION} )
>=sys-devel/clang-${LLVM_VERSION}
>=sys-devel/llvm-${LLVM_VERSION}
- sys-devel/binutils
+ sys-devel/binutils:0
dev-lang/perl:=
dev-perl/Switch
hdf5? ( sci-libs/hdf5[cxx] )