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 2802F1382C5 for ; Wed, 23 Jun 2021 04:51:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 597EFE0830; Wed, 23 Jun 2021 04:51:51 +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 3FE96E0830 for ; Wed, 23 Jun 2021 04:51:51 +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 6861633BF3C for ; Wed, 23 Jun 2021 04:51:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D2B157A0 for ; Wed, 23 Jun 2021 04:51:45 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1624423873.e0f4cb490c9f0e0cc4a866547933097bf64589f5.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/byld/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/byld/byld-1.0.3-r1.ebuild sys-apps/byld/byld-1.0.3.ebuild X-VCS-Directories: sys-apps/byld/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e0f4cb490c9f0e0cc4a866547933097bf64589f5 X-VCS-Branch: master Date: Wed, 23 Jun 2021 04:51:45 +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: 39a0c0ed-f662-41d7-b609-fc2b4e4fa3f8 X-Archives-Hash: 8bc9644c19c2cee6e8fd3e867f4ff333 commit: e0f4cb490c9f0e0cc4a866547933097bf64589f5 Author: Sam James gentoo org> AuthorDate: Wed Jun 23 04:51:13 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jun 23 04:51:13 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0f4cb49 sys-apps/byld: add missing sys-libs/libtermcap-compat dep Closes: https://bugs.gentoo.org/728052 Signed-off-by: Sam James gentoo.org> sys-apps/byld/{byld-1.0.3.ebuild => byld-1.0.3-r1.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys-apps/byld/byld-1.0.3.ebuild b/sys-apps/byld/byld-1.0.3-r1.ebuild similarity index 92% rename from sys-apps/byld/byld-1.0.3.ebuild rename to sys-apps/byld/byld-1.0.3-r1.ebuild index 932d28c0c9f..2f2785f8330 100644 --- a/sys-apps/byld/byld-1.0.3.ebuild +++ b/sys-apps/byld/byld-1.0.3-r1.ebuild @@ -13,7 +13,8 @@ KEYWORDS="x86" # bug #252054 RESTRICT="strip" -RDEPEND="sys-apps/util-linux" +RDEPEND="sys-apps/util-linux + sys-libs/libtermcap-compat" QA_PREBUILT="*"