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() {

Reply via email to