From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 93A9C138335 for ; Thu, 12 Sep 2019 20:27:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29EABE0BA1; Thu, 12 Sep 2019 20:27:54 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B135CE0BA1 for ; Thu, 12 Sep 2019 20:27:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 849A734B0D9 for ; Thu, 12 Sep 2019 20:27:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E8C987EF for ; Thu, 12 Sep 2019 20:27:47 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1568320053.ec619117baffcb5ca0a2335a85ad74090ca9e434.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libetonyek/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/libetonyek/libetonyek-9999.ebuild X-VCS-Directories: app-text/libetonyek/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: ec619117baffcb5ca0a2335a85ad74090ca9e434 X-VCS-Branch: master Date: Thu, 12 Sep 2019 20:27:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5562cef3-5e22-427c-bc5d-6c5eb8b214d8 X-Archives-Hash: ef5832e38bce616034b2d7b34eeb63a5 commit: ec619117baffcb5ca0a2335a85ad74090ca9e434 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Sep 12 20:21:53 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Sep 12 20:27:33 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec619117 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 gentoo.org> app-text/libetonyek/libetonyek-9999.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app-text/libetonyek/libetonyek-9999.ebuild b/app-text/libetonyek/libetonyek-9999.ebuild index a59ca6e0096..5a2e3527e53 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[@]}"