diff options
author | Joonas Niilola <juippis@gentoo.org> | 2021-05-10 09:53:17 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-05-10 09:54:02 +0300 |
commit | e38959008833374874973479268b684eb31c8ee7 (patch) | |
tree | 553dc497a5e5697b43dcccd3109dcb469fbec5be /dev-libs/fstrm | |
parent | dev-libs/fstrm: Version updated to 0.6.1. (diff) | |
download | gentoo-e38959008833374874973479268b684eb31c8ee7.tar.gz gentoo-e38959008833374874973479268b684eb31c8ee7.tar.bz2 gentoo-e38959008833374874973479268b684eb31c8ee7.zip |
dev-libs/fstrm: disable static-libs on 0.6.1
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-libs/fstrm')
-rw-r--r-- | dev-libs/fstrm/fstrm-0.6.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/fstrm/fstrm-0.6.1.ebuild b/dev-libs/fstrm/fstrm-0.6.1.ebuild index ca1e8ecd295b..cc4ed85f22b2 100644 --- a/dev-libs/fstrm/fstrm-0.6.1.ebuild +++ b/dev-libs/fstrm/fstrm-0.6.1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/farsightsec/fstrm/archive/v${PV}.tar.gz -> ${P}.tar. LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" -IUSE="static-libs utils" +IUSE="utils" BDEPEND="virtual/pkgconfig" RDEPEND="utils? ( dev-libs/libevent:=[${MULTILIB_USEDEP}] )" @@ -26,7 +26,7 @@ src_prepare() { multilib_src_configure() { econf \ - $(use_enable static-libs static) \ + --disable-static \ $(use_enable utils programs) } |