Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/avogadrolibs/
Date: Tue, 01 Mar 2022 12:29:58
Message-Id: 1646137788.e1ae4126225775258f6cf5334a286763bf7e1469.soap@gentoo
1 commit: e1ae4126225775258f6cf5334a286763bf7e1469
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 1 12:29:48 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 1 12:29:48 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1ae4126
7
8 sci-libs/avogadrolibs: remove USE=static-plugins
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 sci-libs/avogadrolibs/avogadrolibs-1.95.1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sci-libs/avogadrolibs/avogadrolibs-1.95.1.ebuild b/sci-libs/avogadrolibs/avogadrolibs-1.95.1.ebuild
16 index f396fb04e2d9..afbd3b62a290 100644
17 --- a/sci-libs/avogadrolibs/avogadrolibs-1.95.1.ebuild
18 +++ b/sci-libs/avogadrolibs/avogadrolibs-1.95.1.ebuild
19 @@ -16,7 +16,7 @@ SRC_URI="
20 LICENSE="BSD GPL-2+"
21 SLOT="0"
22 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
23 -IUSE="archive doc hdf5 qt5 static-plugins test vtk"
24 +IUSE="archive doc hdf5 qt5 test vtk"
25 RESTRICT="!test? ( test )"
26 REQUIRED_USE="vtk? ( qt5 )"
27
28 @@ -63,7 +63,7 @@ src_unpack() {
29 src_configure() {
30 local mycmakeargs=(
31 -DBUILD_GPL_PLUGINS=ON
32 - -DBUILD_STATIC_PLUGINS=$(usex static-plugins)
33 + -DBUILD_STATIC_PLUGINS=ON
34 -DUSE_LIBARCHIVE=$(usex archive)
35 -DBUILD_DOCUMENTATION=$(usex doc)
36 -DUSE_HDF5=$(usex hdf5)