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 C143B1384DE for ; Thu, 24 Jun 2021 23:28:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D9E4EE08F0; Thu, 24 Jun 2021 23:28:02 +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 A4A4EE08F7 for ; Thu, 24 Jun 2021 23:28:02 +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 B9DCA340B35 for ; Thu, 24 Jun 2021 23:28:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 18E4C7BF for ; Thu, 24 Jun 2021 23:27:59 +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: <1624577263.b962ed0777cfee10b3a3e6e875d313f4d0b301ab.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/gatling/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-servers/gatling/gatling-0.16-r2.ebuild www-servers/gatling/gatling-0.16-r3.ebuild X-VCS-Directories: www-servers/gatling/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b962ed0777cfee10b3a3e6e875d313f4d0b301ab X-VCS-Branch: master Date: Thu, 24 Jun 2021 23:27:59 +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: d3243d19-0074-42dc-92a1-12c18013d86f X-Archives-Hash: fc3289e6ada9ac2cb7d3422a76b68b1a commit: b962ed0777cfee10b3a3e6e875d313f4d0b301ab Author: Sam James gentoo org> AuthorDate: Thu Jun 24 23:20:09 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jun 24 23:27:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b962ed07 www-servers/gatling: add dependency on virtual/libcrypt Needed for libxcrypt migration which is upcoming. Acked-by: David Seifert gentoo.org> Reported-by: Ionen Wolkens gentoo.org> Signed-off-by: Sam James gentoo.org> www-servers/gatling/{gatling-0.16-r2.ebuild => gatling-0.16-r3.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/www-servers/gatling/gatling-0.16-r2.ebuild b/www-servers/gatling/gatling-0.16-r3.ebuild similarity index 98% rename from www-servers/gatling/gatling-0.16-r2.ebuild rename to www-servers/gatling/gatling-0.16-r3.ebuild index 5dc968c933d..6070f033243 100644 --- a/www-servers/gatling/gatling-0.16-r2.ebuild +++ b/www-servers/gatling/gatling-0.16-r3.ebuild @@ -16,6 +16,7 @@ IUSE="ssl diet" REQUIRED_USE="ssl? ( !diet )" DEPEND=">=dev-libs/libowfat-0.32-r2[diet=] + virtual/libcrypt:= diet? ( dev-libs/dietlibc ) ssl? ( dev-libs/openssl:0=