From 764c542d4f9913cb76f43ed2c299cd9370fdd61e Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 26 Dec 2021 19:37:09 +0000 Subject: sys-process/time: update EAPI 6 -> 7 Signed-off-by: Sam James --- sys-process/time/time-1.9.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'sys-process') diff --git a/sys-process/time/time-1.9.ebuild b/sys-process/time/time-1.9.ebuild index 5fe6fefc8efc..c6fb421e5d2c 100644 --- a/sys-process/time/time-1.9.ebuild +++ b/sys-process/time/time-1.9.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 DESCRIPTION="Displays info about resources used by a program" HOMEPAGE="https://www.gnu.org/directory/time.html" @@ -10,6 +10,5 @@ SRC_URI="http://ftp.gnu.org/pub/gnu/${PN}/${P}.tar.gz" LICENSE="GPL-3+" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" -IUSE="" -DEPEND="sys-apps/texinfo" +BDEPEND="sys-apps/texinfo" -- cgit v1.2.3-65-gdbad