Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/nanomsg/
Date: Fri, 11 Jun 2021 06:36:19
Message-Id: 1623393368.d6fc25df6d6dbd01ac72e529057126730af4942f.juippis@gentoo
1 commit: d6fc25df6d6dbd01ac72e529057126730af4942f
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 11 06:35:40 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 11 06:36:08 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6fc25df
7
8 dev-libs/nanomsg: drop static-libs
9
10 - none of the rdeps of this lib require it, and they are broken if it's
11 enabled.
12
13 Closes: https://bugs.gentoo.org/795228
14 Closes: https://github.com/gentoo/gentoo/pull/21187
15 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
16
17 dev-libs/nanomsg/nanomsg-1.1.5.ebuild | 5 ++---
18 1 file changed, 2 insertions(+), 3 deletions(-)
19
20 diff --git a/dev-libs/nanomsg/nanomsg-1.1.5.ebuild b/dev-libs/nanomsg/nanomsg-1.1.5.ebuild
21 index 3e3c57ae265..34a834332b3 100644
22 --- a/dev-libs/nanomsg/nanomsg-1.1.5.ebuild
23 +++ b/dev-libs/nanomsg/nanomsg-1.1.5.ebuild
24 @@ -13,14 +13,13 @@ SRC_URI="https://github.com/nanomsg/nanomsg/archive/${PV}.tar.gz -> ${P}.tar.gz"
25 LICENSE="MIT"
26 SLOT="0/5.0.0"
27 KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~x86"
28 -IUSE="doc static-libs"
29 +IUSE="doc"
30
31 DEPEND="doc? ( dev-ruby/asciidoctor )"
32 -RDEPEND=""
33
34 multilib_src_configure() {
35 local mycmakeargs=(
36 - -DNN_STATIC_LIB=$(usex static-libs ON OFF)
37 + -DNN_STATIC_LIB=OFF
38 )
39 if multilib_is_native_abi; then
40 mycmakeargs+=(