From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5458B138334 for ; Tue, 30 Oct 2018 19:35:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 16300E0956; Tue, 30 Oct 2018 19:35:09 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DD3B3E0956 for ; Tue, 30 Oct 2018 19:35:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E4D02335C5A for ; Tue, 30 Oct 2018 19:35:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 157E242F for ; Tue, 30 Oct 2018 19:35:05 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1540928088.a3d8dbad0c183b282a7184a76320a511afd54120.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/tclpython/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-tcltk/tclpython/tclpython-5.0.ebuild X-VCS-Directories: dev-tcltk/tclpython/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: a3d8dbad0c183b282a7184a76320a511afd54120 X-VCS-Branch: master Date: Tue, 30 Oct 2018 19:35:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1d2da3b4-3d87-4a42-aa8d-e3a181e21887 X-Archives-Hash: b567407c8b1b5027cdb2833f821adc23 commit: a3d8dbad0c183b282a7184a76320a511afd54120 Author: Tupone Alfredo gentoo org> AuthorDate: Tue Oct 30 19:34:48 2018 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Tue Oct 30 19:34:48 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3d8dbad dev-tcltk/tclpython: Fix test Signed-off-by: Alfredo Tupone gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 dev-tcltk/tclpython/tclpython-5.0.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-tcltk/tclpython/tclpython-5.0.ebuild b/dev-tcltk/tclpython/tclpython-5.0.ebuild index e4a170a603e..f7c6efb3ea7 100644 --- a/dev-tcltk/tclpython/tclpython-5.0.ebuild +++ b/dev-tcltk/tclpython/tclpython-5.0.ebuild @@ -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)