summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <ottxor@gentoo.org>2014-02-11 15:37:26 +0000
committerChristoph Junghans <ottxor@gentoo.org>2014-02-11 15:37:26 +0000
commit3ba813e6c452614588d6fa56022e7624638d95e5 (patch)
tree5ee26279c96e54b3f07731fe00633ad074a6e5c7 /sys-devel/byfl
parentia64 stable wrt bug #495502 (diff)
downloadgentoo-2-3ba813e6c452614588d6fa56022e7624638d95e5.tar.gz
gentoo-2-3ba813e6c452614588d6fa56022e7624638d95e5.tar.bz2
gentoo-2-3ba813e6c452614588d6fa56022e7624638d95e5.zip
llvm bug#18358 got fixed
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Diffstat (limited to 'sys-devel/byfl')
-rw-r--r--sys-devel/byfl/ChangeLog5
-rw-r--r--sys-devel/byfl/byfl-9999.ebuild11
2 files changed, 9 insertions, 7 deletions
diff --git a/sys-devel/byfl/ChangeLog b/sys-devel/byfl/ChangeLog
index d85f90d07ef2..9c05fcbf68d4 100644
--- a/sys-devel/byfl/ChangeLog
+++ b/sys-devel/byfl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-devel/byfl
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/byfl/ChangeLog,v 1.5 2014/02/11 15:37:26 ottxor Exp $
+
+ 11 Feb 2014; Christoph Junghans <ottxor@gentoo.org> byfl-9999.ebuild:
+ llvm bug#18358 got fixed
15 Jan 2014; Christoph Junghans <ottxor@gentoo.org> byfl-9999.ebuild:
updates
diff --git a/sys-devel/byfl/byfl-9999.ebuild b/sys-devel/byfl/byfl-9999.ebuild
index fe6d66b2c98d..f90f99f1f1ef 100644
--- a/sys-devel/byfl/byfl-9999.ebuild
+++ b/sys-devel/byfl/byfl-9999.ebuild
@@ -1,10 +1,10 @@
# 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.4 2014/01/15 22:12:48 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/byfl/byfl-9999.ebuild,v 1.5 2014/02/11 15:37:26 ottxor Exp $
EAPI=5
-inherit autotools-utils flag-o-matic multilib
+inherit autotools-utils multilib
if [ "${PV}" = "9999" ]; then
EGIT_REPO_URI="git://github.com/losalamos/${PN^b}.git http://github.com/losalamos/${PN}.git"
@@ -22,16 +22,15 @@ SLOT="0"
LICENSE="BSD"
IUSE=""
-RDEPEND=">=sys-devel/dragonegg-3.4
- >=sys-devel/llvm-3.4
- >=sys-devel/clang-3.4"
+RDEPEND=">=sys-devel/dragonegg-9999
+ >=sys-devel/llvm-9999
+ >=sys-devel/clang-9999"
DEPEND="${RDEPEND}"
src_prepare() {
ln -s autoconf/configure.ac || die
eaclocal -I autoconf/m4
eautoconf
- replace-flags -O? -O0 #http://llvm.org/bugs/show_bug.cgi?id=18358
}
src_configure() {