diff options
author | Sam James <sam@gentoo.org> | 2024-11-19 14:08:12 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-11-19 14:08:12 +0000 |
commit | c2c4b80ceae038fbbc3d669f5ef00ae2688d3f4b (patch) | |
tree | 1bfdf38bf2671034073751f0f2c963f31718e030 /dev-scheme | |
parent | dev-scheme/guile: Stabilize 2.2.7-r102 sparc, #942834 (diff) | |
download | gentoo-c2c4b80ceae038fbbc3d669f5ef00ae2688d3f4b.tar.gz gentoo-c2c4b80ceae038fbbc3d669f5ef00ae2688d3f4b.tar.bz2 gentoo-c2c4b80ceae038fbbc3d669f5ef00ae2688d3f4b.zip |
dev-scheme/guile: Stabilize 3.0.10-r102 sparc, #942834
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-scheme')
-rw-r--r-- | dev-scheme/guile/guile-3.0.10-r102.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-scheme/guile/guile-3.0.10-r102.ebuild b/dev-scheme/guile/guile-3.0.10-r102.ebuild index 2a70011e548d..9767606c3f3d 100644 --- a/dev-scheme/guile/guile-3.0.10-r102.ebuild +++ b/dev-scheme/guile/guile-3.0.10-r102.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/guile/${P}.tar.xz" LICENSE="LGPL-3+" SLOT="$(ver_cut 1-2)" # See (guile)Parallel Installations. -KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos" +KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos" IUSE="debug debug-malloc +deprecated +jit +networking +nls +regex +threads" # upstream recommended +networking +nls REQUIRED_USE="regex" # workaround for bug #596322 |