Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libetonyek/
Date: Sat, 01 Oct 2016 22:08:49
Message-Id: 1475359713.15f2493ec2fe1fb901f3d95d3e1494a0555d8557.dilfridge@gentoo
1 commit: 15f2493ec2fe1fb901f3d95d3e1494a0555d8557
2 Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
3 AuthorDate: Sat Sep 24 18:32:02 2016 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 1 22:08:33 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15f2493e
7
8 app-text/libetonyek: Fix configure with mdds-1.2
9
10 Package-Manager: portage-2.3.0
11
12 app-text/libetonyek/libetonyek-9999.ebuild | 5 +++--
13 1 file changed, 3 insertions(+), 2 deletions(-)
14
15 diff --git a/app-text/libetonyek/libetonyek-9999.ebuild b/app-text/libetonyek/libetonyek-9999.ebuild
16 index 3aa7b1e..aae98f2 100644
17 --- a/app-text/libetonyek/libetonyek-9999.ebuild
18 +++ b/app-text/libetonyek/libetonyek-9999.ebuild
19 @@ -26,7 +26,7 @@ RDEPEND="
20 "
21 DEPEND="${RDEPEND}
22 dev-libs/boost
23 - dev-util/mdds:1
24 + >=dev-util/mdds-1.2.2:1
25 media-libs/glm
26 sys-devel/libtool
27 virtual/pkgconfig
28 @@ -55,7 +55,8 @@ src_configure() {
29 $(use_enable static-libs static) \
30 --disable-werror \
31 $(use_enable test tests) \
32 - $(use_with doc docs)
33 + $(use_with doc docs) \
34 + --with-mdds=1.2
35 }
36
37 src_install() {