diff options
author | 2019-09-10 08:00:20 +0100 | |
---|---|---|
committer | 2019-09-10 08:00:20 +0100 | |
commit | e42049d84c541a6742e5a987c4ce1e02fcfe97e5 (patch) | |
tree | 777caf9e1760669fb698314e256f31b4371ac2cb /dev-libs/boehm-gc | |
parent | dev-libs/isl: stable 0.21 for ppc64, bug #693842 (diff) | |
download | gentoo-e42049d84c541a6742e5a987c4ce1e02fcfe97e5.tar.gz gentoo-e42049d84c541a6742e5a987c4ce1e02fcfe97e5.tar.bz2 gentoo-e42049d84c541a6742e5a987c4ce1e02fcfe97e5.zip |
dev-libs/boehm-gc: stable 8.0.4 for ppc64, bug #693844
Package-Manager: Portage-2.3.75, Repoman-2.3.17
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-libs/boehm-gc')
-rw-r--r-- | dev-libs/boehm-gc/boehm-gc-8.0.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/boehm-gc/boehm-gc-8.0.4.ebuild b/dev-libs/boehm-gc/boehm-gc-8.0.4.ebuild index 2c73394ecd3a..3cb3c9b592b1 100644 --- a/dev-libs/boehm-gc/boehm-gc-8.0.4.ebuild +++ b/dev-libs/boehm-gc/boehm-gc-8.0.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 ~riscv ~s390 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="cxx static-libs +threads" DEPEND=" |