diff options
author | PF4Public <PF4Public@users.noreply.github.com> | 2023-08-08 18:07:28 +0300 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2023-08-08 12:06:41 -0400 |
commit | 2f80dfa1b215b55d889d784b4b4bebb0ed97ada0 (patch) | |
tree | b450e262ac4c60712c3f389e4c79d5d99a8d9c0e /app-arch | |
parent | media-libs/libsvgtiny: use https for HOMEPAGE (diff) | |
download | gentoo-2f80dfa1b215b55d889d784b4b4bebb0ed97ada0.tar.gz gentoo-2f80dfa1b215b55d889d784b4b4bebb0ed97ada0.tar.bz2 gentoo-2f80dfa1b215b55d889d784b4b4bebb0ed97ada0.zip |
app-arch/brotli: update -9999
Signed-off-by: PF4Public <PF4Public@users.noreply.github.com>
Closes: https://github.com/gentoo/gentoo/pull/32223
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/brotli/brotli-9999.ebuild | 7 |
1 files changed, 1 insertions, 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() { |