Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 790767
Collapse All | Expand All

(-)a/dev-libs/boehm-gc/boehm-gc-8.0.4.ebuild (-1 / +2 lines)
Lines 16-22 LICENSE="boehm-gc" Link Here
16
# We've been using subslot 0 for these instead of "1.1".
16
# We've been using subslot 0 for these instead of "1.1".
17
SLOT="0"
17
SLOT="0"
18
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
18
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
19
IUSE="cxx static-libs +threads"
19
IUSE="cxx +large static-libs +threads"
20
20
21
RDEPEND=">=dev-libs/libatomic_ops-7.4[${MULTILIB_USEDEP}]"
21
RDEPEND=">=dev-libs/libatomic_ops-7.4[${MULTILIB_USEDEP}]"
22
DEPEND="${RDEPEND}"
22
DEPEND="${RDEPEND}"
Lines 36-41 multilib_src_configure() { Link Here
36
		$(use_enable cxx cplusplus)
36
		$(use_enable cxx cplusplus)
37
		$(use_enable static-libs static)
37
		$(use_enable static-libs static)
38
		$(use threads || echo --disable-threads)
38
		$(use threads || echo --disable-threads)
39
		$(use_enable large large-config)
39
	)
40
	)
40
41
41
	ECONF_SOURCE=${S} econf "${config[@]}"
42
	ECONF_SOURCE=${S} econf "${config[@]}"
(-)a/dev-libs/boehm-gc/metadata.xml (-1 / +1 lines)
Lines 4-8 Link Here
4
<maintainer type="project">
4
<maintainer type="project">
5
	<email>toolchain@gentoo.org</email>
5
	<email>toolchain@gentoo.org</email>
6
	<name>Gentoo Toolchain Project</name>
6
	<name>Gentoo Toolchain Project</name>
7
	<flag name="large">Enables large root sets</flag>
7
</maintainer>
8
</maintainer>
8
</pkgmetadata>
9
</pkgmetadata>
9
- 

Return to bug 790767