Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
LICENSE="CC0-1.0"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ppc64 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris ~x64-solaris"
-IUSE="static native-cflags openmp"
+IUSE="static-libs native-cflags openmp"
DEPEND="
openmp? (
src_configure() {
econf \
- $(use_enable static) \
+ $(use_enable static-libs static) \
$(use_enable native-cflags native) \
$(use_enable openmp)
}
src_install() {
default
- use static || find "${ED}" -name '*.la' -type f -delete || die
+ use static-libs || find "${ED}" -name '*.la' -type f -delete || die
}