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 0703C138359 for ; Tue, 24 Nov 2020 02:08:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3844FE07F1; Tue, 24 Nov 2020 02:08:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 1D0D6E07F1 for ; Tue, 24 Nov 2020 02:08:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 0B241340F42 for ; Tue, 24 Nov 2020 02:08:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B0A61464 for ; Tue, 24 Nov 2020 02:08:11 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1606183687.ffb9845bf9a6f4d3bafd8d2e72a591cc918c0943.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/bcg729/bcg729-1.1.1.ebuild X-VCS-Directories: media-libs/bcg729/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ffb9845bf9a6f4d3bafd8d2e72a591cc918c0943 X-VCS-Branch: master Date: Tue, 24 Nov 2020 02:08:11 +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: 283c7fec-4c3a-4f0e-8cd0-5439e1871b98 X-Archives-Hash: 4b313325d080e3659d685482c37456d7 commit: ffb9845bf9a6f4d3bafd8d2e72a591cc918c0943 Author: Sam James gentoo org> AuthorDate: Tue Nov 24 02:08:02 2020 +0000 Commit: Sam James gentoo org> CommitDate: Tue Nov 24 02:08:07 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffb9845b media-libs/bcg729: disable static-libs They default to on! Closes: https://bugs.gentoo.org/756274 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> media-libs/bcg729/bcg729-1.1.1.ebuild | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/media-libs/bcg729/bcg729-1.1.1.ebuild b/media-libs/bcg729/bcg729-1.1.1.ebuild index ed8001bbde0..4ff2047c3db 100644 --- a/media-libs/bcg729/bcg729-1.1.1.ebuild +++ b/media-libs/bcg729/bcg729-1.1.1.ebuild @@ -17,6 +17,13 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" RDEPEND="!media-plugins/mediastreamer-bcg729" +src_configure() { + local mycmakeargs=( + -DENABLE_STATIC=no + ) + cmake_src_configure +} + src_install() { cmake_src_install find "${ED}" -name '*.la' -delete || die