summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-01-11 09:14:50 +0000
committerMichał Górny <mgorny@gentoo.org>2014-01-11 09:14:50 +0000
commit8d8d2d0626953ab5e2e0a990f6ee14775aaa2296 (patch)
tree549a1e08763629d05bb438f047570b6c9bb9140a /media-libs/opengtl
parentDrop obsolete masking for systemd in dracut on arches that now have systemd (diff)
downloadgentoo-2-8d8d2d0626953ab5e2e0a990f6ee14775aaa2296.tar.gz
gentoo-2-8d8d2d0626953ab5e2e0a990f6ee14775aaa2296.tar.bz2
gentoo-2-8d8d2d0626953ab5e2e0a990f6ee14775aaa2296.zip
Depend on llvm < 3.4, since 3.4 is not supported.
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'media-libs/opengtl')
-rw-r--r--media-libs/opengtl/ChangeLog7
-rw-r--r--media-libs/opengtl/opengtl-0.9.18.ebuild9
2 files changed, 11 insertions, 5 deletions
diff --git a/media-libs/opengtl/ChangeLog b/media-libs/opengtl/ChangeLog
index a713c87924ff..0ad6e151ec25 100644
--- a/media-libs/opengtl/ChangeLog
+++ b/media-libs/opengtl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/opengtl
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/opengtl/ChangeLog,v 1.21 2013/08/20 02:07:05 creffett Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/opengtl/ChangeLog,v 1.22 2014/01/11 09:14:50 mgorny Exp $
+
+ 11 Jan 2014; Michał Górny <mgorny@gentoo.org> opengtl-0.9.18.ebuild:
+ Depend on llvm < 3.4, since 3.4 is not supported.
20 Aug 2013; Chris Reffett <creffett@gentoo.org> opengtl-0.9.18.ebuild:
Add conditional patch for building with llvm-3.3, bug 474818
diff --git a/media-libs/opengtl/opengtl-0.9.18.ebuild b/media-libs/opengtl/opengtl-0.9.18.ebuild
index 2cad54908a34..6a993e2c274e 100644
--- a/media-libs/opengtl/opengtl-0.9.18.ebuild
+++ b/media-libs/opengtl/opengtl-0.9.18.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/media-libs/opengtl/opengtl-0.9.18.ebuild,v 1.5 2013/08/20 02:07:05 creffett Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/opengtl/opengtl-0.9.18.ebuild,v 1.6 2014/01/11 09:14:50 mgorny Exp $
EAPI=5
@@ -19,7 +19,10 @@ IUSE="debug test"
RDEPEND="
media-libs/libpng:0=
- >=sys-devel/llvm-3.1
+ (
+ <sys-devel/llvm-3.4
+ >=sys-devel/llvm-3.1
+ )
"
DEPEND="${RDEPEND}
test? ( dev-util/lcov )