commit: 1e2780d74930e41506ee5dd3abe41ab4f8121232 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Sun Aug 9 13:23:01 2020 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sun Aug 9 15:52:31 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e2780d7
app-admin/dio: 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-admin/dio/dio-1.5.2-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-admin/dio/dio-1.5.2-r1.ebuild b/app-admin/dio/dio-1.5.2-r1.ebuild index 23999654ba7..1ede22cf23f 100644 --- a/app-admin/dio/dio-1.5.2-r1.ebuild +++ b/app-admin/dio/dio-1.5.2-r1.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 inherit toolchain-funcs
