app-text/libetonyek: Fix configure with mdds-1.2
authorAndreas Sturmlechner <andreas.sturmlechner@gmail.com>
Sat, 24 Sep 2016 18:32:02 +0000 (20:32 +0200)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Sat, 1 Oct 2016 22:08:33 +0000 (00:08 +0200)
Package-Manager: portage-2.3.0

app-text/libetonyek/libetonyek-9999.ebuild

index 3aa7b1ecc37be34dec231304c9d45371d4f24c24..aae98f2483636d54b0029bc271779cd273dd007b 100644 (file)
@@ -26,7 +26,7 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}
        dev-libs/boost
-       dev-util/mdds:1
+       >=dev-util/mdds-1.2.2:1
        media-libs/glm
        sys-devel/libtool
        virtual/pkgconfig
@@ -55,7 +55,8 @@ src_configure() {
                $(use_enable static-libs static) \
                --disable-werror \
                $(use_enable test tests) \
-               $(use_with doc docs)
+               $(use_with doc docs) \
+               --with-mdds=1.2
 }
 
 src_install() {