diff options
author | Marek Szuba <marecki@gentoo.org> | 2022-10-11 09:26:26 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2022-10-11 10:11:44 +0100 |
commit | e92402bf378fd22422ac2eb810de72d607c58aa0 (patch) | |
tree | 72174838e2ab70a487a54b3a4a165d9c5bd7e60d /app-emulation/libspectrum | |
parent | x11-wm/lwm: pass -std=gnu89 (diff) | |
download | gentoo-e92402bf378fd22422ac2eb810de72d607c58aa0.tar.gz gentoo-e92402bf378fd22422ac2eb810de72d607c58aa0.tar.bz2 gentoo-e92402bf378fd22422ac2eb810de72d607c58aa0.zip |
app-emulation/libspectrum: keyword 1.5.0 for ~riscv, EAPI 7 -> 8
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-emulation/libspectrum')
-rw-r--r-- | app-emulation/libspectrum/libspectrum-1.5.0.ebuild | 7 |
1 files 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) |