media-libs/opencollada: fix depend on libpcre
authorJonathan Scruggs <dracwyrm@gentoo.org>
Tue, 7 Aug 2018 12:03:01 +0000 (13:03 +0100)
committerJonathan Scruggs <dracwyrm@gentoo.org>
Tue, 7 Aug 2018 12:03:01 +0000 (13:03 +0100)
libpcre v8.42 changes struct types, which breaks compiling.
Change the depend to block 8.42 and higher versions.
Closes: https://bugs.gentoo.org/651756
Package-Manager: Portage-2.3.44, Repoman-2.3.10

media-libs/opencollada/opencollada-1.6.62.ebuild

index 554964a4b879b53c5ebff3199b144fd91e9ded83..a0c55233ca38cd577b756eb93bdc4cbfeefac648 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-inherit cmake-utils flag-o-matic versionator
+inherit cmake-utils flag-o-matic
 
 DESCRIPTION="Stream based read/write library for COLLADA files"
 HOMEPAGE="http://www.opencollada.org/"
@@ -14,7 +14,8 @@ SLOT="0"
 KEYWORDS="amd64 ~ppc64 x86"
 IUSE="static-libs"
 
-RDEPEND="dev-libs/libpcre
+# bug 651756
+RDEPEND="<dev-libs/libpcre-8.42
        dev-libs/zziplib
        media-libs/lib3ds
        sys-libs/zlib