commit: a55cacd48b69845e1a6f4130dde35014a01d0dcf Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Sun Aug 9 13:25:18 2020 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sun Aug 9 15:52:33 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a55cacd4
app-benchmarks/stress: don't quote EAPI In order to make all my packages consistent, don't quote EAPI version number. Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> app-benchmarks/stress/stress-1.0.4-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-benchmarks/stress/stress-1.0.4-r2.ebuild b/app-benchmarks/stress/stress-1.0.4-r2.ebuild index 0ccec303078..4524dbc33bb 100644 --- a/app-benchmarks/stress/stress-1.0.4-r2.ebuild +++ b/app-benchmarks/stress/stress-1.0.4-r2.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="7" +EAPI=7 DESCRIPTION="A deliberately simple workload generator for POSIX systems" HOMEPAGE="https://people.seas.harvard.edu/~apw/stress"
