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

Collapse All | Expand All

(-)gmpy.orig/gmpy-1.15.ebuild (-2 / +2 lines)
Lines 14-20 Link Here
14
14
15
LICENSE="LGPL-2.1"
15
LICENSE="LGPL-2.1"
16
SLOT="0"
16
SLOT="0"
17
KEYWORDS="amd64 ~ia64 x86 ~x86-linux ~ppc-macos"
17
KEYWORDS="~amd64 ~ia64 ~x86 ~x86-linux ~ppc-macos"
18
IUSE=""
18
IUSE=""
19
19
20
RDEPEND="dev-libs/gmp"
20
RDEPEND="dev-libs/gmp"
Lines 27-33 Link Here
27
27
28
src_test() {
28
src_test() {
29
	testing() {
29
	testing() {
30
		if [[ "${PYTHON_ABI}" == 3.* ]]; then
30
		if [[ "${PYTHON_ABI:0:2}" == "3." ]]; then
31
			pushd test3 > /dev/null
31
			pushd test3 > /dev/null
32
		else
32
		else
33
			pushd test > /dev/null
33
			pushd test > /dev/null

Return to bug 425660