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 B94FD158041 for ; Sun, 17 Mar 2024 05:35:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86DDBE29CB; Sun, 17 Mar 2024 05:34:58 +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 6032DE29CB for ; Sun, 17 Mar 2024 05:34:58 +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 044313408DD for ; Sun, 17 Mar 2024 05:34:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 54FBF1526 for ; Sun, 17 Mar 2024 05:34:55 +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: <1710653320.4eefe24c1d3674b6f8536d8f076f13d586d586e9.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/otter/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/otter/otter-1.0.03-r1.ebuild www-client/otter/otter-1.0.03.ebuild www-client/otter/otter-9999.ebuild X-VCS-Directories: www-client/otter/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4eefe24c1d3674b6f8536d8f076f13d586d586e9 X-VCS-Branch: master Date: Sun, 17 Mar 2024 05:34:55 +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: 8a07f971-5760-41db-b335-0fc5e7f2c913 X-Archives-Hash: 8d9306a8d4704300c21da656b81bc4ae commit: 4eefe24c1d3674b6f8536d8f076f13d586d586e9 Author: Eli Schwartz gmail com> AuthorDate: Sun Mar 17 04:01:20 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Mar 17 05:28:40 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4eefe24c www-client/otter: update EAPI 7 -> 8 Signed-off-by: Eli Schwartz gmail.com> Signed-off-by: Sam James gentoo.org> www-client/otter/{otter-1.0.03.ebuild => otter-1.0.03-r1.ebuild} | 2 +- www-client/otter/otter-9999.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/www-client/otter/otter-1.0.03.ebuild b/www-client/otter/otter-1.0.03-r1.ebuild similarity index 99% rename from www-client/otter/otter-1.0.03.ebuild rename to www-client/otter/otter-1.0.03-r1.ebuild index aeba9a206ba9..388ac52d65c6 100644 --- a/www-client/otter/otter-1.0.03.ebuild +++ b/www-client/otter/otter-1.0.03-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit cmake desktop flag-o-matic xdg diff --git a/www-client/otter/otter-9999.ebuild b/www-client/otter/otter-9999.ebuild index 79cb3672b464..0b8433dad0da 100644 --- a/www-client/otter/otter-9999.ebuild +++ b/www-client/otter/otter-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit cmake desktop xdg