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 CE43515817D for ; Sat, 8 Jun 2024 13:44:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B7EBE2A90; Sat, 8 Jun 2024 13:44:48 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 DEE01E2A90 for ; Sat, 8 Jun 2024 13:44:47 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2EAF633FE7D for ; Sat, 8 Jun 2024 13:44:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B99F01A32 for ; Sat, 8 Jun 2024 13:44:45 +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: <1717854250.d25c1ec4e6fd8e4a553fe0e7a4358d8497f81aeb.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/gnome-themes-standard/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/gnome-themes-standard/gnome-themes-standard-3.28-r1.ebuild x11-themes/gnome-themes-standard/gnome-themes-standard-3.28.ebuild X-VCS-Directories: x11-themes/gnome-themes-standard/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: d25c1ec4e6fd8e4a553fe0e7a4358d8497f81aeb X-VCS-Branch: master Date: Sat, 8 Jun 2024 13:44:45 +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: 20f674d0-dd1e-47a9-8993-da265520a854 X-Archives-Hash: 5fd2722421871008d3658dbdf818a844 commit: d25c1ec4e6fd8e4a553fe0e7a4358d8497f81aeb Author: David Seifert gentoo org> AuthorDate: Sat Jun 8 13:44:10 2024 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Jun 8 13:44:10 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d25c1ec4 x11-themes/gnome-themes-standard: update EAPI 7 -> 8 Signed-off-by: David Seifert gentoo.org> ...s-standard-3.28.ebuild => gnome-themes-standard-3.28-r1.ebuild} | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/x11-themes/gnome-themes-standard/gnome-themes-standard-3.28.ebuild b/x11-themes/gnome-themes-standard/gnome-themes-standard-3.28-r1.ebuild similarity index 93% rename from x11-themes/gnome-themes-standard/gnome-themes-standard-3.28.ebuild rename to x11-themes/gnome-themes-standard/gnome-themes-standard-3.28-r1.ebuild index 39b921674d3a..1b9459172ac3 100644 --- a/x11-themes/gnome-themes-standard/gnome-themes-standard-3.28.ebuild +++ b/x11-themes/gnome-themes-standard/gnome-themes-standard-3.28-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 -GNOME_ORG_MODULE="gnome-themes-extra" +EAPI=8 +GNOME_ORG_MODULE="gnome-themes-extra" inherit autotools gnome.org xdg DESCRIPTION="Standard Themes for GNOME Applications" @@ -36,7 +36,6 @@ src_prepare() { src_configure() { econf \ - --disable-static \ --disable-gtk2-engine \ --disable-gtk3-engine \ GTK_UPDATE_ICON_CACHE=$(type -P true)