Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 638326 | Differences between
and this patch

Collapse All | Expand All

(-)yaml-cpp-0.5.3.ebuild.orig (-3 / +3 lines)
Lines 3-9 Link Here
3
3
4
EAPI=6
4
EAPI=6
5
5
6
inherit cmake-utils
6
inherit cmake-multilib
7
7
8
DESCRIPTION="YAML parser and emitter in C++"
8
DESCRIPTION="YAML parser and emitter in C++"
9
HOMEPAGE="https://github.com/jbeder/yaml-cpp"
9
HOMEPAGE="https://github.com/jbeder/yaml-cpp"
Lines 14-20 Link Here
14
KEYWORDS="amd64 ~arm ~arm64 hppa ppc ppc64 x86 ~amd64-linux ~x86-linux"
14
KEYWORDS="amd64 ~arm ~arm64 hppa ppc ppc64 x86 ~amd64-linux ~x86-linux"
15
IUSE=""
15
IUSE=""
16
16
17
DEPEND=">=dev-libs/boost-1.49.0-r2"
17
DEPEND=">=dev-libs/boost-1.49.0-r2[${MULTILIB_USEDEP}]"
18
RDEPEND="${DEPEND}"
18
RDEPEND="${DEPEND}"
19
19
20
S="${WORKDIR}/${PN}-release-${PV}"
20
S="${WORKDIR}/${PN}-release-${PV}"
Lines 33-37 Link Here
33
	local mycmakeargs=(
33
	local mycmakeargs=(
34
		-DBUILD_SHARED_LIBS=ON
34
		-DBUILD_SHARED_LIBS=ON
35
	)
35
	)
36
	cmake-utils_src_configure
36
	cmake-multilib_src_configure
37
}
37
}

Return to bug 638326