From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1296134-garchives=archives.gentoo.org@lists.gentoo.org> 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 A90641382C5 for <garchives@archives.gentoo.org>; Tue, 22 Jun 2021 20:54:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB1A6E07EF; Tue, 22 Jun 2021 20:54:19 +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 D2060E07EF for <gentoo-commits@lists.gentoo.org>; Tue, 22 Jun 2021 20:54:19 +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 DA1F433BF41 for <gentoo-commits@lists.gentoo.org>; Tue, 22 Jun 2021 20:54:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 72ED47B6 for <gentoo-commits@lists.gentoo.org>; Tue, 22 Jun 2021 20:54:17 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1624395243.9d14aac93fabe41f7015abdf3267416b22744a14.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/systemd/systemd-248.3-r1.ebuild sys-apps/systemd/systemd-248.3.ebuild sys-apps/systemd/systemd-249_rc1-r1.ebuild sys-apps/systemd/systemd-249_rc1.ebuild sys-apps/systemd/systemd-9999.ebuild X-VCS-Directories: sys-apps/systemd/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9d14aac93fabe41f7015abdf3267416b22744a14 X-VCS-Branch: master Date: Tue, 22 Jun 2021 20:54:17 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 88b1a606-bb75-4191-a66d-8c7bf776e631 X-Archives-Hash: 4e8c67988b4bb6534db1e900522df59d commit: 9d14aac93fabe41f7015abdf3267416b22744a14 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Jun 22 20:44:16 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Jun 22 20:54:03 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d14aac9 sys-apps/systemd: add virtual/libcrypt dependency Needed for upcoming libcrypt migration. Acked-by: David Seifert <soap <AT> gentoo.org> Signed-off-by: Sam James <sam <AT> gentoo.org> sys-apps/systemd/{systemd-248.3.ebuild => systemd-248.3-r1.ebuild} | 1 + sys-apps/systemd/{systemd-249_rc1.ebuild => systemd-249_rc1-r1.ebuild} | 1 + sys-apps/systemd/systemd-9999.ebuild | 1 + 3 files changed, 3 insertions(+) diff --git a/sys-apps/systemd/systemd-248.3.ebuild b/sys-apps/systemd/systemd-248.3-r1.ebuild similarity index 99% rename from sys-apps/systemd/systemd-248.3.ebuild rename to sys-apps/systemd/systemd-248.3-r1.ebuild index c05f93040c9..190f25f5a2f 100644 --- a/sys-apps/systemd/systemd-248.3.ebuild +++ b/sys-apps/systemd/systemd-248.3-r1.ebuild @@ -43,6 +43,7 @@ OPENSSL_DEP=">=dev-libs/openssl-1.1.0:0=" COMMON_DEPEND=">=sys-apps/util-linux-2.30:0=[${MULTILIB_USEDEP}] sys-libs/libcap:0=[${MULTILIB_USEDEP}] + virtual/libcrypt:=[${MULTILIB_USEDEP}] acl? ( sys-apps/acl:0= ) apparmor? ( sys-libs/libapparmor:0= ) audit? ( >=sys-process/audit-2:0= ) diff --git a/sys-apps/systemd/systemd-249_rc1.ebuild b/sys-apps/systemd/systemd-249_rc1-r1.ebuild similarity index 99% rename from sys-apps/systemd/systemd-249_rc1.ebuild rename to sys-apps/systemd/systemd-249_rc1-r1.ebuild index 6524db4486d..a9e94af56ef 100644 --- a/sys-apps/systemd/systemd-249_rc1.ebuild +++ b/sys-apps/systemd/systemd-249_rc1-r1.ebuild @@ -43,6 +43,7 @@ OPENSSL_DEP=">=dev-libs/openssl-1.1.0:0=" COMMON_DEPEND=">=sys-apps/util-linux-2.30:0=[${MULTILIB_USEDEP}] sys-libs/libcap:0=[${MULTILIB_USEDEP}] + virtual/libcrypt:=[${MULTILIB_USEDEP}] acl? ( sys-apps/acl:0= ) apparmor? ( sys-libs/libapparmor:0= ) audit? ( >=sys-process/audit-2:0= ) diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild index 3ff4f01859d..a8e7949b207 100644 --- a/sys-apps/systemd/systemd-9999.ebuild +++ b/sys-apps/systemd/systemd-9999.ebuild @@ -43,6 +43,7 @@ OPENSSL_DEP=">=dev-libs/openssl-1.1.0:0=" COMMON_DEPEND=">=sys-apps/util-linux-2.30:0=[${MULTILIB_USEDEP}] sys-libs/libcap:0=[${MULTILIB_USEDEP}] + virtual/libcrypt:=[${MULTILIB_USEDEP}] acl? ( sys-apps/acl:0= ) apparmor? ( sys-libs/libapparmor:0= ) audit? ( >=sys-process/audit-2:0= )