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-apps/shadow/
Date: Fri, 18 Jan 2019 13:01:25
Message-Id: 1547816457.b26b0c40adc8d2eda69f99df31d61bfde30ce271.zlogene@gentoo
1 commit: b26b0c40adc8d2eda69f99df31d61bfde30ce271
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 18 13:00:57 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 18 13:00:57 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b26b0c40
7
8 sys-apps/shadow: Drop unused inherit
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 sys-apps/shadow/shadow-4.6.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-apps/shadow/shadow-4.6.ebuild b/sys-apps/shadow/shadow-4.6.ebuild
17 index 6c3e7bef5d7..c39fccd0c9f 100644
18 --- a/sys-apps/shadow/shadow-4.6.ebuild
19 +++ b/sys-apps/shadow/shadow-4.6.ebuild
20 @@ -1,9 +1,9 @@
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
27 -inherit libtool pam multilib
28 +inherit libtool pam
29
30 DESCRIPTION="Utilities to deal with user accounts"
31 HOMEPAGE="https://github.com/shadow-maint/shadow http://pkg-shadow.alioth.debian.org/"