Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/gradm/
Date: Wed, 31 Aug 2022 07:06:30
Message-Id: 1661929529.dd670245991069eafd52093a3a8c76d532239d1b.asturm@gentoo
1 commit: dd670245991069eafd52093a3a8c76d532239d1b
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 30 18:36:10 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 31 07:05:29 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd670245
7
8 sys-apps/gradm: Drop unused eclass
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 sys-apps/gradm/gradm-3.1.201903191516.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/sys-apps/gradm/gradm-3.1.201903191516.ebuild b/sys-apps/gradm/gradm-3.1.201903191516.ebuild
16 index 95fe975573eb..b948990c0c83 100644
17 --- a/sys-apps/gradm/gradm-3.1.201903191516.ebuild
18 +++ b/sys-apps/gradm/gradm-3.1.201903191516.ebuild
19 @@ -2,7 +2,8 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=7
23 -inherit flag-o-matic toolchain-funcs udev
24 +
25 +inherit toolchain-funcs udev
26
27 MY_PV="$(ver_rs 2 -)"