app-text/libetonyek: Support --with-mdds=1.5
authorAndreas Sturmlechner <asturm@gentoo.org>
Thu, 12 Sep 2019 20:21:53 +0000 (22:21 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Thu, 12 Sep 2019 20:27:33 +0000 (22:27 +0200)
Closes: https://bugs.gentoo.org/674374
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
app-text/libetonyek/libetonyek-9999.ebuild

index a59ca6e0096786bbafbdf57606fd3bb5833e82d4..5a2e3527e53aea6237c72bbe9e78690efb86297c 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -21,7 +21,7 @@ RDEPEND="
        app-text/liblangtag
        dev-libs/librevenge
        dev-libs/libxml2
-       >=dev-util/mdds-1.3.1:1=
+       >=dev-util/mdds-1.4.3:1=
        sys-libs/zlib
 "
 DEPEND="${RDEPEND}
@@ -46,10 +46,10 @@ src_configure() {
                $(use_enable static-libs static)
                $(use_enable test tests)
        )
-       if has_version ">=dev-util/mdds-1.4"; then
-               myeconfargs+=( --with-mdds=1.4 )
+       if has_version ">=dev-util/mdds-1.5"; then
+               myeconfargs+=( --with-mdds=1.5 )
        else
-               myeconfargs+=( --with-mdds=1.2 )
+               myeconfargs+=( --with-mdds=1.4 )
        fi
 
        econf "${myeconfargs[@]}"