commit: e1ae4126225775258f6cf5334a286763bf7e1469
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 1 12:29:48 2022 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Mar 1 12:29:48 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1ae4126
sci-libs/avogadrolibs: remove USE=static-plugins
Signed-off-by: David Seifert <soap <AT> gentoo.org>
sci-libs/avogadrolibs/avogadrolibs-1.95.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-libs/avogadrolibs/avogadrolibs-1.95.1.ebuild
b/sci-libs/avogadrolibs/avogadrolibs-1.95.1.ebuild
index f396fb04e2d9..afbd3b62a290 100644
--- a/sci-libs/avogadrolibs/avogadrolibs-1.95.1.ebuild
+++ b/sci-libs/avogadrolibs/avogadrolibs-1.95.1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
LICENSE="BSD GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="archive doc hdf5 qt5 static-plugins test vtk"
+IUSE="archive doc hdf5 qt5 test vtk"
RESTRICT="!test? ( test )"
REQUIRED_USE="vtk? ( qt5 )"
@@ -63,7 +63,7 @@ src_unpack() {
src_configure() {
local mycmakeargs=(
-DBUILD_GPL_PLUGINS=ON
- -DBUILD_STATIC_PLUGINS=$(usex static-plugins)
+ -DBUILD_STATIC_PLUGINS=ON
-DUSE_LIBARCHIVE=$(usex archive)
-DBUILD_DOCUMENTATION=$(usex doc)
-DUSE_HDF5=$(usex hdf5)