diff options
author | Aaron Bauman <bman@gentoo.org> | 2018-04-21 18:16:42 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-04-21 18:16:42 -0400 |
commit | 210d7dd5504cb4698a99cb132271a5c1270bc1af (patch) | |
tree | 68c8d1ab2f638569f7f1e000e51070115a6cc2b1 | |
parent | dev-util/ccache: amd64 stable wrt bug #646652 (diff) | |
download | gentoo-210d7dd5504cb4698a99cb132271a5c1270bc1af.tar.gz gentoo-210d7dd5504cb4698a99cb132271a5c1270bc1af.tar.bz2 gentoo-210d7dd5504cb4698a99cb132271a5c1270bc1af.zip |
dev-libs/boehm-gc: amd64 stable wrt bug #653720
Bug: https://bugs.gentoo.org/653720
Package-Manager: Portage-2.3.31, Repoman-2.3.9
-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 d5b0c15a034f..9d07e1b1feb9 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 ~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=" |