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 6B3B5158094 for ; Tue, 21 Jun 2022 16:30:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71B00E08C4; Tue, 21 Jun 2022 16:30:02 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3A80DE08A2 for ; Tue, 21 Jun 2022 16:30:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 213D334151A for ; Tue, 21 Jun 2022 16:30:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D156518 for ; Tue, 21 Jun 2022 16:29:58 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1655828975.4b691a52118ff2e8361125127b2a39aec0003492.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-common/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-base/gnome-common/gnome-common-3.18.0-r1.ebuild gnome-base/gnome-common/gnome-common-3.18.0-r2.ebuild X-VCS-Directories: gnome-base/gnome-common/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 4b691a52118ff2e8361125127b2a39aec0003492 X-VCS-Branch: master Date: Tue, 21 Jun 2022 16:29:58 +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: 26f40ee8-0a20-4d0a-ba2f-d6a9d4f84942 X-Archives-Hash: 76c367bbac05048a5496bf643614a45e commit: 4b691a52118ff2e8361125127b2a39aec0003492 Author: David Seifert gentoo org> AuthorDate: Tue Jun 21 16:29:35 2022 +0000 Commit: David Seifert gentoo org> CommitDate: Tue Jun 21 16:29:35 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b691a52 gnome-base/gnome-common: update EAPI 6 -> 8 Signed-off-by: David Seifert gentoo.org> ...nome-common-3.18.0-r1.ebuild => gnome-common-3.18.0-r2.ebuild} | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/gnome-base/gnome-common/gnome-common-3.18.0-r1.ebuild b/gnome-base/gnome-common/gnome-common-3.18.0-r2.ebuild similarity index 89% rename from gnome-base/gnome-common/gnome-common-3.18.0-r1.ebuild rename to gnome-base/gnome-common/gnome-common-3.18.0-r2.ebuild index 3b97fbda242f..a207b0583037 100644 --- a/gnome-base/gnome-common/gnome-common-3.18.0-r1.ebuild +++ b/gnome-base/gnome-common/gnome-common-3.18.0-r2.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 + inherit gnome2 DESCRIPTION="Common files for development of Gnome packages" @@ -11,9 +12,6 @@ LICENSE="GPL-3" SLOT="3" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -RDEPEND="" -DEPEND="" - src_configure() { # Force people to rely on sys-devel/autoconf-archive, bug #594084 gnome2_src_configure --with-autoconf-archive