diff options
author | Jonathan Scruggs <j.scruggs@gmail.com> | 2017-12-30 10:23:50 +0000 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2018-01-12 16:06:55 -0500 |
commit | b8dc39e0e6aacef522c4e1597f53b8fa286f4e79 (patch) | |
tree | 7afd3b864d1bb866dcff0b18a534f4b8ba4e1bc6 /media-libs | |
parent | games-engines/openmw: version bump to 0.4.3 (diff) | |
download | gentoo-b8dc39e0e6aacef522c4e1597f53b8fa286f4e79.tar.gz gentoo-b8dc39e0e6aacef522c4e1597f53b8fa286f4e79.tar.bz2 gentoo-b8dc39e0e6aacef522c4e1597f53b8fa286f4e79.zip |
media-libs/osl: Make clang depend compatible with llvm 4
LLVM 4 dropped a use flag to enable clang support. The depend is
now directly to sys-devel/clang.
Closes: https://bugs.gentoo.org/642728
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/osl/osl-1.8.12.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/osl/osl-1.8.12.ebuild b/media-libs/osl/osl-1.8.12.ebuild index 6bbe3b7c837d..7e3015859962 100644 --- a/media-libs/osl/osl-1.8.12.ebuild +++ b/media-libs/osl/osl-1.8.12.ebuild @@ -28,7 +28,7 @@ RDEPEND=">=media-libs/openexr-2.2.0 DEPEND="${RDEPEND} >=dev-libs/boost-1.62 - sys-devel/llvm[clang] + sys-devel/clang sys-devel/bison sys-devel/flex virtual/pkgconfig" |