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 DDF2A138334 for ; Sat, 12 Oct 2019 17:46:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF1CBE0805; Sat, 12 Oct 2019 17:46:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 B20A1E0805 for ; Sat, 12 Oct 2019 17:46:24 +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 3B55834BCA1 for ; Sat, 12 Oct 2019 17:46:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B8DF5838 for ; Sat, 12 Oct 2019 17:46:21 +0000 (UTC) From: "Mikle Kolyada" 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" Message-ID: <1570902357.c4705ff0db5f6b027812808563ff70a1b2704fd6.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xlockmore/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/xlockmore/xlockmore-5.50.ebuild x11-misc/xlockmore/xlockmore-5.58.ebuild x11-misc/xlockmore/xlockmore-5.59.ebuild X-VCS-Directories: x11-misc/xlockmore/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: c4705ff0db5f6b027812808563ff70a1b2704fd6 X-VCS-Branch: master Date: Sat, 12 Oct 2019 17:46:21 +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: db1e378f-4683-4d53-b670-2737a5ba5e1e X-Archives-Hash: 8156ea5c8bae64a14033883f76b759d8 commit: c4705ff0db5f6b027812808563ff70a1b2704fd6 Author: Mikle Kolyada gentoo org> AuthorDate: Sat Oct 12 17:45:57 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sat Oct 12 17:45:57 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4705ff0 x11-misc/xlockmore: migrate to sys-libs/pam Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Mikle Kolyada gentoo.org> x11-misc/xlockmore/xlockmore-5.50.ebuild | 4 ++-- x11-misc/xlockmore/xlockmore-5.58.ebuild | 2 +- x11-misc/xlockmore/xlockmore-5.59.ebuild | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/x11-misc/xlockmore/xlockmore-5.50.ebuild b/x11-misc/xlockmore/xlockmore-5.50.ebuild index 39ac8512684..b57f0c06795 100644 --- a/x11-misc/xlockmore/xlockmore-5.50.ebuild +++ b/x11-misc/xlockmore/xlockmore-5.50.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 @@ -28,7 +28,7 @@ RDEPEND=" virtual/glu truetype? ( >=media-libs/ftgl-2.1.3_rc5 ) ) - pam? ( virtual/pam ) + pam? ( sys-libs/pam ) truetype? ( media-libs/freetype:2 ) x11-libs/libX11 x11-libs/libXext diff --git a/x11-misc/xlockmore/xlockmore-5.58.ebuild b/x11-misc/xlockmore/xlockmore-5.58.ebuild index ddeb507159c..bd9d3375476 100644 --- a/x11-misc/xlockmore/xlockmore-5.58.ebuild +++ b/x11-misc/xlockmore/xlockmore-5.58.ebuild @@ -31,7 +31,7 @@ RDEPEND=" virtual/glu truetype? ( >=media-libs/ftgl-2.1.3_rc5 ) ) - pam? ( virtual/pam ) + pam? ( sys-libs/pam ) truetype? ( media-libs/freetype:2 ) x11-libs/libX11 x11-libs/libXext diff --git a/x11-misc/xlockmore/xlockmore-5.59.ebuild b/x11-misc/xlockmore/xlockmore-5.59.ebuild index f9accdcd7cf..b6375c41cc7 100644 --- a/x11-misc/xlockmore/xlockmore-5.59.ebuild +++ b/x11-misc/xlockmore/xlockmore-5.59.ebuild @@ -31,7 +31,7 @@ RDEPEND=" virtual/glu truetype? ( >=media-libs/ftgl-2.1.3_rc5 ) ) - pam? ( virtual/pam ) + pam? ( sys-libs/pam ) truetype? ( media-libs/freetype:2 ) x11-libs/libX11 x11-libs/libXext