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 5D762138334 for ; Sun, 28 Jul 2019 04:11:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81EFFE0809; Sun, 28 Jul 2019 04:11:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 30762E0809 for ; Sun, 28 Jul 2019 04:11:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 AB06C348CB4 for ; Sun, 28 Jul 2019 04:11:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1FDC0734 for ; Sun, 28 Jul 2019 04:11:09 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1564287016.4e3acabef60da511d7873f8853cd55e053cbf5f4.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/s390-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/s390-tools/s390-tools-2.4.0-r1.ebuild X-VCS-Directories: sys-apps/s390-tools/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 4e3acabef60da511d7873f8853cd55e053cbf5f4 X-VCS-Branch: master Date: Sun, 28 Jul 2019 04:11:09 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7eae314d-a4a3-4278-9296-02efbc4d4b5c X-Archives-Hash: 541fb8aab413b0cb2ba30d3d566e0650 commit: 4e3acabef60da511d7873f8853cd55e053cbf5f4 Author: Matt Turner gentoo org> AuthorDate: Sun Jul 28 03:54:19 2019 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Jul 28 04:10:16 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e3acabe sys-apps/s390-tools: Link with -ltinfo for USE=ncurses Signed-off-by: Matt Turner gentoo.org> sys-apps/s390-tools/s390-tools-2.4.0-r1.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sys-apps/s390-tools/s390-tools-2.4.0-r1.ebuild b/sys-apps/s390-tools/s390-tools-2.4.0-r1.ebuild index 48255ba2fb0..dadd3e020bf 100644 --- a/sys-apps/s390-tools/s390-tools-2.4.0-r1.ebuild +++ b/sys-apps/s390-tools/s390-tools-2.4.0-r1.ebuild @@ -23,6 +23,11 @@ DEPEND="${RDEPEND} dev-util/indent app-admin/genromfs" +src_prepare() { + default + sed -i -e 's/-lncurses/-lncurses -ltinfo/' "${S}"/hyptop/Makefile || die +} + src_configure() { export MAKEOPTS+=" V=1" export HAVE_DRACUT=0