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

Collapse All | Expand All

(-)file_not_specified_in_diff (-16 / +2 lines)
Line  Link Here
0
-- cmake-2.6.4-r2.ebuild
0
++ cmake-2.6.4-r3.ebuild
Lines 16-22 Link Here
16
LICENSE="CMake"
16
LICENSE="CMake"
17
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
17
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
18
SLOT="0"
18
SLOT="0"
19
IUSE="emacs python3 qt4 vim-syntax"
19
IUSE="emacs qt4 vim-syntax"
20
20
21
DEPEND="
21
DEPEND="
22
	>=net-misc/curl-7.16.4
22
	>=net-misc/curl-7.16.4
Lines 48-67 Link Here
48
	"${FILESDIR}/${P}-FindBoost.patch"
48
	"${FILESDIR}/${P}-FindBoost.patch"
49
)
49
)
50
50
51
pkg_setup() {
52
	if use python3; then
53
		ewarn "Support for Python 3 is experimental."
54
		ewarn "Please include patches in bug reports!"
55
		ebeep 6
56
	fi
57
}
58
59
src_prepare() {
60
	base_src_prepare
61
62
	use python3 && epatch "${FILESDIR}/${PN}-python-3.patch"
63
}
64
65
src_configure() {
51
src_configure() {
66
	local qt_arg par_arg
52
	local qt_arg par_arg
67
53

Return to bug 287143