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 E40EA1580B1 for ; Tue, 31 Aug 2021 15:07:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 442BEE08C3; Tue, 31 Aug 2021 15:07:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 CE0F6E08C3 for ; Tue, 31 Aug 2021 15:07:35 +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 9345A340A9F for ; Tue, 31 Aug 2021 15:07:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F379439 for ; Tue, 31 Aug 2021 15:07:32 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1630422430.84dc804733e520f3a4e869374ae26df5b503cdfa.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd-tmpfiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/systemd-tmpfiles/systemd-tmpfiles-246.ebuild sys-apps/systemd-tmpfiles/systemd-tmpfiles-249.2.ebuild X-VCS-Directories: sys-apps/systemd-tmpfiles/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 84dc804733e520f3a4e869374ae26df5b503cdfa X-VCS-Branch: master Date: Tue, 31 Aug 2021 15:07:32 +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: 67239f7e-ea9f-477b-a958-49aa5192df84 X-Archives-Hash: 250d58ccf3316785e0d3f12a5c7057f0 commit: 84dc804733e520f3a4e869374ae26df5b503cdfa Author: Georgy Yakovlev gentoo org> AuthorDate: Tue Aug 31 15:06:02 2021 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Tue Aug 31 15:07:10 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84dc8047 sys-apps/systemd-tmpfiles: add libxcrypt dep Closes: https://bugs.gentoo.org/811216 Signed-off-by: Georgy Yakovlev gentoo.org> sys-apps/systemd-tmpfiles/systemd-tmpfiles-246.ebuild | 1 + sys-apps/systemd-tmpfiles/systemd-tmpfiles-249.2.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/sys-apps/systemd-tmpfiles/systemd-tmpfiles-246.ebuild b/sys-apps/systemd-tmpfiles/systemd-tmpfiles-246.ebuild index cf8eccb94f0..e88b531fdb7 100644 --- a/sys-apps/systemd-tmpfiles/systemd-tmpfiles-246.ebuild +++ b/sys-apps/systemd-tmpfiles/systemd-tmpfiles-246.ebuild @@ -23,6 +23,7 @@ RDEPEND=" >=sys-apps/util-linux-2.30:0= sys-libs/libcap:0= selinux? ( sys-libs/libselinux:0= ) + virtual/libcrypt:= !sys-apps/opentmpfiles !sys-apps/systemd " diff --git a/sys-apps/systemd-tmpfiles/systemd-tmpfiles-249.2.ebuild b/sys-apps/systemd-tmpfiles/systemd-tmpfiles-249.2.ebuild index e7dfd08d456..ad2d57316a2 100644 --- a/sys-apps/systemd-tmpfiles/systemd-tmpfiles-249.2.ebuild +++ b/sys-apps/systemd-tmpfiles/systemd-tmpfiles-249.2.ebuild @@ -33,6 +33,7 @@ RDEPEND=" >=sys-apps/util-linux-2.30:0= sys-libs/libcap:0= selinux? ( sys-libs/libselinux:0= ) + virtual/libcrypt:= !sys-apps/opentmpfiles !sys-apps/systemd "