[PATCH 63/94] sys-block/parted: add USE=static-libs, for Hurd
Sam James <[email protected]>
| Newsgroups | gmane.linux.gentoo.devel |
|---|---|
| Message-ID | <8fda342117ff603289a8a698e23cb8a08f0d8336.1774994347.git.sam@gentoo.org> |
Hurd needs to be able to build some static helpers for startup. Signed-off-by: Sam James <[email protected]> --- sys-block/parted/parted-3.6-r2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-block/parted/parted-3.6-r2.ebuild b/sys-block/parted/parted-3.6-r2.ebuild index dd6827691fee1..395708d73b2a9 100644 --- a/sys-block/parted/parted-3.6-r2.ebuild +++ b/sys-block/parted/parted-3.6-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -17,7 +17,7 @@ SRC_URI=" LICENSE="GPL-3+" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" -IUSE="+debug device-mapper nls readline" +IUSE="+debug device-mapper nls readline static-libs" # util-linux for libuuid RDEPEND=" @@ -75,9 +75,9 @@ src_configure() { $(use_enable debug) $(use_enable device-mapper) $(use_enable nls) + $(use_enable static-libs static) $(use_with readline) --disable-rpath - --disable-static ) econf "${myconf[@]}" } -- 2.53.0