commit: 15f2493ec2fe1fb901f3d95d3e1494a0555d8557
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sat Sep 24 18:32:02 2016 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Oct 1 22:08:33 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15f2493e
app-text/libetonyek: Fix configure with mdds-1.2
Package-Manager: portage-2.3.0
app-text/libetonyek/libetonyek-9999.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/app-text/libetonyek/libetonyek-9999.ebuild
b/app-text/libetonyek/libetonyek-9999.ebuild
index 3aa7b1e..aae98f2 100644
--- a/app-text/libetonyek/libetonyek-9999.ebuild
+++ b/app-text/libetonyek/libetonyek-9999.ebuild
@@ -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() {