diff options
author | 2018-04-21 21:42:55 +0200 | |
---|---|---|
committer | 2018-04-21 21:46:15 +0200 | |
commit | b0c01360260271f34bb99cdc1c466e5c14e650a5 (patch) | |
tree | e933b3494d0642eba78f5508abc437c117ae264c /dev-libs | |
parent | app-metrics/buildbot-prometheus: remove non-ascii symbols from patch (diff) | |
download | gentoo-b0c01360260271f34bb99cdc1c466e5c14e650a5.tar.gz gentoo-b0c01360260271f34bb99cdc1c466e5c14e650a5.tar.bz2 gentoo-b0c01360260271f34bb99cdc1c466e5c14e650a5.zip |
dev-libs/boehm-gc: Enable threading by default, bug 592318
This version is also a stable candidate.
Closes: https://bugs.gentoo.org/592318
Package-Manager: Portage-2.3.27, Repoman-2.3.9
Diffstat (limited to 'dev-libs')
-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 f83e8ff8d30c..794c46bc4f2f 100644 --- a/dev-libs/boehm-gc/boehm-gc-7.6.4.ebuild +++ b/dev-libs/boehm-gc/boehm-gc-7.6.4.ebuild @@ -16,7 +16,7 @@ LICENSE="boehm-gc" # 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" -IUSE="cxx static-libs threads" +IUSE="cxx static-libs +threads" DEPEND=" >=dev-libs/libatomic_ops-7.4[${MULTILIB_USEDEP}] |