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 91033158015 for ; Sat, 23 Dec 2023 22:00:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC5C02BC075; Sat, 23 Dec 2023 22:00:47 +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 A0AEA2BC075 for ; Sat, 23 Dec 2023 22:00: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 B3E6033D0AF for ; Sat, 23 Dec 2023 22:00:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 51FA7AE9 for ; Sat, 23 Dec 2023 22:00:45 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1703368835.15398fdbe9322933b2acde0bc84cd534726b7dea.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-apps/gtkgreet/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-apps/gtkgreet/gtkgreet-9999.ebuild X-VCS-Directories: gui-apps/gtkgreet/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 15398fdbe9322933b2acde0bc84cd534726b7dea X-VCS-Branch: master Date: Sat, 23 Dec 2023 22:00: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: 9af3f4ec-dfff-4899-bc93-738f3594ad88 X-Archives-Hash: db44776a66b256b3ae7847ac7df0d344 commit: 15398fdbe9322933b2acde0bc84cd534726b7dea Author: Conrad Kostecki gentoo org> AuthorDate: Sat Dec 23 22:00:17 2023 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sat Dec 23 22:00:35 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15398fdb gui-apps/gtkgreet: update live ebuild Signed-off-by: Conrad Kostecki gentoo.org> gui-apps/gtkgreet/gtkgreet-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gui-apps/gtkgreet/gtkgreet-9999.ebuild b/gui-apps/gtkgreet/gtkgreet-9999.ebuild index f91592b683ff..185ef3ffd2df 100644 --- a/gui-apps/gtkgreet/gtkgreet-9999.ebuild +++ b/gui-apps/gtkgreet/gtkgreet-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 2019-2022 Gentoo Authors +# Copyright 2019-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 DESCRIPTION="gtk based greeter for greetd" HOMEPAGE="https://git.sr.ht/~kennylevinsen/gtkgreet"