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 AEAD215806E for ; Thu, 25 May 2023 02:21:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DDBFEE0844; Thu, 25 May 2023 02:21:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 C78D9E0844 for ; Thu, 25 May 2023 02:21:14 +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 1ADD7340D4C for ; Thu, 25 May 2023 02:21:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AA4FBA79 for ; Thu, 25 May 2023 02:21:12 +0000 (UTC) From: "Haelwenn Monnier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Haelwenn Monnier" Message-ID: <1684981089.cac148548f474cea168f771295bc19077250aaa2.lanodan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wlsunset/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/wlsunset/wlsunset-0.3.0.ebuild gui-apps/wlsunset/wlsunset-9999.ebuild X-VCS-Directories: gui-apps/wlsunset/ X-VCS-Committer: lanodan X-VCS-Committer-Name: Haelwenn Monnier X-VCS-Revision: cac148548f474cea168f771295bc19077250aaa2 X-VCS-Branch: dev Date: Thu, 25 May 2023 02:21:12 +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: 96551b09-e30c-4d5f-838b-c5f7eb049c78 X-Archives-Hash: 1992dab64f52976446049b0a29ee3c0c commit: cac148548f474cea168f771295bc19077250aaa2 Author: Haelwenn (lanodan) Monnier hacktivis me> AuthorDate: Thu May 25 02:15:55 2023 +0000 Commit: Haelwenn Monnier hacktivis me> CommitDate: Thu May 25 02:18:09 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cac14854 gui-apps/wlsunset: update EAPI 7 -> 8 Signed-off-by: Haelwenn (lanodan) Monnier hacktivis.me> gui-apps/wlsunset/wlsunset-0.3.0.ebuild | 4 ++-- gui-apps/wlsunset/wlsunset-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gui-apps/wlsunset/wlsunset-0.3.0.ebuild b/gui-apps/wlsunset/wlsunset-0.3.0.ebuild index 849956339..1cd42a1ff 100644 --- a/gui-apps/wlsunset/wlsunset-0.3.0.ebuild +++ b/gui-apps/wlsunset/wlsunset-0.3.0.ebuild @@ -1,7 +1,7 @@ -# Copyright 2021 Gentoo Authors +# Copyright 2021-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit meson diff --git a/gui-apps/wlsunset/wlsunset-9999.ebuild b/gui-apps/wlsunset/wlsunset-9999.ebuild index 849956339..1cd42a1ff 100644 --- a/gui-apps/wlsunset/wlsunset-9999.ebuild +++ b/gui-apps/wlsunset/wlsunset-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 2021 Gentoo Authors +# Copyright 2021-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit meson