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/time/
Date: Fri, 16 Apr 2021 10:25:23
Message-Id: 1618568040.7cbb2c916c81a8b93e65e70c071344f3364452bd.soap@gentoo
1 commit: 7cbb2c916c81a8b93e65e70c071344f3364452bd
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 16 10:14:00 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 16 10:14:00 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cbb2c91
7
8 sys-process/time: eutils--
9
10 Closes: https://github.com/gentoo/gentoo/pull/20403
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12 Signed-off-by: David Seifert <soap <AT> gentoo.org>
13
14 sys-process/time/time-1.7-r3.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/sys-process/time/time-1.7-r3.ebuild b/sys-process/time/time-1.7-r3.ebuild
18 index eddf94311ff..b5e2efb7a0b 100644
19 --- a/sys-process/time/time-1.7-r3.ebuild
20 +++ b/sys-process/time/time-1.7-r3.ebuild
21 @@ -1,9 +1,9 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27
28 -inherit eutils autotools
29 +inherit autotools
30
31 DESCRIPTION="Displays info about resources used by a program"
32 HOMEPAGE="https://www.gnu.org/directory/time.html"