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 D255A13835A for ; Tue, 22 Jun 2021 22:38:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 13571E0863; Tue, 22 Jun 2021 22:38:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 EEEE2E0863 for ; Tue, 22 Jun 2021 22:38:15 +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 E43FF340441 for ; Tue, 22 Jun 2021 22:38:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 026D97BB for ; Tue, 22 Jun 2021 22:38:12 +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: <1624401276.63065a50e89701d25d9ff833ced99d6204e4dcde.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-benchmarks/stress-ng/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-benchmarks/stress-ng/stress-ng-0.12.09-r1.ebuild app-benchmarks/stress-ng/stress-ng-0.12.09.ebuild app-benchmarks/stress-ng/stress-ng-0.12.10-r1.ebuild app-benchmarks/stress-ng/stress-ng-0.12.10.ebuild X-VCS-Directories: app-benchmarks/stress-ng/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 63065a50e89701d25d9ff833ced99d6204e4dcde X-VCS-Branch: master Date: Tue, 22 Jun 2021 22:38:12 +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: d8247e2b-a07c-4539-9e61-ad6f77315a39 X-Archives-Hash: abe5e515783bd207a21a1bdedb469a0d commit: 63065a50e89701d25d9ff833ced99d6204e4dcde Author: Sam James gentoo org> AuthorDate: Tue Jun 22 22:09:04 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jun 22 22:34:36 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63065a50 app-benchmarks/stress-ng: add virtual/libcrypt dependency Needed for upcoming libcrypt migration. Acked-by: David Seifert gentoo.org> Reported-by: Ulrich Müller gentoo.org> Signed-off-by: Sam James gentoo.org> .../stress-ng/{stress-ng-0.12.09.ebuild => stress-ng-0.12.09-r1.ebuild} | 1 + .../stress-ng/{stress-ng-0.12.10.ebuild => stress-ng-0.12.10-r1.ebuild} | 1 + 2 files changed, 2 insertions(+) diff --git a/app-benchmarks/stress-ng/stress-ng-0.12.09.ebuild b/app-benchmarks/stress-ng/stress-ng-0.12.09-r1.ebuild similarity index 97% rename from app-benchmarks/stress-ng/stress-ng-0.12.09.ebuild rename to app-benchmarks/stress-ng/stress-ng-0.12.09-r1.ebuild index a29434661e6..d0f6f93df40 100644 --- a/app-benchmarks/stress-ng/stress-ng-0.12.09.ebuild +++ b/app-benchmarks/stress-ng/stress-ng-0.12.09-r1.ebuild @@ -21,6 +21,7 @@ DEPEND=" sys-apps/keyutils:= sys-libs/libcap sys-libs/zlib + virtual/libcrypt:= " RDEPEND="${DEPEND}" diff --git a/app-benchmarks/stress-ng/stress-ng-0.12.10.ebuild b/app-benchmarks/stress-ng/stress-ng-0.12.10-r1.ebuild similarity index 97% rename from app-benchmarks/stress-ng/stress-ng-0.12.10.ebuild rename to app-benchmarks/stress-ng/stress-ng-0.12.10-r1.ebuild index 670270f6cec..309cd350a1c 100644 --- a/app-benchmarks/stress-ng/stress-ng-0.12.10.ebuild +++ b/app-benchmarks/stress-ng/stress-ng-0.12.10-r1.ebuild @@ -21,6 +21,7 @@ DEPEND=" sys-apps/keyutils:= sys-libs/libcap sys-libs/zlib + virtual/libcrypt:= " RDEPEND="${DEPEND}"