diff options
author | Ian Jordan <immoloism@gmail.com> | 2023-12-21 16:26:37 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-12-22 06:42:37 +0000 |
commit | cddbd69c256dee723352c140f78ddb394747971f (patch) | |
tree | 572d3dd19c700758caf253002d4d4db571c63b98 /mate-base/mate-common | |
parent | mate-base/mate-applets-meta: update EAPI 7 -> 8 (diff) | |
download | gentoo-cddbd69c256dee723352c140f78ddb394747971f.tar.gz gentoo-cddbd69c256dee723352c140f78ddb394747971f.tar.bz2 gentoo-cddbd69c256dee723352c140f78ddb394747971f.zip |
mate-base/mate-common: update EAPI 7 -> 8
Signed-off-by: Ian Jordan <immoloism@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'mate-base/mate-common')
-rw-r--r-- | mate-base/mate-common/mate-common-1.26.0.ebuild | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/mate-base/mate-common/mate-common-1.26.0.ebuild b/mate-base/mate-common/mate-common-1.26.0.ebuild index 62b4bf8a0410..a700a971bf3a 100644 --- a/mate-base/mate-common/mate-common-1.26.0.ebuild +++ b/mate-base/mate-common/mate-common-1.26.0.ebuild @@ -1,15 +1,11 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit mate-desktop.org -if [[ ${PV} == 9999 ]]; then - inherit autotools -else KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86" -fi DESCRIPTION="Common files for development of MATE packages" LICENSE="GPL-3+" @@ -17,9 +13,6 @@ SLOT="0" src_prepare() { default - if [[ ${PV} == 9999 ]]; then - eautoreconf - fi } src_install() { |