diff options
author | Joonas Niilola <juippis@gentoo.org> | 2021-06-11 09:35:40 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-06-11 09:36:08 +0300 |
commit | d6fc25df6d6dbd01ac72e529057126730af4942f (patch) | |
tree | d760cb653e310b744085692024e83bdcab43f5e0 /dev-libs/nanomsg | |
parent | dev-python/spyder-kernels: Bump to 2.0.4 (diff) | |
download | gentoo-d6fc25df6d6dbd01ac72e529057126730af4942f.tar.gz gentoo-d6fc25df6d6dbd01ac72e529057126730af4942f.tar.bz2 gentoo-d6fc25df6d6dbd01ac72e529057126730af4942f.zip |
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@gentoo.org>
Diffstat (limited to 'dev-libs/nanomsg')
-rw-r--r-- | dev-libs/nanomsg/nanomsg-1.1.5.ebuild | 5 |
1 files 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 3e3c57ae2659..34a834332b3b 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+=( |