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

Collapse All | Expand All

(-)a/app-admin/kedpm/kedpm-0.4.0-r1.ebuild (-2 / +7 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: $
3
# $Header: $
4
4
5
inherit distutils eutils
5
SUPPORT_PYTHON_ABIS="1"
6
RESTRICT_PYTHON_ABIS="3.*"
7
inherit distutils eutils python
6
8
7
DESCRIPTION="Ked Password Manager helps to manage large amounts of passwords and related information"
9
DESCRIPTION="Ked Password Manager helps to manage large amounts of passwords and related information"
8
HOMEPAGE="http://kedpm.sourceforge.net/"
10
HOMEPAGE="http://kedpm.sourceforge.net/"
Lines 38-42 src_install() { Link Here
38
}
40
}
39
41
40
src_test() {
42
src_test() {
41
	./run_tests || die "tests failed"
43
	testing() {
44
		PYTHONPATH="build-${PYTHON_ABI}/lib" "$(PYTHON)" ./run_tests || die "tests failed"
45
	}
46
	python_execute_function testing
42
}
47
}

Return to bug 308271