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 B076E1581D3 for ; Tue, 28 May 2024 10:23:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C01CEE2A04; Tue, 28 May 2024 10:23:11 +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 99023E2A04 for ; Tue, 28 May 2024 10:23:11 +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 97623335DCD for ; Tue, 28 May 2024 10:23:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EEAB616 for ; Tue, 28 May 2024 10:23:08 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1716889684.d5a55fcccaabd24eaf74696ba43292b89489eb0b.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-panel/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-base/gnome-panel/gnome-panel-3.52.0.ebuild X-VCS-Directories: gnome-base/gnome-panel/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: d5a55fcccaabd24eaf74696ba43292b89489eb0b X-VCS-Branch: master Date: Tue, 28 May 2024 10:23:08 +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: 5cd4b852-c9e0-4919-b749-ff6d020dc0ae X-Archives-Hash: 28e454383b0e01bf323f89312eb59c59 commit: d5a55fcccaabd24eaf74696ba43292b89489eb0b Author: Florian Schmaus gentoo org> AuthorDate: Tue May 28 09:42:23 2024 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Tue May 28 09:48:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5a55fcc gnome-base/gnome-panel: fix ver check Closes: https://bugs.gentoo.org/932876 Signed-off-by: Florian Schmaus gentoo.org> gnome-base/gnome-panel/gnome-panel-3.52.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-base/gnome-panel/gnome-panel-3.52.0.ebuild b/gnome-base/gnome-panel/gnome-panel-3.52.0.ebuild index c5e3aa3d0b25..bf150df9a1a0 100644 --- a/gnome-base/gnome-panel/gnome-panel-3.52.0.ebuild +++ b/gnome-base/gnome-panel/gnome-panel-3.52.0.ebuild @@ -60,7 +60,7 @@ src_configure() { # elogind conditional block below accordingly first. # DO NOT just change the version, look in configure.ac in which PKG_CHECK_MODULES-sections # libsystemd is used and check if there are new sections where it is used! - if ver_test ${PV} -ne 3.50.0; then + if ver_test ${PV} -ne 3.52.0; then die "Maintainer has not checked over packages MENU pkg-config deps for elogind support" fi