diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 12:14:00 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-04-16 12:14:00 +0200 |
commit | 7cbb2c916c81a8b93e65e70c071344f3364452bd (patch) | |
tree | 1180d96e47c7c29a5fc3247616e446f9c477ab6a /sys-process | |
parent | sys-process/at: eutils-- (diff) | |
download | gentoo-7cbb2c916c81a8b93e65e70c071344f3364452bd.tar.gz gentoo-7cbb2c916c81a8b93e65e70c071344f3364452bd.tar.bz2 gentoo-7cbb2c916c81a8b93e65e70c071344f3364452bd.zip |
sys-process/time: eutils--
Closes: https://github.com/gentoo/gentoo/pull/20403
Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/time/time-1.7-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-process/time/time-1.7-r3.ebuild b/sys-process/time/time-1.7-r3.ebuild index eddf94311ffa..b5e2efb7a0ba 100644 --- a/sys-process/time/time-1.7-r3.ebuild +++ b/sys-process/time/time-1.7-r3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils autotools +inherit autotools DESCRIPTION="Displays info about resources used by a program" HOMEPAGE="https://www.gnu.org/directory/time.html" |