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.ec619117baffcb5ca0a2335a85ad74090ca9e434.asturm@gentoo
1 commit: ec619117baffcb5ca0a2335a85ad74090ca9e434
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 12 20:21:53 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=ec619117
7
8 app-text/libetonyek: Support --with-mdds=1.5
9
10 Closes: https://bugs.gentoo.org/674374
11 Package-Manager: Portage-2.3.76, Repoman-2.3.17
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 app-text/libetonyek/libetonyek-9999.ebuild | 10 +++++-----
15 1 file changed, 5 insertions(+), 5 deletions(-)
16
17 diff --git a/app-text/libetonyek/libetonyek-9999.ebuild b/app-text/libetonyek/libetonyek-9999.ebuild
18 index a59ca6e0096..5a2e3527e53 100644
19 --- a/app-text/libetonyek/libetonyek-9999.ebuild
20 +++ b/app-text/libetonyek/libetonyek-9999.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Authors
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -21,7 +21,7 @@ RDEPEND="
28 app-text/liblangtag
29 dev-libs/librevenge
30 dev-libs/libxml2
31 - >=dev-util/mdds-1.3.1:1=
32 + >=dev-util/mdds-1.4.3:1=
33 sys-libs/zlib
34 "
35 DEPEND="${RDEPEND}
36 @@ -46,10 +46,10 @@ src_configure() {
37 $(use_enable static-libs static)
38 $(use_enable test tests)
39 )
40 - if has_version ">=dev-util/mdds-1.4"; then
41 - myeconfargs+=( --with-mdds=1.4 )
42 + if has_version ">=dev-util/mdds-1.5"; then
43 + myeconfargs+=( --with-mdds=1.5 )
44 else
45 - myeconfargs+=( --with-mdds=1.2 )
46 + myeconfargs+=( --with-mdds=1.4 )
47 fi
48
49 econf "${myeconfargs[@]}"