diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-09-12 22:21:53 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-09-12 22:27:33 +0200 |
commit | ec619117baffcb5ca0a2335a85ad74090ca9e434 (patch) | |
tree | 3f8a912a0bd0e9685d89014c28892549a0845e8c /app-text/libetonyek | |
parent | app-text/libabw: 0.1.3 version bump, EAPI-7 bump (diff) | |
download | gentoo-ec619117baffcb5ca0a2335a85ad74090ca9e434.tar.gz gentoo-ec619117baffcb5ca0a2335a85ad74090ca9e434.tar.bz2 gentoo-ec619117baffcb5ca0a2335a85ad74090ca9e434.zip |
app-text/libetonyek: Support --with-mdds=1.5
Closes: https://bugs.gentoo.org/674374
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-text/libetonyek')
-rw-r--r-- | app-text/libetonyek/libetonyek-9999.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app-text/libetonyek/libetonyek-9999.ebuild b/app-text/libetonyek/libetonyek-9999.ebuild index a59ca6e00967..5a2e3527e53a 100644 --- a/app-text/libetonyek/libetonyek-9999.ebuild +++ b/app-text/libetonyek/libetonyek-9999.ebuild @@ -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[@]}" |