summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-12-26 19:37:09 +0000
committerSam James <sam@gentoo.org>2021-12-26 19:37:09 +0000
commit764c542d4f9913cb76f43ed2c299cd9370fdd61e (patch)
treee01ff24bf6e5a3ff6e291c4e985a763fa1002cff /sys-process
parentdev-cpp/asio: stable 1.21.0 for sparc, bug #829973 (diff)
downloadgentoo-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')
-rw-r--r--sys-process/time/time-1.9.ebuild5
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"