summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-06-13 18:44:22 +0000
committerSam James <sam@gentoo.org>2021-06-13 20:24:06 +0000
commit48d295a874d222d1a07ced483faa0741d2300779 (patch)
treee1bb380a0aa5215518f2939ad75b812d4d75c01b /dev-libs/gjs
parentgnome-extra/gnome-software: revbump for newer sysprof-capture dependency (diff)
downloadgentoo-48d295a874d222d1a07ced483faa0741d2300779.tar.gz
gentoo-48d295a874d222d1a07ced483faa0741d2300779.tar.bz2
gentoo-48d295a874d222d1a07ced483faa0741d2300779.zip
dev-libs/gjs: 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/gjs')
-rw-r--r--dev-libs/gjs/gjs-1.68.1-r1.ebuild (renamed from dev-libs/gjs/gjs-1.68.1.ebuild)2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/gjs/gjs-1.68.1.ebuild b/dev-libs/gjs/gjs-1.68.1-r1.ebuild
index ddfa9d548626..433139d0b4bd 100644
--- a/dev-libs/gjs/gjs-1.68.1.ebuild
+++ b/dev-libs/gjs/gjs-1.68.1-r1.ebuild
@@ -23,7 +23,7 @@ RDEPEND="
readline? ( sys-libs/readline:0= )
"
DEPEND="${RDEPEND}
- sysprof? ( >=dev-util/sysprof-capture-3.38.1:4 )
+ sysprof? ( >=dev-util/sysprof-capture-3.40.1:4 )
test? ( sys-apps/dbus
>=x11-libs/gtk+-3.20:3[introspection] )
"