commit: 0dc8d560ffbacddb2bf117d458d9238797470ef0 Author: Oz Tiram <oz.tiram <AT> gmail <DOT> com> AuthorDate: Fri Dec 2 11:33:39 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Dec 3 01:04:16 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dc8d560
mate-base/mate: bump version 1.26 Fix QA with 1.24 - remove dependency on mate-themes-meta Signed-off-by: Oz Tiram <oz.tiram <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/28508 Signed-off-by: Sam James <sam <AT> gentoo.org> mate-base/mate/mate-1.24.ebuild | 1 - mate-base/mate/{mate-1.24.ebuild => mate-1.26.0.ebuild} | 6 ++---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/mate-base/mate/mate-1.24.ebuild b/mate-base/mate/mate-1.24.ebuild index 98ce83118b27..908ad880c495 100644 --- a/mate-base/mate/mate-1.24.ebuild +++ b/mate-base/mate/mate-1.24.ebuild @@ -43,7 +43,6 @@ RDEPEND=" themes? ( =x11-themes/mate-backgrounds-${MATE_BRANCH}* =x11-themes/mate-icon-theme-${MATE_BRANCH}* - >=x11-themes/mate-themes-meta-${MATE_THEMES_V} ) extras? ( =app-arch/engrampa-${MATE_BRANCH}* diff --git a/mate-base/mate/mate-1.24.ebuild b/mate-base/mate/mate-1.26.0.ebuild similarity index 95% copy from mate-base/mate/mate-1.24.ebuild copy to mate-base/mate/mate-1.26.0.ebuild index 98ce83118b27..87e02d5b75f9 100644 --- a/mate-base/mate/mate-1.24.ebuild +++ b/mate-base/mate/mate-1.26.0.ebuild @@ -1,16 +1,15 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 if [[ ${PV} == 9999 ]]; then MATE_BRANCH=9999 MATE_THEMES_V=9999 else - inherit eapi7-ver MATE_BRANCH="$(ver_cut 1-2)" MATE_THEMES_V=3 - KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86" + KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86" fi SRC_URI="" @@ -43,7 +42,6 @@ RDEPEND=" themes? ( =x11-themes/mate-backgrounds-${MATE_BRANCH}* =x11-themes/mate-icon-theme-${MATE_BRANCH}* - >=x11-themes/mate-themes-meta-${MATE_THEMES_V} ) extras? ( =app-arch/engrampa-${MATE_BRANCH}*
