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 39372158094 for ; Tue, 11 Oct 2022 09:11:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86D48E0825; Tue, 11 Oct 2022 09:11:57 +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 6AFA5E0825 for ; Tue, 11 Oct 2022 09:11:57 +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 7C208341214 for ; Tue, 11 Oct 2022 09:11:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D9EDD55B for ; Tue, 11 Oct 2022 09:11:54 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1665479504.e92402bf378fd22422ac2eb810de72d607c58aa0.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/libspectrum/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/libspectrum/libspectrum-1.5.0.ebuild X-VCS-Directories: app-emulation/libspectrum/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: e92402bf378fd22422ac2eb810de72d607c58aa0 X-VCS-Branch: master Date: Tue, 11 Oct 2022 09:11:54 +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: 78a16bbc-4dce-4ca4-bf39-2c62bc0326af X-Archives-Hash: 19696d138613d387255fdef745ec7a5d commit: e92402bf378fd22422ac2eb810de72d607c58aa0 Author: Marek Szuba gentoo org> AuthorDate: Tue Oct 11 08:26:26 2022 +0000 Commit: Marek Szuba gentoo org> CommitDate: Tue Oct 11 09:11:44 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e92402bf app-emulation/libspectrum: keyword 1.5.0 for ~riscv, EAPI 7 -> 8 Signed-off-by: Marek Szuba gentoo.org> app-emulation/libspectrum/libspectrum-1.5.0.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/app-emulation/libspectrum/libspectrum-1.5.0.ebuild b/app-emulation/libspectrum/libspectrum-1.5.0.ebuild index 8877a5a13f57..02418ce56fb4 100644 --- a/app-emulation/libspectrum/libspectrum-1.5.0.ebuild +++ b/app-emulation/libspectrum/libspectrum-1.5.0.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit autotools @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/fuse-emulator/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc ~riscv ~x86" IUSE="audiofile bzip2 gcrypt zlib" RDEPEND="dev-libs/glib:2 @@ -34,7 +34,6 @@ src_prepare() { src_configure() { local myconf=( - --disable-static $(use_with audiofile libaudiofile) $(use_with bzip2) $(use_with gcrypt libgcrypt)