diff options
author | Pacho Ramos <pacho@gentoo.org> | 2024-08-09 11:52:24 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2024-08-09 11:53:23 +0200 |
commit | 8aa974e74ecbc064eba2680638ef83d917d2b284 (patch) | |
tree | 08bacd0bccd2f91d1656f6cc97cbf51d7b7017f0 /dev-libs/glib | |
parent | dev-libs/gobject-introspection: unkeyword 1.80.1 for ~s390 (diff) | |
download | gentoo-8aa974e74ecbc064eba2680638ef83d917d2b284.tar.gz gentoo-8aa974e74ecbc064eba2680638ef83d917d2b284.tar.bz2 gentoo-8aa974e74ecbc064eba2680638ef83d917d2b284.zip |
dev-libs/glib: Fix dependencies
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'dev-libs/glib')
-rw-r--r-- | dev-libs/glib/glib-2.80.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/glib/glib-2.80.4.ebuild b/dev-libs/glib/glib-2.80.4.ebuild index 9bc995515b0d..e61ebbcbfe68 100644 --- a/dev-libs/glib/glib-2.80.4.ebuild +++ b/dev-libs/glib/glib-2.80.4.ebuild @@ -33,7 +33,7 @@ RDEPEND=" >=dev-libs/libffi-3.0.13-r1:=[${MULTILIB_USEDEP}] >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] >=virtual/libintl-0-r2[${MULTILIB_USEDEP}] - introspection? ( >=dev-libs/gobject-introspection-1.80.1[${MULTILIB_USEDEP}] ) + introspection? ( >=dev-libs/gobject-introspection-1.80.1 ) kernel_linux? ( >=sys-apps/util-linux-2.23[${MULTILIB_USEDEP}] ) selinux? ( >=sys-libs/libselinux-2.2.2-r5[${MULTILIB_USEDEP}] ) xattr? ( !elibc_glibc? ( >=sys-apps/attr-2.4.47-r1[${MULTILIB_USEDEP}] ) ) |