From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1296669-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 DC43C1384DD for <garchives@archives.gentoo.org>; Thu, 24 Jun 2021 23:28:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C993E08EB; Thu, 24 Jun 2021 23:28:02 +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 25564E08E0 for <gentoo-commits@lists.gentoo.org>; 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 40229335D72 for <gentoo-commits@lists.gentoo.org>; Thu, 24 Jun 2021 23:28:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D4A507BC for <gentoo-commits@lists.gentoo.org>; Thu, 24 Jun 2021 23:27:58 +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: <1624577260.ecee0fc84188e4955961d5a35bc5a1afeae1eaad.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/sddm/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/sddm/sddm-0.15.0-r1.ebuild x11-misc/sddm/sddm-0.15.0.ebuild x11-misc/sddm/sddm-0.18.1-r3.ebuild x11-misc/sddm/sddm-0.18.1-r4.ebuild X-VCS-Directories: x11-misc/sddm/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ecee0fc84188e4955961d5a35bc5a1afeae1eaad X-VCS-Branch: master Date: Thu, 24 Jun 2021 23:27:58 +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: ae25c2fc-1a25-4375-b57e-635d0bb8f010 X-Archives-Hash: 87fec532860adae10f8ce81d91e2240f commit: ecee0fc84188e4955961d5a35bc5a1afeae1eaad Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Jun 24 23:18:15 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Jun 24 23:27:40 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecee0fc8 x11-misc/sddm: add dependency on virtual/libcrypt Needed for libxcrypt migration which is upcoming. Acked-by: David Seifert <soap <AT> gentoo.org> Reported-by: Ionen Wolkens <ionen <AT> gentoo.org> Signed-off-by: Sam James <sam <AT> gentoo.org> x11-misc/sddm/{sddm-0.15.0.ebuild => sddm-0.15.0-r1.ebuild} | 3 ++- x11-misc/sddm/{sddm-0.18.1-r3.ebuild => sddm-0.18.1-r4.ebuild} | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/x11-misc/sddm/sddm-0.15.0.ebuild b/x11-misc/sddm/sddm-0.15.0-r1.ebuild similarity index 96% rename from x11-misc/sddm/sddm-0.15.0.ebuild rename to x11-misc/sddm/sddm-0.15.0-r1.ebuild index 115926b2651..e510b699867 100644 --- a/x11-misc/sddm/sddm-0.15.0.ebuild +++ b/x11-misc/sddm/sddm-0.15.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -22,6 +22,7 @@ RDEPEND=" >=dev-qt/qtgui-5.6:5 >=dev-qt/qtdeclarative-5.6:5 >=dev-qt/qtnetwork-5.6:5 + virtual/libcrypt:= >=x11-base/xorg-server-1.15.1 x11-libs/libxcb[xkb] elogind? ( sys-auth/elogind ) diff --git a/x11-misc/sddm/sddm-0.18.1-r3.ebuild b/x11-misc/sddm/sddm-0.18.1-r4.ebuild similarity index 98% rename from x11-misc/sddm/sddm-0.18.1-r3.ebuild rename to x11-misc/sddm/sddm-0.18.1-r4.ebuild index b2925b5571e..74d55d1da26 100644 --- a/x11-misc/sddm/sddm-0.18.1-r3.ebuild +++ b/x11-misc/sddm/sddm-0.18.1-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -30,6 +30,7 @@ RDEPEND=" >=dev-qt/qtdeclarative-5.9.4:5 >=dev-qt/qtgui-5.9.4:5 >=dev-qt/qtnetwork-5.9.4:5 + virtual/libcrypt:= >=x11-base/xorg-server-1.15.1 x11-libs/libxcb[xkb] elogind? ( sys-auth/elogind )