summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <ottxor@gentoo.org>2014-01-15 22:12:48 +0000
committerChristoph Junghans <ottxor@gentoo.org>2014-01-15 22:12:48 +0000
commit6ffe83c24590a9ebc41fe7c32b2cc9b532a97cc5 (patch)
treede83576a50b7e9ca8b834cd6145c8f5311a9ab76 /sys-devel
parentPrefixified and keyworded amd64-linux, x86-linux (diff)
downloadgentoo-2-6ffe83c24590a9ebc41fe7c32b2cc9b532a97cc5.tar.gz
gentoo-2-6ffe83c24590a9ebc41fe7c32b2cc9b532a97cc5.tar.bz2
gentoo-2-6ffe83c24590a9ebc41fe7c32b2cc9b532a97cc5.zip
updates
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/byfl/ChangeLog7
-rw-r--r--sys-devel/byfl/byfl-9999.ebuild14
2 files changed, 12 insertions, 9 deletions
diff --git a/sys-devel/byfl/ChangeLog b/sys-devel/byfl/ChangeLog
index fcc4be037119..d85f90d07ef2 100644
--- a/sys-devel/byfl/ChangeLog
+++ b/sys-devel/byfl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-devel/byfl
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/byfl/ChangeLog,v 1.3 2013/11/12 16:12:07 ottxor Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/byfl/ChangeLog,v 1.4 2014/01/15 22:12:48 ottxor Exp $
+
+ 15 Jan 2014; Christoph Junghans <ottxor@gentoo.org> byfl-9999.ebuild:
+ updates
12 Nov 2013; Christoph Junghans <ottxor@gentoo.org> byfl-9999.ebuild:
clean up
diff --git a/sys-devel/byfl/byfl-9999.ebuild b/sys-devel/byfl/byfl-9999.ebuild
index b1251eac9c8b..fe6d66b2c98d 100644
--- a/sys-devel/byfl/byfl-9999.ebuild
+++ b/sys-devel/byfl/byfl-9999.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/byfl/byfl-9999.ebuild,v 1.3 2013/11/12 16:12:07 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/byfl/byfl-9999.ebuild,v 1.4 2014/01/15 22:12:48 ottxor Exp $
EAPI=5
@@ -22,22 +22,22 @@ SLOT="0"
LICENSE="BSD"
IUSE=""
-RDEPEND=">=sys-devel/dragonegg-9999
- >=sys-devel/llvm-9999
- >=sys-devel/clang-9999"
+RDEPEND=">=sys-devel/dragonegg-3.4
+ >=sys-devel/llvm-3.4
+ >=sys-devel/clang-3.4"
DEPEND="${RDEPEND}"
src_prepare() {
ln -s autoconf/configure.ac || die
eaclocal -I autoconf/m4
eautoconf
- replace-flags -O? -O0 #upstream is working on this
+ replace-flags -O? -O0 #http://llvm.org/bugs/show_bug.cgi?id=18358
}
src_configure() {
local myeconfargs=(
--enable-cxx11
)
- autotools-utils_src_configure DRAGONEGG=/usr/$(get_libdir)/llvm/dragonegg.so
+ autotools-utils_src_configure DRAGONEGG=/usr/$(get_libdir)/dragonegg.so
MAKEOPTS+=" VERBOSE=1 LOPT=$(type -p opt)"
}