diff options
author | Sam James <sam@gentoo.org> | 2021-12-26 19:37:09 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-12-26 19:37:09 +0000 |
commit | 764c542d4f9913cb76f43ed2c299cd9370fdd61e (patch) | |
tree | e01ff24bf6e5a3ff6e291c4e985a763fa1002cff /sys-process/time | |
parent | dev-cpp/asio: stable 1.21.0 for sparc, bug #829973 (diff) | |
download | gentoo-764c542d4f9913cb76f43ed2c299cd9370fdd61e.tar.gz gentoo-764c542d4f9913cb76f43ed2c299cd9370fdd61e.tar.bz2 gentoo-764c542d4f9913cb76f43ed2c299cd9370fdd61e.zip |
sys-process/time: update EAPI 6 -> 7
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-process/time')
-rw-r--r-- | sys-process/time/time-1.9.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
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" |