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 26539138334 for ; Sat, 12 Oct 2019 17:42:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39DE4E08AE; Sat, 12 Oct 2019 17:42:58 +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 21844E08AE for ; Sat, 12 Oct 2019 17:42:58 +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 AD66234BCA9 for ; Sat, 12 Oct 2019 17:42:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1FED8838 for ; Sat, 12 Oct 2019 17:42:54 +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: <1570902140.d7076fa52e36d2b8661b8bbcd31c55cc38842f31.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xscreensaver/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/xscreensaver/xscreensaver-5.38.ebuild x11-misc/xscreensaver/xscreensaver-5.42.ebuild x11-misc/xscreensaver/xscreensaver-5.43-r1.ebuild X-VCS-Directories: x11-misc/xscreensaver/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: d7076fa52e36d2b8661b8bbcd31c55cc38842f31 X-VCS-Branch: master Date: Sat, 12 Oct 2019 17:42:54 +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: 82514ae8-9ddb-4b85-a63e-f42311a8d7dd X-Archives-Hash: f8a914ed645ebc61cf25052e1cc1b146 commit: d7076fa52e36d2b8661b8bbcd31c55cc38842f31 Author: Mikle Kolyada gentoo org> AuthorDate: Sat Oct 12 17:42:20 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sat Oct 12 17:42:20 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7076fa5 x11-misc/xscreensaver: migrate to sys-libs/pam Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Mikle Kolyada gentoo.org> x11-misc/xscreensaver/xscreensaver-5.38.ebuild | 4 ++-- x11-misc/xscreensaver/xscreensaver-5.42.ebuild | 2 +- x11-misc/xscreensaver/xscreensaver-5.43-r1.ebuild | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/x11-misc/xscreensaver/xscreensaver-5.38.ebuild b/x11-misc/xscreensaver/xscreensaver-5.38.ebuild index d913e07eb4d..eada3a1f922 100644 --- a/x11-misc/xscreensaver/xscreensaver-5.38.ebuild +++ b/x11-misc/xscreensaver/xscreensaver-5.38.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 @@ -41,7 +41,7 @@ COMMON_DEPEND=" virtual/glu virtual/opengl ) - pam? ( virtual/pam ) + pam? ( sys-libs/pam ) xinerama? ( x11-libs/libXinerama ) " # For USE="perl" see output of `qlist xscreensaver | grep bin | xargs grep '::'` diff --git a/x11-misc/xscreensaver/xscreensaver-5.42.ebuild b/x11-misc/xscreensaver/xscreensaver-5.42.ebuild index d8f2b735259..be48a4d7e72 100644 --- a/x11-misc/xscreensaver/xscreensaver-5.42.ebuild +++ b/x11-misc/xscreensaver/xscreensaver-5.42.ebuild @@ -41,7 +41,7 @@ COMMON_DEPEND=" virtual/glu virtual/opengl ) - pam? ( virtual/pam ) + pam? ( sys-libs/pam ) xinerama? ( x11-libs/libXinerama ) " # For USE="perl" see output of `qlist xscreensaver | grep bin | xargs grep '::'` diff --git a/x11-misc/xscreensaver/xscreensaver-5.43-r1.ebuild b/x11-misc/xscreensaver/xscreensaver-5.43-r1.ebuild index 3c34928a227..a3724193e8b 100644 --- a/x11-misc/xscreensaver/xscreensaver-5.43-r1.ebuild +++ b/x11-misc/xscreensaver/xscreensaver-5.43-r1.ebuild @@ -41,7 +41,7 @@ COMMON_DEPEND=" virtual/glu virtual/opengl ) - pam? ( virtual/pam ) + pam? ( sys-libs/pam ) xinerama? ( x11-libs/libXinerama ) " # For USE="perl" see output of `qlist xscreensaver | grep bin | xargs grep '::'`