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

(-)file_not_specified_in_diff (-8 / +4 lines)
Line  Link Here
0
-- dev-python/pygobject/pygobject-2.18.0-r2.ebuild
0
++ dev-python/pygobject/pygobject-2.20.0.ebuild
Lines 23-30 Link Here
23
	doc? ( dev-libs/libxslt >=app-text/docbook-xsl-stylesheets-1.70.1 )
23
	doc? ( dev-libs/libxslt >=app-text/docbook-xsl-stylesheets-1.70.1 )
24
	test? ( media-fonts/font-cursor-misc media-fonts/font-misc-misc )
24
	test? ( media-fonts/font-cursor-misc media-fonts/font-misc-misc )
25
	>=dev-util/pkgconfig-0.12.0"
25
	>=dev-util/pkgconfig-0.12.0"
26
26
RESTRICT_PYTHON_ABIS="3.*"
27
RESTRICT_PYTHON_ABIS="3*"
28
27
29
DOCS="AUTHORS ChangeLog* NEWS README"
28
DOCS="AUTHORS ChangeLog* NEWS README"
30
29
Lines 42-54 Link Here
42
	epatch "${FILESDIR}/${PN}-2.15.4-fix-codegen-location.patch"
41
	epatch "${FILESDIR}/${PN}-2.15.4-fix-codegen-location.patch"
43
42
44
	# Do not build tests if unneeded, bug #226345
43
	# Do not build tests if unneeded, bug #226345
45
	epatch "${FILESDIR}"/${P}-make_check.patch
44
	epatch "${FILESDIR}"/${PN}-2.18.0-make_check.patch
46
47
	# Do not install files twice, bug #279813
48
	epatch "${FILESDIR}/${P}-automake111.patch"
49
45
50
	# Support installation for multiple Python versions
46
	# Support installation for multiple Python versions
51
	epatch "${FILESDIR}/${P}-support_multiple_python_versions.patch"
47
	epatch "${FILESDIR}/${PN}-2.18.0-support_multiple_python_versions.patch"
52
48
53
	# needed to build on a libtool-1 system, bug #255542
49
	# needed to build on a libtool-1 system, bug #255542
54
	rm m4/lt* m4/libtool.m4 ltmain.sh
50
	rm m4/lt* m4/libtool.m4 ltmain.sh

Return to bug 286862