From 4993f6ad0da041ce0f2055760eb4f0afec135f0b Mon Sep 17 00:00:00 2001 From: Esteve Varela Colominas Date: Thu, 6 Jan 2022 14:55:59 +0100 Subject: media-libs/rnnoise: Bump to EAPI 8 Signed-off-by: Esteve Varela Colominas Signed-off-by: Georgy Yakovlev --- media-libs/rnnoise/rnnoise-0.4.1_p20210122.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/media-libs/rnnoise/rnnoise-0.4.1_p20210122.ebuild b/media-libs/rnnoise/rnnoise-0.4.1_p20210122.ebuild index 158923f80f70..47e04057c0fb 100644 --- a/media-libs/rnnoise/rnnoise-0.4.1_p20210122.ebuild +++ b/media-libs/rnnoise/rnnoise-0.4.1_p20210122.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit autotools @@ -32,7 +32,6 @@ src_prepare() { src_configure() { local myeconfargs=( - --disable-static --disable-examples $(use_enable doc) ) -- cgit v1.2.3-65-gdbad