diff options
author | Sam James <sam@gentoo.org> | 2021-06-22 23:09:04 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-22 23:34:36 +0100 |
commit | 63065a50e89701d25d9ff833ced99d6204e4dcde (patch) | |
tree | 4e80c460f112203c353fe418b7ac0fbbdd471f32 /app-benchmarks | |
parent | sci-physics/root: add virtual/libcrypt dependency (diff) | |
download | gentoo-63065a50e89701d25d9ff833ced99d6204e4dcde.tar.gz gentoo-63065a50e89701d25d9ff833ced99d6204e4dcde.tar.bz2 gentoo-63065a50e89701d25d9ff833ced99d6204e4dcde.zip |
app-benchmarks/stress-ng: add virtual/libcrypt dependency
Needed for upcoming libcrypt migration.
Acked-by: David Seifert <soap@gentoo.org>
Reported-by: Ulrich Müller <ulm@gentoo.org>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-benchmarks')
-rw-r--r-- | app-benchmarks/stress-ng/stress-ng-0.12.09-r1.ebuild (renamed from app-benchmarks/stress-ng/stress-ng-0.12.09.ebuild) | 1 | ||||
-rw-r--r-- | app-benchmarks/stress-ng/stress-ng-0.12.10-r1.ebuild (renamed from app-benchmarks/stress-ng/stress-ng-0.12.10.ebuild) | 1 |
2 files changed, 2 insertions, 0 deletions
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 index a29434661e67..d0f6f93df409 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 index 670270f6cecb..309cd350a1c7 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}" |