diff options
author | Sam James <sam@gentoo.org> | 2024-11-19 14:08:24 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-11-19 14:08:24 +0000 |
commit | fec9c465780c2ad9bccfe2c0fa46549d96940d31 (patch) | |
tree | 0ae74f6b4dd499a1044bf39270d4099d42cb6430 /dev-scheme | |
parent | dev-scheme/guile: Stabilize 1.8.8-r102 x86, #942834 (diff) | |
download | gentoo-fec9c465780c2ad9bccfe2c0fa46549d96940d31.tar.gz gentoo-fec9c465780c2ad9bccfe2c0fa46549d96940d31.tar.bz2 gentoo-fec9c465780c2ad9bccfe2c0fa46549d96940d31.zip |
dev-scheme/guile: Stabilize 2.2.7-r102 x86, #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 697319cff79c..7b952d5ff87c 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" |