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

Collapse All | Expand All

(-)pypy.old/pypy-1.9.ebuild (-1 / +3 lines)
Line 0 Link Here
1
--- pypy/rlib/ropenssl.py	2012-06-07 21:24:48.000000000 +0900
Lines 14-20 SLOTVER=$(get_version_component_range 1- Link Here
14
LICENSE="MIT"
14
LICENSE="MIT"
15
SLOT="${SLOTVER}"
15
SLOT="${SLOTVER}"
16
PYTHON_ABI="2.7-pypy-${SLOTVER}"
16
PYTHON_ABI="2.7-pypy-${SLOTVER}"
17
KEYWORDS="~amd64 ~x86"
17
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
18
IUSE="bzip2 doc examples +jit ncurses sandbox shadowstack sqlite ssl +xml"
18
IUSE="bzip2 doc examples +jit ncurses sandbox shadowstack sqlite ssl +xml"
19
19
20
RDEPEND=">=sys-libs/zlib-1.1.3
20
RDEPEND=">=sys-libs/zlib-1.1.3
Lines 46-51 src_prepare() { Link Here
46
	epatch "${FILESDIR}/${PV}-scripts-location.patch"
46
	epatch "${FILESDIR}/${PV}-scripts-location.patch"
47
	epatch "${FILESDIR}/${PV}-distutils.unixccompiler.UnixCCompiler.runtime_library_dir_option.patch"
47
	epatch "${FILESDIR}/${PV}-distutils.unixccompiler.UnixCCompiler.runtime_library_dir_option.patch"
48
	epatch "${FILESDIR}/${PV}-distutils-fix_handling_of_executables_and_flags.patch"
48
	epatch "${FILESDIR}/${PV}-distutils-fix_handling_of_executables_and_flags.patch"
49
	epatch "${FILESDIR}/${P}-no-static-hack.patch"
49
}
50
}
50
51
51
src_compile() {
52
src_compile() {

Return to bug 420621