Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/partimage/
Date: Sat, 12 Oct 2019 18:47:36
Message-Id: 1570906041.338a446a50a3890cbfdfa32b73e48b0dce857647.zlogene@gentoo
1 commit: 338a446a50a3890cbfdfa32b73e48b0dce857647
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 12 18:47:21 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 12 18:47:21 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=338a446a
7
8 sys-block/partimage: 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 sys-block/partimage/partimage-0.6.9-r1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sys-block/partimage/partimage-0.6.9-r1.ebuild b/sys-block/partimage/partimage-0.6.9-r1.ebuild
17 index 7391cf5ed37..400f801dd5f 100644
18 --- a/sys-block/partimage/partimage-0.6.9-r1.ebuild
19 +++ b/sys-block/partimage/partimage-0.6.9-r1.ebuild
20 @@ -18,7 +18,7 @@ LIBS_DEPEND="app-arch/bzip2
21 >=sys-libs/slang-2
22 sys-libs/zlib:=
23 ssl? ( dev-libs/openssl:0= )"
24 -PAM_DEPEND="!static? ( pam? ( virtual/pam ) )"
25 +PAM_DEPEND="!static? ( pam? ( sys-libs/pam ) )"
26 RDEPEND="${PAM_DEPEND}
27 !static? ( ${LIBS_DEPEND} )"
28 DEPEND="${PAM_DEPEND}