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-auth/pam_mount/
Date: Wed, 01 Jan 2020 16:44:09
Message-Id: 1577897021.abb8eafcda7740e80db7e757aa67e8d177ef12c9.zlogene@gentoo
1 commit: abb8eafcda7740e80db7e757aa67e8d177ef12c9
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 1 16:43:41 2020 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 1 16:43:41 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abb8eafc
7
8 sys-auth/pam_mount: Drop unused inherit
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.16
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 sys-auth/pam_mount/pam_mount-2.16-r1.ebuild | 4 +---
14 sys-auth/pam_mount/pam_mount-2.16.ebuild | 4 +---
15 2 files changed, 2 insertions(+), 6 deletions(-)
16
17 diff --git a/sys-auth/pam_mount/pam_mount-2.16-r1.ebuild b/sys-auth/pam_mount/pam_mount-2.16-r1.ebuild
18 index 45d0091b7b4..4aa9be59ce6 100644
19 --- a/sys-auth/pam_mount/pam_mount-2.16-r1.ebuild
20 +++ b/sys-auth/pam_mount/pam_mount-2.16-r1.ebuild
21 @@ -1,10 +1,8 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27
28 -inherit multilib
29 -
30 DESCRIPTION="A PAM module that can mount volumes for a user session"
31 HOMEPAGE="http://pam-mount.sourceforge.net"
32 SRC_URI="mirror://sourceforge/pam-mount/${P}.tar.xz"
33
34 diff --git a/sys-auth/pam_mount/pam_mount-2.16.ebuild b/sys-auth/pam_mount/pam_mount-2.16.ebuild
35 index 396e2ed710c..95e94fc71b0 100644
36 --- a/sys-auth/pam_mount/pam_mount-2.16.ebuild
37 +++ b/sys-auth/pam_mount/pam_mount-2.16.ebuild
38 @@ -1,10 +1,8 @@
39 -# Copyright 1999-2019 Gentoo Authors
40 +# Copyright 1999-2020 Gentoo Authors
41 # Distributed under the terms of the GNU General Public License v2
42
43 EAPI=6
44
45 -inherit multilib
46 -
47 DESCRIPTION="A PAM module that can mount volumes for a user session"
48 HOMEPAGE="http://pam-mount.sourceforge.net"
49 SRC_URI="mirror://sourceforge/pam-mount/${P}.tar.xz"