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 DADA2158020 for ; Wed, 12 Oct 2022 01:36:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F1A5E0916; Wed, 12 Oct 2022 01:36: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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 81F23E0916 for ; Wed, 12 Oct 2022 01:36:02 +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 34BCD33FE26 for ; Wed, 12 Oct 2022 01:36:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7EE8D5B2 for ; Wed, 12 Oct 2022 01:35:59 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1665538553.f08337c5c0f939820e8f91d0ac8209a4d673615c.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-tweaks/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/gnome-tweaks/gnome-tweaks-40.10-r1.ebuild gnome-extra/gnome-tweaks/gnome-tweaks-40.10.ebuild X-VCS-Directories: gnome-extra/gnome-tweaks/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: f08337c5c0f939820e8f91d0ac8209a4d673615c X-VCS-Branch: master Date: Wed, 12 Oct 2022 01:35:59 +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: 4b2dfc4c-b1ed-4a1a-96b4-1a736e040c73 X-Archives-Hash: 1f0d18ad3a65c7b563979e8aee5f2998 commit: f08337c5c0f939820e8f91d0ac8209a4d673615c Author: Matt Turner gentoo org> AuthorDate: Wed Oct 12 01:35:05 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Oct 12 01:35:53 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f08337c5 gnome-extra/gnome-tweaks: Drop dependency on net-libs/libsoup Usage of libsoup was removed in upstream commit b67eeba ("tweaks: Remove extensions tweak"). Signed-off-by: Matt Turner gentoo.org> .../{gnome-tweaks-40.10.ebuild => gnome-tweaks-40.10-r1.ebuild} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gnome-extra/gnome-tweaks/gnome-tweaks-40.10.ebuild b/gnome-extra/gnome-tweaks/gnome-tweaks-40.10-r1.ebuild similarity index 94% rename from gnome-extra/gnome-tweaks/gnome-tweaks-40.10.ebuild rename to gnome-extra/gnome-tweaks/gnome-tweaks-40.10-r1.ebuild index 883e664b39ae..39b92775cd1c 100644 --- a/gnome-extra/gnome-tweaks/gnome-tweaks-40.10.ebuild +++ b/gnome-extra/gnome-tweaks/gnome-tweaks-40.10-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 -PYTHON_COMPAT=( python3_{8..10} ) +EAPI=8 +PYTHON_COMPAT=( python3_{8..11} ) inherit gnome.org gnome2-utils meson python-single-r1 xdg @@ -29,7 +29,6 @@ RDEPEND="${DEPEND} >=x11-libs/gtk+-3.12:3[introspection] >=gnome-base/gnome-desktop-3.30:3[introspection] gui-libs/libhandy:1[introspection] - net-libs/libsoup:2.4[introspection] x11-libs/libnotify[introspection] >=gnome-base/gsettings-desktop-schemas-40.0