diff options
author | Ian Jordan <immoloism@gmail.com> | 2024-01-25 13:22:21 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-25 15:10:46 +0000 |
commit | e35da963ee021ea5c701ecf7a5ec8839778c94a5 (patch) | |
tree | bdcdda0fb8c4a1a7f51342b9fa4afc7f2bdc3de8 /mate-base | |
parent | sys-apps/syd: add 3.10.0 (diff) | |
download | gentoo-e35da963ee021ea5c701ecf7a5ec8839778c94a5.tar.gz gentoo-e35da963ee021ea5c701ecf7a5ec8839778c94a5.tar.bz2 gentoo-e35da963ee021ea5c701ecf7a5ec8839778c94a5.zip |
mate-base/mate-applets: fix gtksourceview depend verisons
Change between 1.26 and 27 have changed required x11-libs/gtksourceview versions
required.
This commit solves issues for new MATE users of both versions.
Closes: https://bugs.gentoo.org/922890
Signed-off-by: Ian Jordan <immoloism@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/35007
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'mate-base')
-rw-r--r-- | mate-base/mate-applets/mate-applets-1.26.1-r2.ebuild (renamed from mate-base/mate-applets/mate-applets-1.26.1-r1.ebuild) | 2 | ||||
-rw-r--r-- | mate-base/mate-applets/mate-applets-1.27.1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mate-base/mate-applets/mate-applets-1.26.1-r1.ebuild b/mate-base/mate-applets/mate-applets-1.26.1-r2.ebuild index 81662329c26d..cbba9e04f305 100644 --- a/mate-base/mate-applets/mate-applets-1.26.1-r1.ebuild +++ b/mate-base/mate-applets/mate-applets-1.26.1-r2.ebuild @@ -31,7 +31,7 @@ COMMON_DEPEND=" >=sys-apps/dbus-1.10.0 x11-libs/gdk-pixbuf:2 >=x11-libs/gtk+-3.22:3 - x11-libs/gtksourceview + x11-libs/gtksourceview:3.0 >=x11-libs/libnotify-0.7 x11-libs/libX11 >=x11-libs/libwnck-3.0:3 diff --git a/mate-base/mate-applets/mate-applets-1.27.1.ebuild b/mate-base/mate-applets/mate-applets-1.27.1.ebuild index 61536bf96bb7..3476bd7daa24 100644 --- a/mate-base/mate-applets/mate-applets-1.27.1.ebuild +++ b/mate-base/mate-applets/mate-applets-1.27.1.ebuild @@ -31,7 +31,7 @@ COMMON_DEPEND=" >=sys-apps/dbus-1.10.0 x11-libs/gdk-pixbuf:2 >=x11-libs/gtk+-3.22:3 - x11-libs/gtksourceview + x11-libs/gtksourceview:4 >=x11-libs/libnotify-0.7 x11-libs/libX11 >=x11-libs/libwnck-3.0:3 |