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 699451580B9 for ; Sun, 22 Aug 2021 03:17:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2358AE0917; Sun, 22 Aug 2021 03:17:25 +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 0A385E0917 for ; Sun, 22 Aug 2021 03:17:25 +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 60812342A65 for ; Sun, 22 Aug 2021 03:17:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 625198D2 for ; Sun, 22 Aug 2021 03:17:20 +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: <1629602224.e8c7748e58673d10f684bbaf30f490e85f17e9ce.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/calamares/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/calamares/calamares-3.2.32.1-r1.ebuild app-admin/calamares/calamares-3.2.32.1.ebuild X-VCS-Directories: app-admin/calamares/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e8c7748e58673d10f684bbaf30f490e85f17e9ce X-VCS-Branch: master Date: Sun, 22 Aug 2021 03:17:20 +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: a751d338-c9fe-4248-95cc-8b322ad9aa11 X-Archives-Hash: aa9264f96d15af6cac460d7e3afecfe4 commit: e8c7748e58673d10f684bbaf30f490e85f17e9ce Author: Sam James gentoo org> AuthorDate: Sun Aug 22 03:14:14 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Aug 22 03:17:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8c7748e app-admin/calamares: add missing libcrypt dependency Closes: https://bugs.gentoo.org/807103 Signed-off-by: Sam James gentoo.org> .../{calamares-3.2.32.1.ebuild => calamares-3.2.32.1-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/app-admin/calamares/calamares-3.2.32.1.ebuild b/app-admin/calamares/calamares-3.2.32.1-r1.ebuild similarity index 99% rename from app-admin/calamares/calamares-3.2.32.1.ebuild rename to app-admin/calamares/calamares-3.2.32.1-r1.ebuild index ee3b007777a..8777435dad9 100644 --- a/app-admin/calamares/calamares-3.2.32.1.ebuild +++ b/app-admin/calamares/calamares-3.2.32.1-r1.ebuild @@ -46,6 +46,7 @@ COMMON_DEPEND="${PYTHON_DEPS} sys-apps/dmidecode sys-auth/polkit-qt >=sys-libs/kpmcore-4.0.0:5= + virtual/libcrypt:= " DEPEND="${COMMON_DEPEND} test? ( dev-qt/qttest:5 )