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 BFB5D138359 for ; Sat, 31 Oct 2020 11:05:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 031E9E0824; Sat, 31 Oct 2020 11:05:18 +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 E2615E0824 for ; Sat, 31 Oct 2020 11:05:17 +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 5FB5F340ADB for ; Sat, 31 Oct 2020 11:05:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D0BD0373 for ; Sat, 31 Oct 2020 11:05:14 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1604142289.1f2f1dc0733e12b9e23d8e382cc938d1c7c8f07f.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libcdr/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libcdr/libcdr-0.1.6.ebuild media-libs/libcdr/libcdr-9999.ebuild X-VCS-Directories: media-libs/libcdr/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 1f2f1dc0733e12b9e23d8e382cc938d1c7c8f07f X-VCS-Branch: master Date: Sat, 31 Oct 2020 11:05:14 +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: 479d313e-f4fb-4b22-b6f9-e744845e67e2 X-Archives-Hash: 0eadb6e38e95d02bbee34773c5218654 commit: 1f2f1dc0733e12b9e23d8e382cc938d1c7c8f07f Author: David Seifert gentoo org> AuthorDate: Sat Oct 31 11:04:49 2020 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Oct 31 11:04:49 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f2f1dc0 media-libs/libcdr: Remove USE="static-libs" Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: David Seifert gentoo.org> media-libs/libcdr/libcdr-0.1.6.ebuild | 4 ++-- media-libs/libcdr/libcdr-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/media-libs/libcdr/libcdr-0.1.6.ebuild b/media-libs/libcdr/libcdr-0.1.6.ebuild index 42908656ba4..1e277da8ed1 100644 --- a/media-libs/libcdr/libcdr-0.1.6.ebuild +++ b/media-libs/libcdr/libcdr-0.1.6.ebuild @@ -16,7 +16,7 @@ HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libcdr" LICENSE="MPL-2.0" SLOT="0" -IUSE="doc static-libs test" +IUSE="doc test" RESTRICT="!test? ( test )" @@ -46,8 +46,8 @@ src_prepare() { src_configure() { local myeconfargs=( + --disable-static $(use_with doc docs) - $(use_enable static-libs static) $(use_enable test tests) ) econf "${myeconfargs[@]}" diff --git a/media-libs/libcdr/libcdr-9999.ebuild b/media-libs/libcdr/libcdr-9999.ebuild index 3397e4658eb..2cb99bbeb29 100644 --- a/media-libs/libcdr/libcdr-9999.ebuild +++ b/media-libs/libcdr/libcdr-9999.ebuild @@ -16,7 +16,7 @@ HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libcdr" LICENSE="MPL-2.0" SLOT="0" -IUSE="doc static-libs test" +IUSE="doc test" RESTRICT="!test? ( test )" @@ -44,8 +44,8 @@ src_prepare() { src_configure() { local myeconfargs=( + --disable-static $(use_with doc docs) - $(use_enable static-libs static) $(use_enable test tests) ) econf "${myeconfargs[@]}"