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 D0680139335 for ; Sun, 27 Jun 2021 21:50:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5A1FE0876; Sun, 27 Jun 2021 21:50:48 +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 CA48AE0843 for ; Sun, 27 Jun 2021 21:50:48 +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 CB44233D3D0 for ; Sun, 27 Jun 2021 21:50:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3BD957AF for ; Sun, 27 Jun 2021 21:50:46 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1624830622.50d96c6315095f31ea0893153a0641e7cbd36d64.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/toybox/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/toybox/toybox-0.8.4-r1.ebuild sys-apps/toybox/toybox-0.8.4.ebuild sys-apps/toybox/toybox-0.8.5-r1.ebuild sys-apps/toybox/toybox-0.8.5.ebuild sys-apps/toybox/toybox-9999.ebuild X-VCS-Directories: sys-apps/toybox/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 50d96c6315095f31ea0893153a0641e7cbd36d64 X-VCS-Branch: master Date: Sun, 27 Jun 2021 21:50:46 +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: e180c189-e5c8-4ef9-8999-62406cf7498f X-Archives-Hash: d9f68f45e23119e5da1022469fc7159f commit: 50d96c6315095f31ea0893153a0641e7cbd36d64 Author: Mike Gilbert gentoo org> AuthorDate: Sun Jun 27 21:47:54 2021 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sun Jun 27 21:50:22 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50d96c63 sys-apps/toybox: depend on virtual/libcrypt Signed-off-by: Mike Gilbert gentoo.org> sys-apps/toybox/{toybox-0.8.4.ebuild => toybox-0.8.4-r1.ebuild} | 3 +++ sys-apps/toybox/{toybox-0.8.5.ebuild => toybox-0.8.5-r1.ebuild} | 3 +++ sys-apps/toybox/toybox-9999.ebuild | 3 +++ 3 files changed, 9 insertions(+) diff --git a/sys-apps/toybox/toybox-0.8.4.ebuild b/sys-apps/toybox/toybox-0.8.4-r1.ebuild similarity index 95% rename from sys-apps/toybox/toybox-0.8.4.ebuild rename to sys-apps/toybox/toybox-0.8.4-r1.ebuild index ca78edf8b36..888ca615d7a 100644 --- a/sys-apps/toybox/toybox-0.8.4.ebuild +++ b/sys-apps/toybox/toybox-0.8.4-r1.ebuild @@ -19,6 +19,9 @@ HOMEPAGE="https://landley.net/code/toybox/" LICENSE="0BSD" SLOT="0" +DEPEND="virtual/libcrypt:=" +RDEPEND="${DEPEND}" + src_prepare() { default restore_config .config diff --git a/sys-apps/toybox/toybox-0.8.5.ebuild b/sys-apps/toybox/toybox-0.8.5-r1.ebuild similarity index 95% rename from sys-apps/toybox/toybox-0.8.5.ebuild rename to sys-apps/toybox/toybox-0.8.5-r1.ebuild index ca78edf8b36..888ca615d7a 100644 --- a/sys-apps/toybox/toybox-0.8.5.ebuild +++ b/sys-apps/toybox/toybox-0.8.5-r1.ebuild @@ -19,6 +19,9 @@ HOMEPAGE="https://landley.net/code/toybox/" LICENSE="0BSD" SLOT="0" +DEPEND="virtual/libcrypt:=" +RDEPEND="${DEPEND}" + src_prepare() { default restore_config .config diff --git a/sys-apps/toybox/toybox-9999.ebuild b/sys-apps/toybox/toybox-9999.ebuild index ca78edf8b36..888ca615d7a 100644 --- a/sys-apps/toybox/toybox-9999.ebuild +++ b/sys-apps/toybox/toybox-9999.ebuild @@ -19,6 +19,9 @@ HOMEPAGE="https://landley.net/code/toybox/" LICENSE="0BSD" SLOT="0" +DEPEND="virtual/libcrypt:=" +RDEPEND="${DEPEND}" + src_prepare() { default restore_config .config