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 E3043138334 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 66A7DE0BD7; Thu, 12 Sep 2019 20:27:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 D47CBE0BC3 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 DD16734B0E0 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 080557F0 for ; Thu, 12 Sep 2019 20:27:48 +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.138b2170771f9be3f2b8e153f9919dcf71f611e1.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-0.1.9.ebuild X-VCS-Directories: app-text/libetonyek/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 138b2170771f9be3f2b8e153f9919dcf71f611e1 X-VCS-Branch: master Date: Thu, 12 Sep 2019 20:27:48 +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: 1ca4695c-9a0b-4ff9-8684-fa398752f3d3 X-Archives-Hash: 416c0d70839a9386279e632a9b3b0939 commit: 138b2170771f9be3f2b8e153f9919dcf71f611e1 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Sep 12 20:23:15 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=138b2170 app-text/libetonyek: Pin to =dev-util/mdds-1.4* Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner gentoo.org> app-text/libetonyek/libetonyek-0.1.9.ebuild | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/app-text/libetonyek/libetonyek-0.1.9.ebuild b/app-text/libetonyek/libetonyek-0.1.9.ebuild index bd8b3c336f2..e690d146850 100644 --- a/app-text/libetonyek/libetonyek-0.1.9.ebuild +++ b/app-text/libetonyek/libetonyek-0.1.9.ebuild @@ -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*:1= sys-libs/zlib " DEPEND="${RDEPEND} @@ -42,15 +42,11 @@ src_prepare() { src_configure() { local myeconfargs=( --disable-werror + --with-mdds=1.4 $(use_with doc docs) $(use_enable static-libs static) $(use_enable test tests) ) - if has_version ">=dev-util/mdds-1.4"; then - myeconfargs+=( --with-mdds=1.4 ) - else - myeconfargs+=( --with-mdds=1.2 ) - fi econf "${myeconfargs[@]}" }