diff options
author | Sam James <sam@gentoo.org> | 2021-06-13 18:44:41 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-13 20:24:07 +0000 |
commit | 4cd51f7ca1e0767a056b637b32b5253bb80d5b34 (patch) | |
tree | fe57f7dab985af2222597dfb723ab4e3e8290b9f /dev-libs/glib | |
parent | dev-libs/gjs: revbump for newer sysprof-capture dependency (diff) | |
download | gentoo-4cd51f7ca1e0767a056b637b32b5253bb80d5b34.tar.gz gentoo-4cd51f7ca1e0767a056b637b32b5253bb80d5b34.tar.bz2 gentoo-4cd51f7ca1e0767a056b637b32b5253bb80d5b34.zip |
dev-libs/glib: revbump for newer sysprof-capture dependency
<sysprof 3.40.1 broke ABI (added various symbols) which was fixed in 3.40.1,
so upgrading to this newer version broke consumers. We force a rebuild of them
against the newer sysprof to resolve build failures.
Bug: https://bugs.gentoo.org/795507
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/glib')
-rw-r--r-- | dev-libs/glib/glib-2.68.2-r1.ebuild (renamed from dev-libs/glib/glib-2.68.2.ebuild) | 2 | ||||
-rw-r--r-- | dev-libs/glib/glib-2.68.3-r1.ebuild (renamed from dev-libs/glib/glib-2.68.3.ebuild) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/glib/glib-2.68.2.ebuild b/dev-libs/glib/glib-2.68.2-r1.ebuild index 65a18a048208..aa1479e53d82 100644 --- a/dev-libs/glib/glib-2.68.2.ebuild +++ b/dev-libs/glib/glib-2.68.2-r1.ebuild @@ -38,7 +38,7 @@ RDEPEND=" xattr? ( !elibc_glibc? ( >=sys-apps/attr-2.4.47-r1[${MULTILIB_USEDEP}] ) ) !kernel_Winnt? ( virtual/libelf:0= ) fam? ( >=virtual/fam-0-r1[${MULTILIB_USEDEP}] ) - sysprof? ( >=dev-util/sysprof-capture-3.38:4[${MULTILIB_USEDEP}] ) + sysprof? ( >=dev-util/sysprof-capture-3.40.1:4[${MULTILIB_USEDEP}] ) " DEPEND="${RDEPEND}" # libxml2 used for optional tests that get automatically skipped diff --git a/dev-libs/glib/glib-2.68.3.ebuild b/dev-libs/glib/glib-2.68.3-r1.ebuild index d6796ff5e9ae..727335efbd4f 100644 --- a/dev-libs/glib/glib-2.68.3.ebuild +++ b/dev-libs/glib/glib-2.68.3-r1.ebuild @@ -38,7 +38,7 @@ RDEPEND=" xattr? ( !elibc_glibc? ( >=sys-apps/attr-2.4.47-r1[${MULTILIB_USEDEP}] ) ) !kernel_Winnt? ( virtual/libelf:0= ) fam? ( >=virtual/fam-0-r1[${MULTILIB_USEDEP}] ) - sysprof? ( >=dev-util/sysprof-capture-3.38:4[${MULTILIB_USEDEP}] ) + sysprof? ( >=dev-util/sysprof-capture-3.40.1:4[${MULTILIB_USEDEP}] ) " DEPEND="${RDEPEND}" # libxml2 used for optional tests that get automatically skipped |