diff options
Diffstat (limited to 'dev-scheme/guile')
-rw-r--r-- | dev-scheme/guile/guile-2.2.7-r2.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-scheme/guile/guile-2.2.7-r2.ebuild b/dev-scheme/guile/guile-2.2.7-r2.ebuild index e11937c153c9..8b20939f47e3 100644 --- a/dev-scheme/guile/guile-2.2.7-r2.ebuild +++ b/dev-scheme/guile/guile-2.2.7-r2.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 autotools @@ -58,7 +58,6 @@ src_configure() { econf \ --disable-error-on-warning \ --disable-rpath \ - --disable-static \ --enable-posix \ --without-libgmp-prefix \ --without-libiconv-prefix \ |