diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-06-03 22:46:32 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-06-03 22:46:32 +0300 |
commit | 0b5872112fdc2c11d1a289b392e3a8be4e272839 (patch) | |
tree | c19477d9ecc9834d014979de5414ee6a49e3b760 /dev-libs/boehm-gc | |
parent | dev-scheme/guile: mark s390 stable wrt bug #647114 (diff) | |
download | gentoo-0b5872112fdc2c11d1a289b392e3a8be4e272839.tar.gz gentoo-0b5872112fdc2c11d1a289b392e3a8be4e272839.tar.bz2 gentoo-0b5872112fdc2c11d1a289b392e3a8be4e272839.zip |
dev-libs/boehm-gc: mark s390 stable wrt bug #647114
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-libs/boehm-gc')
-rw-r--r-- | dev-libs/boehm-gc/boehm-gc-7.6.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/boehm-gc/boehm-gc-7.6.4.ebuild b/dev-libs/boehm-gc/boehm-gc-7.6.4.ebuild index bb46d18df236..f55d67781196 100644 --- a/dev-libs/boehm-gc/boehm-gc-7.6.4.ebuild +++ b/dev-libs/boehm-gc/boehm-gc-7.6.4.ebuild @@ -15,7 +15,7 @@ LICENSE="boehm-gc" # SONAME: libgc.so.1 libgccpp.so.1 # We've been using subslot 0 for these instead of "1.1". SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="cxx static-libs +threads" DEPEND=" |