diff options
author | Eli Schwartz <eschwartz93@gmail.com> | 2024-05-26 13:35:08 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-05-30 03:20:11 +0100 |
commit | f15939ae04525e5277f4347c58368fd2b1e60a31 (patch) | |
tree | 2bd5f4abadd19abdf620ff56c7fe32fd9546375a /dev-scheme | |
parent | dev-scheme/guile: fix implicit function decls in configure due to gnulib (diff) | |
download | gentoo-f15939ae04525e5277f4347c58368fd2b1e60a31.tar.gz gentoo-f15939ae04525e5277f4347c58368fd2b1e60a31.tar.bz2 gentoo-f15939ae04525e5277f4347c58368fd2b1e60a31.zip |
dev-scheme/guile: update EAPI 7 -> 8
Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-scheme')
-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 \ |