Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/alock/
Date: Sat, 12 Oct 2019 18:10:23
Message-Id: 1570903755.33053f9fc9dc82cf2a7b0a91dc5b3b688556047c.zlogene@gentoo
1 commit: 33053f9fc9dc82cf2a7b0a91dc5b3b688556047c
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 12 18:09:15 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 12 18:09:15 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33053f9f
7
8 x11-misc/alock: migrate to sys-libs/pam
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.16
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 x11-misc/alock/alock-1.0.0.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/x11-misc/alock/alock-1.0.0.ebuild b/x11-misc/alock/alock-1.0.0.ebuild
17 index 92f0dc70f0e..8488326f950 100644
18 --- a/x11-misc/alock/alock-1.0.0.ebuild
19 +++ b/x11-misc/alock/alock-1.0.0.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -21,7 +21,7 @@ DEPEND="x11-libs/libX11
27 x11-libs/libXrender
28 x11-libs/libXcursor
29 imlib? ( media-libs/imlib2[X] )
30 - pam? ( virtual/pam )
31 + pam? ( sys-libs/pam )
32 doc? ( app-text/asciidoc )"
33 RDEPEND="${DEPEND}"