Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libetonyek/
Date: Thu, 12 Sep 2019 20:27:57
Message-Id: 1568320053.138b2170771f9be3f2b8e153f9919dcf71f611e1.asturm@gentoo
1 commit: 138b2170771f9be3f2b8e153f9919dcf71f611e1
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 12 20:23:15 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 12 20:27:33 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=138b2170
7
8 app-text/libetonyek: Pin to =dev-util/mdds-1.4*
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.17
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 app-text/libetonyek/libetonyek-0.1.9.ebuild | 8 ++------
14 1 file changed, 2 insertions(+), 6 deletions(-)
15
16 diff --git a/app-text/libetonyek/libetonyek-0.1.9.ebuild b/app-text/libetonyek/libetonyek-0.1.9.ebuild
17 index bd8b3c336f2..e690d146850 100644
18 --- a/app-text/libetonyek/libetonyek-0.1.9.ebuild
19 +++ b/app-text/libetonyek/libetonyek-0.1.9.ebuild
20 @@ -21,7 +21,7 @@ RDEPEND="
21 app-text/liblangtag
22 dev-libs/librevenge
23 dev-libs/libxml2
24 - >=dev-util/mdds-1.3.1:1=
25 + =dev-util/mdds-1.4*:1=
26 sys-libs/zlib
27 "
28 DEPEND="${RDEPEND}
29 @@ -42,15 +42,11 @@ src_prepare() {
30 src_configure() {
31 local myeconfargs=(
32 --disable-werror
33 + --with-mdds=1.4
34 $(use_with doc docs)
35 $(use_enable static-libs static)
36 $(use_enable test tests)
37 )
38 - if has_version ">=dev-util/mdds-1.4"; then
39 - myeconfargs+=( --with-mdds=1.4 )
40 - else
41 - myeconfargs+=( --with-mdds=1.2 )
42 - fi
43
44 econf "${myeconfargs[@]}"
45 }