diff options
author | Sam James <sam@gentoo.org> | 2024-11-08 06:30:58 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-11-08 06:30:58 +0000 |
commit | 2645cc9ed487d3b81df7337c95408c3711aeab89 (patch) | |
tree | 65a756ccc593c2a036e539dad7c0b99f47c80f04 /dev-scheme | |
parent | dev-scheme/guile: Stabilize 1.8.8-r102 arm, #942834 (diff) | |
download | gentoo-2645cc9ed487d3b81df7337c95408c3711aeab89.tar.gz gentoo-2645cc9ed487d3b81df7337c95408c3711aeab89.tar.bz2 gentoo-2645cc9ed487d3b81df7337c95408c3711aeab89.zip |
dev-scheme/guile: Stabilize 2.2.7-r102 arm, #942834
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-scheme')
-rw-r--r-- | dev-scheme/guile/guile-2.2.7-r102.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-scheme/guile/guile-2.2.7-r102.ebuild b/dev-scheme/guile/guile-2.2.7-r102.ebuild index 6a928f468442..476b1b7df2ef 100644 --- a/dev-scheme/guile/guile-2.2.7-r102.ebuild +++ b/dev-scheme/guile/guile-2.2.7-r102.ebuild @@ -9,7 +9,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 ~ppc-macos ~x64-macos" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" IUSE="debug debug-malloc +deprecated +networking +nls +regex +threads" # upstream recommended +networking +nls REQUIRED_USE="regex" # workaround for bug 596322 RESTRICT="strip" |