sys-cluster/galera: Fix build-time dependency version
authorBrian Evans <grknight@gentoo.org>
Wed, 11 Jul 2018 17:56:41 +0000 (13:56 -0400)
committerBrian Evans <grknight@gentoo.org>
Wed, 11 Jul 2018 17:56:41 +0000 (13:56 -0400)
scons cannot tell that 1.12 is valid.
Restrict the version until it can be investigated

Closes: https://bugs.gentoo.org/660928
Package-Manager: Portage-2.3.42, Repoman-2.3.9

sys-cluster/galera/galera-25.3.23.ebuild

index 13c2d41fc3fa2f32535a8ef01cf89b264282b02f..bcb3d49b16773a342cbb1be27c74e44bd1257b55 100644 (file)
@@ -25,6 +25,7 @@ DEPEND="${DEPEND}
        dev-libs/check
        >=sys-devel/gcc-4.4
        >=dev-cpp/asio-1.10.1[ssl]
+       <dev-cpp/asio-1.12.0
        "
 #Run time only
 RDEPEND="${CDEPEND}"