commit: d6fc25df6d6dbd01ac72e529057126730af4942f Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Fri Jun 11 06:35:40 2021 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Fri Jun 11 06:36:08 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6fc25df
dev-libs/nanomsg: drop static-libs - none of the rdeps of this lib require it, and they are broken if it's enabled. Closes: https://bugs.gentoo.org/795228 Closes: https://github.com/gentoo/gentoo/pull/21187 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> dev-libs/nanomsg/nanomsg-1.1.5.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-libs/nanomsg/nanomsg-1.1.5.ebuild b/dev-libs/nanomsg/nanomsg-1.1.5.ebuild index 3e3c57ae265..34a834332b3 100644 --- a/dev-libs/nanomsg/nanomsg-1.1.5.ebuild +++ b/dev-libs/nanomsg/nanomsg-1.1.5.ebuild @@ -13,14 +13,13 @@ SRC_URI="https://github.com/nanomsg/nanomsg/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0/5.0.0" KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~x86" -IUSE="doc static-libs" +IUSE="doc" DEPEND="doc? ( dev-ruby/asciidoctor )" -RDEPEND="" multilib_src_configure() { local mycmakeargs=( - -DNN_STATIC_LIB=$(usex static-libs ON OFF) + -DNN_STATIC_LIB=OFF ) if multilib_is_native_abi; then mycmakeargs+=(
