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

(-)a/dev-libs/libfmt/libfmt-6.1.2.ebuild (-2 / +3 lines)
Lines 1-8 Link Here
1
# Copyright 1999-2019 Gentoo Authors
1
# Copyright 1999-2020 Gentoo Authors
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
3
4
EAPI=7
4
EAPI=7
5
5
6
CMAKE_ECLASS=cmake
6
inherit cmake-multilib
7
inherit cmake-multilib
7
8
8
DESCRIPTION="Small, safe and fast formatting library"
9
DESCRIPTION="Small, safe and fast formatting library"
Lines 31-35 multilib_src_configure() { Link Here
31
		-DFMT_LIB_DIR="$(get_libdir)"
32
		-DFMT_LIB_DIR="$(get_libdir)"
32
		-DFMT_TEST=$(usex test)
33
		-DFMT_TEST=$(usex test)
33
	)
34
	)
34
	cmake-utils_src_configure
35
	cmake_src_configure
35
}
36
}
(-)a/dev-libs/libfmt/libfmt-9999.ebuild (-3 / +3 lines)
Lines 1-8 Link Here
1
# Copyright 1999-2019 Gentoo Authors
1
# Copyright 1999-2020 Gentoo Authors
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
3
4
EAPI=7
4
EAPI=7
5
5
6
CMAKE_ECLASS=cmake
6
inherit cmake-multilib
7
inherit cmake-multilib
7
8
8
DESCRIPTION="Small, safe and fast formatting library"
9
DESCRIPTION="Small, safe and fast formatting library"
Lines 31-35 multilib_src_configure() { Link Here
31
		-DFMT_LIB_DIR="$(get_libdir)"
32
		-DFMT_LIB_DIR="$(get_libdir)"
32
		-DFMT_TEST=$(usex test)
33
		-DFMT_TEST=$(usex test)
33
	)
34
	)
34
	cmake-utils_src_configure
35
	cmake_src_configure
35
}
36
}
36
- 

Return to bug 704462