diff options
author | François Bissey <frp.bissey@gmail.com> | 2022-07-30 23:09:34 +1200 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2022-08-03 16:21:57 -0400 |
commit | b699fea674a8c930572336412d6be74c4e34b8bc (patch) | |
tree | 1a682ab04edbd893668555a1e7d80013c2110d8a /sci-libs/brial | |
parent | sci-libs/brial: upstream bump (diff) | |
download | gentoo-b699fea674a8c930572336412d6be74c4e34b8bc.tar.gz gentoo-b699fea674a8c930572336412d6be74c4e34b8bc.tar.bz2 gentoo-b699fea674a8c930572336412d6be74c4e34b8bc.zip |
sci-libs/brial: Migrate to ESYSROOT, drop static libs.
Closes: https://github.com/gentoo/gentoo/pull/26667
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: François René Pierre Bissey <frp.bissey@gmail.com>
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'sci-libs/brial')
-rw-r--r-- | sci-libs/brial/brial-1.2.11.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sci-libs/brial/brial-1.2.11.ebuild b/sci-libs/brial/brial-1.2.11.ebuild index b744da836a67..aa41242e9a0b 100644 --- a/sci-libs/brial/brial-1.2.11.ebuild +++ b/sci-libs/brial/brial-1.2.11.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/BRiAl/BRiAl/releases/download/${PV}/${P}.tar.bz2" LICENSE="BSD GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos" -IUSE="png static-libs" +IUSE="png" BDEPEND="virtual/pkgconfig" DEPEND="dev-libs/boost @@ -26,9 +26,8 @@ src_configure() { # with-boost-libdir added to deal with some rather quirky setups # see https://github.com/cschwan/sage-on-gentoo/issues/551 econf \ - --with-boost="${EPREFIX}"/usr \ - --with-boost-libdir="${EPREFIX}"/usr/$(get_libdir) \ - $(use_enable static-libs static) + --with-boost="${ESYSROOT}"/usr \ + --with-boost-libdir="${ESYSROOT}"/usr/$(get_libdir) } src_install() { |