mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-tcltk/tclpython: Fix test
Signed-off-by: Alfredo Tupone <tupone@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11
This commit is contained in:
@@ -25,7 +25,6 @@ RDEPEND="${DEPEND}"
|
||||
PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
|
||||
|
||||
src_compile() {
|
||||
local PKG_NAME
|
||||
if python_is_python3; then
|
||||
PKG_NAME=tclpython3
|
||||
else
|
||||
@@ -34,6 +33,10 @@ src_compile() {
|
||||
emake PKG_NAME=${PKG_NAME} CC=$(tc-getCC)
|
||||
}
|
||||
|
||||
src_test() {
|
||||
emake PKG_NAME=${PKG_NAME} CC=$(tc-getCC) test
|
||||
}
|
||||
|
||||
src_install() {
|
||||
if python_is_python3; then
|
||||
insinto /usr/$(get_libdir)
|
||||
|
||||
Reference in New Issue
Block a user