diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2020-08-09 15:25:18 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2020-08-09 17:52:33 +0200 |
commit | a55cacd48b69845e1a6f4130dde35014a01d0dcf (patch) | |
tree | e474ab50ea26a354d446f91e2503fc727d5460d3 /app-benchmarks | |
parent | app-benchmarks/cpuburn: don't quote EAPI (diff) | |
download | gentoo-a55cacd48b69845e1a6f4130dde35014a01d0dcf.tar.gz gentoo-a55cacd48b69845e1a6f4130dde35014a01d0dcf.tar.bz2 gentoo-a55cacd48b69845e1a6f4130dde35014a01d0dcf.zip |
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@gentoo.org>
Diffstat (limited to 'app-benchmarks')
-rw-r--r-- | app-benchmarks/stress/stress-1.0.4-r2.ebuild | 4 |
1 files 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 0ccec3030783..4524dbc33bb2 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" |