From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 75BC5158015 for ; Fri, 22 Dec 2023 06:46:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 336872BC020; Fri, 22 Dec 2023 06:46:42 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1456F2BC020 for ; Fri, 22 Dec 2023 06:46:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CA51B340813 for ; Fri, 22 Dec 2023 06:46:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 206269C4 for ; Fri, 22 Dec 2023 06:46:39 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1703227357.cddbd69c256dee723352c140f78ddb394747971f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mate-base/mate-common/ X-VCS-Repository: repo/gentoo X-VCS-Files: mate-base/mate-common/mate-common-1.26.0.ebuild X-VCS-Directories: mate-base/mate-common/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: cddbd69c256dee723352c140f78ddb394747971f X-VCS-Branch: master Date: Fri, 22 Dec 2023 06:46:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fad162c8-0f9a-45ed-bef7-1bf659cac354 X-Archives-Hash: 049c4bfa38a3c77e207ed02386d0001c commit: cddbd69c256dee723352c140f78ddb394747971f Author: Ian Jordan gmail com> AuthorDate: Thu Dec 21 16:26:37 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Dec 22 06:42:37 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cddbd69c mate-base/mate-common: update EAPI 7 -> 8 Signed-off-by: Ian Jordan gmail.com> Signed-off-by: Sam James gentoo.org> mate-base/mate-common/mate-common-1.26.0.ebuild | 11 ++--------- 1 file 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() {