diff options
Diffstat (limited to 'sys-libs')
17 files changed, 311 insertions, 19 deletions
diff --git a/sys-libs/binutils-libs/binutils-libs-2.45-r1.ebuild b/sys-libs/binutils-libs/binutils-libs-2.45-r1.ebuild index ae95154c5b61..b5c1efa4fec5 100644 --- a/sys-libs/binutils-libs/binutils-libs-2.45-r1.ebuild +++ b/sys-libs/binutils-libs/binutils-libs-2.45-r1.ebuild @@ -38,7 +38,7 @@ else https://dev.gentoo.org/~${PATCH_DEV}/distfiles/${MY_P}.tar.xz https://dev.gentoo.org/~${PATCH_DEV}/distfiles/${MY_PN}-${PATCH_BINUTILS_VER}-patches-${PATCH_VER}.tar.xz" SLOT="0/${PV}" - KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos ~x64-solaris" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris" fi BDEPEND=" diff --git a/sys-libs/libblockdev/Manifest b/sys-libs/libblockdev/Manifest index 759198e5e9eb..f502404cf8f6 100644 --- a/sys-libs/libblockdev/Manifest +++ b/sys-libs/libblockdev/Manifest @@ -1,2 +1,3 @@ DIST libblockdev-2.29.tar.gz 935117 BLAKE2B 774062459602a6f3730ac6e694b3f535daf0258cc5f509ff138bb8c15f44ff46bdc08e32ae1957909b51a191726cf5e9cb418c0317e5178300687947704cf5e0 SHA512 0d9637800b189f3824483010d2ff079da11b15ed0b42c578352a0d3cd9c35dab4e5945a3cc31c17ea6f88637548151fc7cf237ac8e9c98edfc7b7bce1a756e01 DIST libblockdev-3.3.1.tar.gz 1160139 BLAKE2B 4baf4f980df4a71faf085f9e94cd18b0eb64f3f8f0fd68c3bd20b54109709c7cd3aca26cedfa1a8ec9ae4fd44df55a5d4237c3d3fc61a58dbd5288da6f0c0189 SHA512 f9cc15bf19120a8bb77efe82889b15c9435f4c94a1ed677839a1bcfe5bd242719f40221ba2685f4376cc52ec1e8a044f93840cb504fd7574fff1a8dd5e85d477 +DIST libblockdev-3.4.0.tar.gz 1161068 BLAKE2B 330efc4792465b7fd74a6028cd90274b95333c2e3b449e0ed965eb663e59ac2e77e5fcda755a74f7a775fc217a21344440b9d18bed08bd2e6726da93187ea811 SHA512 d722ee1f41b76158b41f57ea4062adaba274c5ffdd88fa40b0b605a8557e68ba095e6a6649b8f6efeff9ad814532b5b19aa541a1688ef4b34ea23078d946c1d3 diff --git a/sys-libs/libblockdev/libblockdev-2.29.ebuild b/sys-libs/libblockdev/libblockdev-2.29.ebuild index eaf3ad156285..720350a5fabd 100644 --- a/sys-libs/libblockdev/libblockdev-2.29.ebuild +++ b/sys-libs/libblockdev/libblockdev-2.29.ebuild @@ -59,7 +59,7 @@ DEPEND=" BDEPEND+=" dev-build/gtk-doc-am gtk-doc? ( dev-util/gtk-doc ) - introspection? ( >=dev-libs/gobject-introspection-1.3.0 ) + introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2 ) test? ( $(python_gen_cond_dep ' dev-libs/libbytesize[python,${PYTHON_USEDEP}] diff --git a/sys-libs/libblockdev/libblockdev-3.3.1.ebuild b/sys-libs/libblockdev/libblockdev-3.3.1.ebuild index 25afdb835c13..404613392b11 100644 --- a/sys-libs/libblockdev/libblockdev-3.3.1.ebuild +++ b/sys-libs/libblockdev/libblockdev-3.3.1.ebuild @@ -68,7 +68,7 @@ DEPEND="${RDEPEND}" BDEPEND+=" dev-build/gtk-doc-am gtk-doc? ( dev-util/gtk-doc ) - introspection? ( >=dev-libs/gobject-introspection-1.3.0 ) + introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2 ) test? ( ${PYTHON_DEPS} $(python_gen_cond_dep ' diff --git a/sys-libs/libblockdev/libblockdev-3.4.0.ebuild b/sys-libs/libblockdev/libblockdev-3.4.0.ebuild new file mode 100644 index 000000000000..cb62b555d5df --- /dev/null +++ b/sys-libs/libblockdev/libblockdev-3.4.0.ebuild @@ -0,0 +1,162 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{11..13} ) +inherit autotools python-single-r1 xdg-utils + +DESCRIPTION="Library for manipulating block devices" +HOMEPAGE="https://github.com/storaged-project/libblockdev" + +if [[ ${PV} == *9999 ]] ; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/storaged-project/libblockdev.git" + BDEPEND=" + dev-build/autoconf-archive + " +else + SRC_URI="https://github.com/storaged-project/${PN}/releases/download/${PV}/${P}.tar.gz" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" +fi + +LICENSE="LGPL-2+" +SLOT="0/3" # subslot is SOVERSION +IUSE="+cryptsetup device-mapper escrow gtk-doc introspection lvm +nvme python smart test +tools" +RESTRICT="!test? ( test )" + +# sys-fs/e2fsprogs: required by --with-fs +# virtual/libudev: required at top-level +RDEPEND=" + >=dev-libs/glib-2.42.2 + >=dev-libs/libbytesize-0.1 + sys-apps/gptfdisk + >=sys-apps/kmod-19 + >=sys-apps/util-linux-2.30 + sys-fs/e2fsprogs:= + virtual/libudev:= + cryptsetup? ( + >=sys-apps/keyutils-1.5.0:= + >=sys-fs/cryptsetup-2.8.0:= + escrow? ( + >=dev-libs/nss-3.18.0 + dev-libs/volume_key + ) + ) + device-mapper? ( sys-fs/lvm2 ) + lvm? ( + dev-libs/libyaml + sys-fs/lvm2 + virtual/udev + ) + nvme? ( >=sys-libs/libnvme-1.3:= ) + python? ( + ${PYTHON_DEPS} + $(python_gen_cond_dep ' + dev-python/pygobject:3[${PYTHON_USEDEP}] + ') + ) + smart? ( + >=dev-libs/json-glib-1.0 + sys-apps/smartmontools + ) + tools? ( + >=sys-block/parted-3.2 + ) +" +DEPEND="${RDEPEND}" +BDEPEND+=" + dev-build/gtk-doc-am + gtk-doc? ( dev-util/gtk-doc ) + introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2 ) + test? ( + ${PYTHON_DEPS} + $(python_gen_cond_dep ' + dev-libs/libbytesize[python,${PYTHON_USEDEP}] + dev-python/dbus-python[${PYTHON_USEDEP}] + dev-python/pyyaml[${PYTHON_USEDEP}] + ') + sys-apps/lsb-release + sys-block/targetcli-fb + ) +" + +REQUIRED_USE=" + python? ( ${PYTHON_REQUIRED_USE} ) + test? ( ${PYTHON_REQUIRED_USE} ) + escrow? ( cryptsetup ) + test? ( introspection lvm ) +" + +PATCHES=( + "${FILESDIR}/${PN}-3.0.4-add-non-systemd-method-for-distro-info.patch" +) + +pkg_setup() { + if use python || use test ; then + python-single-r1_pkg_setup + fi +} + +src_prepare() { + default + + xdg_environment_reset # bug #623992 + + # bug #744289 + find -type f \( -name "Makefile.am" -o -name "configure.ac" \) -print0 \ + | xargs --null sed "s@ -Werror@@" -i || die + + eautoreconf +} + +src_configure() { + local myeconfargs=( + --with-btrfs + --with-fs + --with-part + --without-mpath + --without-nvdimm + # dev-libs/libatasmart is inactive upstream, so we just + # have USE=smart control sys-apps/smartmontools use. + --without-smart + + $(use_enable introspection) + $(use_enable test tests) + $(use_with cryptsetup crypto) + $(use_with device-mapper dm) + $(use_with escrow) + $(use_with gtk-doc) + $(use_with lvm lvm) + $(use_with lvm lvm-dbus) + $(use_with nvme) + $(use_with python python3) + $(use_with smart smartmontools) + $(use_with tools) + ) + + econf "${myeconfargs[@]}" +} + +src_test() { + # See http://storaged.org/libblockdev/ch03.html + # Largest subset which doesn't require root priviledges + "${EPYTHON}" tests/run_tests.py --include-tags extradeps sourceonly || die +} + +src_install() { + default + + find "${ED}" -type f -name "*.la" -delete || die + + # This is installed even with USE=-lvm, but libbd_lvm are omitted so it + # doesn't work at all. + if ! use lvm ; then + rm -f "${ED}"/usr/bin/lvm-cache-stats || die + fi + + # bug #718576 + if use python ; then + python_optimize + fi +} diff --git a/sys-libs/libmodulemd/libmodulemd-2.15.0-r1.ebuild b/sys-libs/libmodulemd/libmodulemd-2.15.0-r1.ebuild index 547c64f68c58..6688166f4cc6 100644 --- a/sys-libs/libmodulemd/libmodulemd-2.15.0-r1.ebuild +++ b/sys-libs/libmodulemd/libmodulemd-2.15.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2023-2024 Gentoo Authors +# Copyright 2023-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -37,7 +37,7 @@ DEPEND=" RDEPEND="${DEPEND}" BDEPEND=" ${PYTHON_DEPS} - dev-libs/gobject-introspection + >=dev-libs/gobject-introspection-1.82.0-r2 dev-util/glib-utils doc? ( dev-libs/glib[gtk-doc(+),doc(+)] diff --git a/sys-libs/libmodulemd/libmodulemd-2.15.2.ebuild b/sys-libs/libmodulemd/libmodulemd-2.15.2.ebuild index ddbe22636926..530c3081635b 100644 --- a/sys-libs/libmodulemd/libmodulemd-2.15.2.ebuild +++ b/sys-libs/libmodulemd/libmodulemd-2.15.2.ebuild @@ -37,7 +37,7 @@ DEPEND=" RDEPEND="${DEPEND}" BDEPEND=" ${PYTHON_DEPS} - dev-libs/gobject-introspection + >=dev-libs/gobject-introspection-1.82.0-r2 dev-util/glib-utils doc? ( dev-libs/glib[gtk-doc(+),doc(+)] diff --git a/sys-libs/libmodulemd/libmodulemd-9999.ebuild b/sys-libs/libmodulemd/libmodulemd-9999.ebuild index 0440b506222c..f814e20b201d 100644 --- a/sys-libs/libmodulemd/libmodulemd-9999.ebuild +++ b/sys-libs/libmodulemd/libmodulemd-9999.ebuild @@ -37,7 +37,7 @@ DEPEND=" RDEPEND="${DEPEND}" BDEPEND=" ${PYTHON_DEPS} - dev-libs/gobject-introspection + >=dev-libs/gobject-introspection-1.82.0-r2 dev-util/glib-utils doc? ( dev-libs/glib[gtk-doc(+),doc(+)] diff --git a/sys-libs/libnbd/Manifest b/sys-libs/libnbd/Manifest index 385a1cde3fb1..d789a31feaaa 100644 --- a/sys-libs/libnbd/Manifest +++ b/sys-libs/libnbd/Manifest @@ -1,3 +1,4 @@ DIST libnbd-1.18.1.tar.gz 1482736 BLAKE2B d3f0b2993fa1392df93b0bbc5d63805489ad1a82cf5bcc5eb5c3b5b7e7e6c40095471ab8fc964cc0e5c7a99affa7150f7be38cc16c42f27fc4cdc16bd0ca0359 SHA512 f4262666be55d580550e053355f14f80d352bf869ae7241e9fa032a9b5cd9e027eb89a536871c1206422413fc7ed745da7d612b3e1413f76ec17168705fbf12c -DIST libnbd-1.22.2.tar.gz 1567641 BLAKE2B 4758cdb2e85f4b82abf95502ab3a7d687df34ff89e74e69066e2f396218004d5e856a24114558b9cf1d843fc47d0f3499657e749e1837d357080eda63793c1e7 SHA512 5ece4cdc41cafefbe27ddaeafc2b6b390b0cf25f38f80c1b10ec2e17ee1dcda92964891faf4abca4c8aa5827c9eec6e0b38162871e8c72b2af8e769287cd603d +DIST libnbd-1.22.5.tar.gz 1574844 BLAKE2B ab3bdea1774c9aadd2613ac56ada0d8797c75186ec0f84980231f0ad4bf3f71cf4a0f909f160b33b8719c3eee993cf6e7151dddb6a427eeedfa0e605f5e93804 SHA512 5440f1755a4724265336d59af37aaba9e8426821689d045ce307316772ceb3e8d7840838b2a2f378db014e6927f4627fc3f33a58b24519e515af6474d0669bf2 DIST libnbd-1.23.4.tar.gz 1578765 BLAKE2B 5760ef9270c37a3ec8391183951612ea30becd79df6e4fd33719eadf95c823080770f291abe23c02482bfacee7f4f7097baf343c2bbc6ae797a5eb29cb30f51b SHA512 870615431885f6755808a33d287be57ec4b019199daf40a0643d5c6fe4d00d04424a82c55324106f07c96b4004896121654ab545a7c9e05c64728c2fa853f5d4 +DIST libnbd-1.23.9.tar.gz 1594098 BLAKE2B af1448d4e071600d3c2e74b77131c00f79a30ac279be2782dc94da91bab16cdd47657cf53522d1ffb022075a0da0b54fd19a4ec86a44e87bfc73fffd0d2a5b1b SHA512 0ff4fa3aea2e841fe22990055e073afa7262781d764c05830a14cec64142d5c859411d6cf593f95c12a0a47eb38b1cd6f4bf969af0e229ccc6dc7b44641ede49 diff --git a/sys-libs/libnbd/libnbd-1.22.2.ebuild b/sys-libs/libnbd/libnbd-1.22.5-r1.ebuild index 645dd03f5c77..5db7f1b18f2b 100644 --- a/sys-libs/libnbd/libnbd-1.22.2.ebuild +++ b/sys-libs/libnbd/libnbd-1.22.5-r1.ebuild @@ -3,9 +3,9 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{10..14} ) -inherit autotools bash-completion-r1 python-single-r1 +inherit autotools bash-completion-r1 dot-a python-single-r1 MY_PV_1="$(ver_cut 1-2)" MY_PV_2="$(ver_cut 2)" @@ -25,7 +25,7 @@ RESTRICT="!test? ( test )" # libxml2 - URI support RDEPEND=" - dev-libs/libxml2 + dev-libs/libxml2:= examples? ( dev-libs/glib dev-libs/libev ) fuse? ( sys-fs/fuse:3 ) @@ -36,6 +36,7 @@ RDEPEND=" " DEPEND=" ${RDEPEND} + ocaml? ( dev-ml/findlib ) test? ( sys-block/nbdkit[gnutls?] net-libs/gnutls:=[tools] ocaml? ( dev-ml/findlib[ocamlopt] ) @@ -46,7 +47,7 @@ BDEPEND="dev-lang/perl" PATCHES=( "${FILESDIR}/${PN}-1.22.2-build-Remove-automagic-compiling-of-examples.patch" "${FILESDIR}/${PN}-1.22.2-Makefile.am-Conditionally-compile-some-SUBDIRS.patch" - ) +) pkg_setup() { if use python; then @@ -57,6 +58,17 @@ pkg_setup() { src_prepare() { default + # Some tests require impossible to provide features, such as fuse. + # These are marked by requires_... in the functions.sh shell + # library. Rather than listing these tests, let's list out the + # impossible to support features and make them skip. + cat <<-EOF >> tests/functions.sh.in || die + requires_fuse () + { + requires false + } + EOF + # Broken under sandbox. cat <<-EOF > lib/test-fork-safe-execvpe.sh || die #!/bin/sh @@ -67,6 +79,10 @@ src_prepare() { } src_configure() { + # /usr/lib64/ocaml/nbd/libmlnbd.a + # /usr/lib64/ocaml/stublibs/dllmlnbd.so + use ocaml && lto-guarantee-fat + local myeconfargs=( $(use_enable examples) $(use_enable fuse) @@ -87,6 +103,8 @@ src_configure() { src_install() { default + use ocaml && strip-lto-bytecode + find "${ED}" -name '*.la' -delete || die use python && python_optimize } diff --git a/sys-libs/libnbd/libnbd-1.23.4-r1.ebuild b/sys-libs/libnbd/libnbd-1.23.4-r2.ebuild index ff15dfb96f02..8926b581fc34 100644 --- a/sys-libs/libnbd/libnbd-1.23.4-r1.ebuild +++ b/sys-libs/libnbd/libnbd-1.23.4-r2.ebuild @@ -25,7 +25,7 @@ RESTRICT="!test? ( test )" # libxml2 - URI support RDEPEND=" - dev-libs/libxml2 + dev-libs/libxml2:= examples? ( dev-libs/glib dev-libs/libev ) fuse? ( sys-fs/fuse:3 ) diff --git a/sys-libs/libnbd/libnbd-1.23.9-r1.ebuild b/sys-libs/libnbd/libnbd-1.23.9-r1.ebuild new file mode 100644 index 000000000000..5db7f1b18f2b --- /dev/null +++ b/sys-libs/libnbd/libnbd-1.23.9-r1.ebuild @@ -0,0 +1,110 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{10..14} ) + +inherit autotools bash-completion-r1 dot-a python-single-r1 + +MY_PV_1="$(ver_cut 1-2)" +MY_PV_2="$(ver_cut 2)" +[[ $(( ${MY_PV_2} % 2 )) -eq 0 ]] && SD="stable" || SD="development" + +DESCRIPTION="NBD client library in userspace" +HOMEPAGE="https://gitlab.com/nbdkit/libnbd" +SRC_URI="https://download.libguestfs.org/libnbd/${MY_PV_1}-${SD}/${P}.tar.gz" + +LICENSE="LGPL-2.1+" +SLOT="0" +KEYWORDS="~amd64 ~ppc64 ~sparc ~x86" +IUSE="examples fuse gnutls go ocaml python test" + +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" +RESTRICT="!test? ( test )" + +# libxml2 - URI support +RDEPEND=" + dev-libs/libxml2:= + examples? ( dev-libs/glib + dev-libs/libev ) + fuse? ( sys-fs/fuse:3 ) + gnutls? ( net-libs/gnutls:= ) + go? ( dev-lang/go ) + ocaml? ( >=dev-lang/ocaml-4.03:=[ocamlopt] ) + python? ( ${PYTHON_DEPS} ) +" +DEPEND=" + ${RDEPEND} + ocaml? ( dev-ml/findlib ) + test? ( sys-block/nbdkit[gnutls?] + net-libs/gnutls:=[tools] + ocaml? ( dev-ml/findlib[ocamlopt] ) +) +" +BDEPEND="dev-lang/perl" + +PATCHES=( + "${FILESDIR}/${PN}-1.22.2-build-Remove-automagic-compiling-of-examples.patch" + "${FILESDIR}/${PN}-1.22.2-Makefile.am-Conditionally-compile-some-SUBDIRS.patch" +) + +pkg_setup() { + if use python; then + python_setup + fi +} + +src_prepare() { + default + + # Some tests require impossible to provide features, such as fuse. + # These are marked by requires_... in the functions.sh shell + # library. Rather than listing these tests, let's list out the + # impossible to support features and make them skip. + cat <<-EOF >> tests/functions.sh.in || die + requires_fuse () + { + requires false + } + EOF + + # Broken under sandbox. + cat <<-EOF > lib/test-fork-safe-execvpe.sh || die + #!/bin/sh + : + EOF + + eautoreconf +} + +src_configure() { + # /usr/lib64/ocaml/nbd/libmlnbd.a + # /usr/lib64/ocaml/stublibs/dllmlnbd.so + use ocaml && lto-guarantee-fat + + local myeconfargs=( + $(use_enable examples) + $(use_enable fuse) + $(use_enable go golang) + $(use_enable ocaml) + $(use_enable python) + $(use_with gnutls) + --disable-rust + --disable-ublk # Not in portage + --with-libxml2 + ) + + export bashcompdir="$(get_bashcompdir)" + + econf "${myeconfargs[@]}" +} + +src_install() { + default + + use ocaml && strip-lto-bytecode + + find "${ED}" -name '*.la' -delete || die + use python && python_optimize +} diff --git a/sys-libs/libosinfo/libosinfo-1.11.0-r1.ebuild b/sys-libs/libosinfo/libosinfo-1.11.0-r1.ebuild index 495c9ef9eaba..116553064f1c 100644 --- a/sys-libs/libosinfo/libosinfo-1.11.0-r1.ebuild +++ b/sys-libs/libosinfo/libosinfo-1.11.0-r1.ebuild @@ -27,7 +27,7 @@ RDEPEND=" sys-apps/hwdata sys-apps/osinfo-db-tools sys-apps/osinfo-db - introspection? ( >=dev-libs/gobject-introspection-1.56:= ) + introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2:= ) " DEPEND="${RDEPEND}" # perl dep is for pod2man for automagic manpage building diff --git a/sys-libs/libosinfo/libosinfo-1.12.0-r1.ebuild b/sys-libs/libosinfo/libosinfo-1.12.0-r1.ebuild index 7bd08eaaf730..81a359c691b1 100644 --- a/sys-libs/libosinfo/libosinfo-1.12.0-r1.ebuild +++ b/sys-libs/libosinfo/libosinfo-1.12.0-r1.ebuild @@ -26,7 +26,7 @@ RDEPEND=" sys-apps/hwdata sys-apps/osinfo-db-tools sys-apps/osinfo-db - introspection? ( >=dev-libs/gobject-introspection-1.56:= ) + introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2:= ) " DEPEND="${RDEPEND}" # perl dep is for pod2man for automagic manpage building diff --git a/sys-libs/snapd-glib/snapd-glib-1.65-r102.ebuild b/sys-libs/snapd-glib/snapd-glib-1.65-r102.ebuild index 5e20f675c914..9a6966469bce 100644 --- a/sys-libs/snapd-glib/snapd-glib-1.65-r102.ebuild +++ b/sys-libs/snapd-glib/snapd-glib-1.65-r102.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2024 Gentoo Authors +# Copyright 2019-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -31,7 +31,7 @@ DEPEND=" dev-util/glib-utils net-libs/libsoup:3.0 doc? ( dev-util/gtk-doc ) - introspection? ( dev-libs/gobject-introspection ) + introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2 ) qml? ( qt6? ( dev-qt/qtdeclarative:6 ) ) diff --git a/sys-libs/snapd-glib/snapd-glib-1.67-r1.ebuild b/sys-libs/snapd-glib/snapd-glib-1.67-r1.ebuild index dd63c2b1ce29..95b65f24091d 100644 --- a/sys-libs/snapd-glib/snapd-glib-1.67-r1.ebuild +++ b/sys-libs/snapd-glib/snapd-glib-1.67-r1.ebuild @@ -35,7 +35,7 @@ DEPEND=" dev-util/gi-docgen dev-util/gtk-doc ) - introspection? ( dev-libs/gobject-introspection ) + introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2 ) qml? ( qt6? ( dev-qt/qtdeclarative:6 ) ) diff --git a/sys-libs/snapd-glib/snapd-glib-1.70.ebuild b/sys-libs/snapd-glib/snapd-glib-1.70.ebuild index 74bc914db417..fd5014c3c820 100644 --- a/sys-libs/snapd-glib/snapd-glib-1.70.ebuild +++ b/sys-libs/snapd-glib/snapd-glib-1.70.ebuild @@ -35,7 +35,7 @@ DEPEND=" dev-util/gi-docgen dev-util/gtk-doc ) - introspection? ( dev-libs/gobject-introspection ) + introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2 ) qml? ( qt6? ( dev-qt/qtdeclarative:6 ) ) |
