Skip to content

Commit

Permalink
dev-util/cppunit: drop unused static-libs USE
Browse files Browse the repository at this point in the history
Closes: gentoo#22184
Signed-off-by: Joonas Niilola <[email protected]>
  • Loading branch information
donny-nyc authored and juippis committed Sep 7, 2021
1 parent b5e0808 commit f18016f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dev-util/cppunit/cppunit-1.15.1-r3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~

LICENSE="LGPL-2.1"
SLOT="0/1.15"
IUSE="doc examples static-libs"
IUSE="doc examples"

BDEPEND="
doc? (
Expand All @@ -40,7 +40,6 @@ multilib_src_configure() {
--disable-werror
$(multilib_native_use_enable doc dot)
$(multilib_native_use_enable doc doxygen)
$(use_enable static-libs static)
)
ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
}
Expand Down

0 comments on commit f18016f

Please sign in to comment.