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 80FE015ACFC for ; Fri, 5 May 2023 04:39:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C9D89E0982; Fri, 5 May 2023 04:39:39 +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 AD478E0982 for ; Fri, 5 May 2023 04:39:39 +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 13C2134127C for ; Fri, 5 May 2023 04:39:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 981F8A69 for ; Fri, 5 May 2023 04:39:35 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1683261504.d4782cc2f85114034e6d5c9551701fbe765cbb90.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi-calc/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/rofi-calc/rofi-calc-2.2.0.ebuild x11-misc/rofi-calc/rofi-calc-9999.ebuild X-VCS-Directories: x11-misc/rofi-calc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d4782cc2f85114034e6d5c9551701fbe765cbb90 X-VCS-Branch: master Date: Fri, 5 May 2023 04:39:35 +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: e01f934d-bf7d-442b-b5b0-db50b7be19f8 X-Archives-Hash: e35b84492691ea6afad33f34496ab7bf commit: d4782cc2f85114034e6d5c9551701fbe765cbb90 Author: Sam James gentoo org> AuthorDate: Fri May 5 04:38:24 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri May 5 04:38:24 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4782cc2 x11-misc/rofi-calc: EAPI 8 Signed-off-by: Sam James gentoo.org> x11-misc/rofi-calc/rofi-calc-2.2.0.ebuild | 2 +- x11-misc/rofi-calc/rofi-calc-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-misc/rofi-calc/rofi-calc-2.2.0.ebuild b/x11-misc/rofi-calc/rofi-calc-2.2.0.ebuild index ce53ee1c9e75..5264d2023257 100644 --- a/x11-misc/rofi-calc/rofi-calc-2.2.0.ebuild +++ b/x11-misc/rofi-calc/rofi-calc-2.2.0.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit autotools diff --git a/x11-misc/rofi-calc/rofi-calc-9999.ebuild b/x11-misc/rofi-calc/rofi-calc-9999.ebuild index 80022c3bb2d4..ac69969f2903 100644 --- a/x11-misc/rofi-calc/rofi-calc-9999.ebuild +++ b/x11-misc/rofi-calc/rofi-calc-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit git-r3 autotools