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 37987158089 for ; Mon, 4 Sep 2023 07:09:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 40C3A2BC017; Mon, 4 Sep 2023 07:09:29 +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 27DCC2BC017 for ; Mon, 4 Sep 2023 07:09:29 +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 C3020335D35 for ; Mon, 4 Sep 2023 07:09:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1166E1126 for ; Mon, 4 Sep 2023 07:09:26 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1693811360.c04ab039c7528cba6c8b77dafa773d5eec7ee91c.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/sidplay/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/sidplay/sidplay-2.0.9-r2.ebuild X-VCS-Directories: media-sound/sidplay/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: c04ab039c7528cba6c8b77dafa773d5eec7ee91c X-VCS-Branch: master Date: Mon, 4 Sep 2023 07:09:26 +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: 7377ce35-d400-4413-8ac2-2432264ae0e5 X-Archives-Hash: b6624b16710d76ae8fade5cacaeb80eb commit: c04ab039c7528cba6c8b77dafa773d5eec7ee91c Author: Miroslav Šulc gentoo org> AuthorDate: Mon Sep 4 07:07:07 2023 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Mon Sep 4 07:09:20 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c04ab039 media-sound/sidplay: eapi8 on 2.0.9-r2 Signed-off-by: Miroslav Šulc gentoo.org> media-sound/sidplay/sidplay-2.0.9-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/sidplay/sidplay-2.0.9-r2.ebuild b/media-sound/sidplay/sidplay-2.0.9-r2.ebuild index b4c1c91d75cd..626922677fc9 100644 --- a/media-sound/sidplay/sidplay-2.0.9-r2.ebuild +++ b/media-sound/sidplay/sidplay-2.0.9-r2.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 DESCRIPTION="C64 SID player" HOMEPAGE="https://sidplay2.sourceforge.net/"