From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1116163-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 01985138334
	for <garchives@archives.gentoo.org>; Sat, 12 Oct 2019 20:44:57 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 46C68E084A;
	Sat, 12 Oct 2019 20:44:57 +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 2ECAAE084A
	for <gentoo-commits@lists.gentoo.org>; Sat, 12 Oct 2019 20:44:57 +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 40CEB34B6EC
	for <gentoo-commits@lists.gentoo.org>; Sat, 12 Oct 2019 20:44:56 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 51BBC83C
	for <gentoo-commits@lists.gentoo.org>; Sat, 12 Oct 2019 20:44:54 +0000 (UTC)
From: "Mikle Kolyada" <zlogene@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, "Mikle Kolyada" <zlogene@gentoo.org>
Message-ID: <1570913086.d36a84f55fa67d24cd18030e1846a921a473d33a.zlogene@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/i3lock/
X-VCS-Repository: repo/gentoo
X-VCS-Files: x11-misc/i3lock/i3lock-2.10.ebuild x11-misc/i3lock/i3lock-2.11.1.ebuild x11-misc/i3lock/i3lock-2.12.ebuild
X-VCS-Directories: x11-misc/i3lock/
X-VCS-Committer: zlogene
X-VCS-Committer-Name: Mikle Kolyada
X-VCS-Revision: d36a84f55fa67d24cd18030e1846a921a473d33a
X-VCS-Branch: master
Date: Sat, 12 Oct 2019 20:44:54 +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: b0fd2c3c-ec38-45f6-aae4-83f464656da7
X-Archives-Hash: 0d3c7e66ae754d9f389932d29312bede

commit:     d36a84f55fa67d24cd18030e1846a921a473d33a
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 12 20:44:46 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Oct 12 20:44:46 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d36a84f5

x11-misc/i3lock: migrate to sys-libs/pam

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 x11-misc/i3lock/i3lock-2.10.ebuild   | 4 ++--
 x11-misc/i3lock/i3lock-2.11.1.ebuild | 4 ++--
 x11-misc/i3lock/i3lock-2.12.ebuild   | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/x11-misc/i3lock/i3lock-2.10.ebuild b/x11-misc/i3lock/i3lock-2.10.ebuild
index 9579fdae970..327b500143e 100644
--- a/x11-misc/i3lock/i3lock-2.10.ebuild
+++ b/x11-misc/i3lock/i3lock-2.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -17,7 +17,7 @@ IUSE=""
 RDEPEND="
 	>=x11-libs/libxkbcommon-0.5.0[X]
 	dev-libs/libev
-	virtual/pam
+	sys-libs/pam
 	x11-libs/cairo[xcb]
 	x11-libs/libxcb[xkb]
 	x11-libs/xcb-util

diff --git a/x11-misc/i3lock/i3lock-2.11.1.ebuild b/x11-misc/i3lock/i3lock-2.11.1.ebuild
index 2df68dac048..855ba37b6d0 100644
--- a/x11-misc/i3lock/i3lock-2.11.1.ebuild
+++ b/x11-misc/i3lock/i3lock-2.11.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 RDEPEND="
 	>=x11-libs/libxkbcommon-0.5.0[X]
 	dev-libs/libev
-	virtual/pam
+	sys-libs/pam
 	x11-libs/cairo[xcb]
 	x11-libs/libxcb[xkb]
 	x11-libs/xcb-util

diff --git a/x11-misc/i3lock/i3lock-2.12.ebuild b/x11-misc/i3lock/i3lock-2.12.ebuild
index 68246549d68..e1d59ce65c9 100644
--- a/x11-misc/i3lock/i3lock-2.12.ebuild
+++ b/x11-misc/i3lock/i3lock-2.12.ebuild
@@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 RDEPEND="
 	>=x11-libs/libxkbcommon-0.5.0[X]
 	dev-libs/libev
-	virtual/pam
+	sys-libs/pam
 	x11-libs/cairo[xcb]
 	x11-libs/libxcb[xkb]
 	x11-libs/xcb-util