commit: 05e884516faad612fa7a11f04c553d6469ec2db1 Author: Jeffrey Lin <jeffrey <AT> icurse <DOT> nl> AuthorDate: Sat Aug 22 21:32:25 2020 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Wed Sep 16 08:04:11 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05e88451
dev-libs/stp: declare boost as dependency Also remove static flag as that requires (boost and) minisat with static-libs, which isn't packaged. Closes: https://bugs.gentoo.org/699630 Package-Manager: Portage-3.0.4, Repoman-3.0.0 Signed-off-by: Jeffrey Lin <jeffrey <AT> icurse.nl> Closes: https://github.com/gentoo/gentoo/pull/17218 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> dev-libs/stp/stp-2.3.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/stp/stp-2.3.3.ebuild b/dev-libs/stp/stp-2.3.3.ebuild index 69e3d1b92d7..c88151911ba 100644 --- a/dev-libs/stp/stp-2.3.3.ebuild +++ b/dev-libs/stp/stp-2.3.3.ebuild @@ -11,10 +11,11 @@ SRC_URI="https://github.com/stp/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2+ MIT" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="python static test" +IUSE="python test" RESTRICT="!test? ( test )" DEPEND=" + dev-libs/boost:= sci-mathematics/minisat " RDEPEND="${DEPEND}" @@ -31,7 +32,6 @@ src_configure() { -DENABLE_ASSERTIONS="$(usex test)" -DENABLE_TESTING="$(usex test)" -DENABLE_PYTHON_INTERFACE="$(usex python)" - -DSTATICCOMPILE="$(usex static)" ) cmake_src_configure }