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

Collapse All | Expand All

(-)python-2.2.2.ebuild (-1 / +8 lines)
Lines 13-19 Link Here
13
13
14
HOMEPAGE="http://www.python.org"
14
HOMEPAGE="http://www.python.org"
15
LICENSE="PSF-2.2"
15
LICENSE="PSF-2.2"
16
KEYWORDS="x86 ppc sparc alpha mips hppa arm"
16
KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~hppa ~arm"
17
17
18
DEPEND="virtual/glibc >=sys-libs/zlib-1.1.3
18
DEPEND="virtual/glibc >=sys-libs/zlib-1.1.3
19
	readline? ( >=sys-libs/readline-4.1 >=sys-libs/ncurses-5.2 )
19
	readline? ( >=sys-libs/readline-4.1 >=sys-libs/ncurses-5.2 )
Lines 37-42 Link Here
37
37
38
inherit flag-o-matic
38
inherit flag-o-matic
39
39
40
src_unpack() {
41
	unpack ${A}
42
	cd ${S}/Lib/lib-tk
43
	patch < ${FILESDIR}/tkinter-alternate.patch
44
	cd ../..
45
}
46
40
src_compile() {
47
src_compile() {
41
	filter-flags -malign-double
48
	filter-flags -malign-double
42
49

Return to bug 20318