From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1544268-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9D7A415800A for <garchives@archives.gentoo.org>; Tue, 8 Aug 2023 16:06:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA1052BC015; Tue, 8 Aug 2023 16:06:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A73C72BC015 for <gentoo-commits@lists.gentoo.org>; Tue, 8 Aug 2023 16:06:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 90073335CF4 for <gentoo-commits@lists.gentoo.org>; Tue, 8 Aug 2023 16:06:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C87AEF1F for <gentoo-commits@lists.gentoo.org>; Tue, 8 Aug 2023 16:06:44 +0000 (UTC) From: "Craig Andrews" <candrews@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Craig Andrews" <candrews@gentoo.org> Message-ID: <1691510801.2f80dfa1b215b55d889d784b4b4bebb0ed97ada0.candrews@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/brotli/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/brotli/brotli-9999.ebuild X-VCS-Directories: app-arch/brotli/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: 2f80dfa1b215b55d889d784b4b4bebb0ed97ada0 X-VCS-Branch: master Date: Tue, 8 Aug 2023 16:06:44 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d1bb31f8-6236-4db1-becd-dc560c20021b X-Archives-Hash: 8bf1c8f9b276c1b615353140f212fa01 commit: 2f80dfa1b215b55d889d784b4b4bebb0ed97ada0 Author: PF4Public <PF4Public <AT> users <DOT> noreply <DOT> github <DOT> com> AuthorDate: Tue Aug 8 15:07:28 2023 +0000 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org> CommitDate: Tue Aug 8 16:06:41 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f80dfa1 app-arch/brotli: update -9999 Signed-off-by: PF4Public <PF4Public <AT> users.noreply.github.com> Closes: https://github.com/gentoo/gentoo/pull/32223 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org> app-arch/brotli/brotli-9999.ebuild | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/app-arch/brotli/brotli-9999.ebuild b/app-arch/brotli/brotli-9999.ebuild index b50ed0890702..c68641aaa66c 100644 --- a/app-arch/brotli/brotli-9999.ebuild +++ b/app-arch/brotli/brotli-9999.ebuild @@ -29,7 +29,7 @@ HOMEPAGE="https://github.com/google/brotli/" LICENSE="MIT python? ( Apache-2.0 )" SLOT="0/$(ver_cut 1)" -IUSE="python static-libs test" +IUSE="python test" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RESTRICT="!test? ( test )" @@ -52,8 +52,6 @@ BDEPEND=" DOCS=( README.md CONTRIBUTING.md ) -PATCHES=( "${FILESDIR}/${PV}-linker.patch" ) - src_prepare() { cmake_src_prepare use python && distutils-r1_src_prepare @@ -89,9 +87,6 @@ src_test() { multilib_src_install() { cmake_src_install - if ! use static-libs; then - rm "${ED}"/usr/$(get_libdir)/*.a || die - fi } multilib_src_install_all() {