Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/at/
Date: Fri, 16 Apr 2021 10:25:23
Message-Id: 1618568037.d23be98318dc014ccab73c174bf48646bbac53f1.soap@gentoo
1 commit: d23be98318dc014ccab73c174bf48646bbac53f1
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 16 10:13:57 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 16 10:13:57 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d23be983
7
8 sys-process/at: eutils--
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 sys-process/at/at-3.1.23-r1.ebuild | 2 +-
14 sys-process/at/at-3.2.1-r1.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/sys-process/at/at-3.1.23-r1.ebuild b/sys-process/at/at-3.1.23-r1.ebuild
18 index c93aefcc3ce..1c90b968d05 100644
19 --- a/sys-process/at/at-3.1.23-r1.ebuild
20 +++ b/sys-process/at/at-3.1.23-r1.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI=7
24
25 -inherit autotools eutils flag-o-matic pam user systemd
26 +inherit autotools flag-o-matic pam user systemd
27
28 DESCRIPTION="Queues jobs for later execution"
29 HOMEPAGE="https://packages.qa.debian.org/a/at.html"
30
31 diff --git a/sys-process/at/at-3.2.1-r1.ebuild b/sys-process/at/at-3.2.1-r1.ebuild
32 index 98907c6f758..ec5f18b8423 100644
33 --- a/sys-process/at/at-3.2.1-r1.ebuild
34 +++ b/sys-process/at/at-3.2.1-r1.ebuild
35 @@ -3,7 +3,7 @@
36
37 EAPI=7
38
39 -inherit autotools eutils flag-o-matic pam user systemd
40 +inherit autotools flag-o-matic pam user systemd
41
42 MY_P="${PN}_${PV}"