commit: a02a9ff89e19e91785bf72b691a542b4773becfb Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Mon Aug 24 20:07:15 2020 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Mon Aug 24 22:32:41 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a02a9ff8
dev-libs/nmeap: don't quote EAPI In order to make my ebuilds consistent, removing on my last ebuild the quoted EAPI. Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> dev-libs/nmeap/nmeap-0.3-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/nmeap/nmeap-0.3-r1.ebuild b/dev-libs/nmeap/nmeap-0.3-r1.ebuild index 65da3ee31eb..6684bde5b23 100644 --- a/dev-libs/nmeap/nmeap-0.3-r1.ebuild +++ b/dev-libs/nmeap/nmeap-0.3-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
