Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/nmeap/
Date: Mon, 24 Aug 2020 22:33:56
Message-Id: 1598308361.a02a9ff89e19e91785bf72b691a542b4773becfb.conikost@gentoo
1 commit: a02a9ff89e19e91785bf72b691a542b4773becfb
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 24 20:07:15 2020 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 24 22:32:41 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a02a9ff8
7
8 dev-libs/nmeap: don't quote EAPI
9
10 In order to make my ebuilds consistent,
11 removing on my last ebuild the quoted EAPI.
12
13 Package-Manager: Portage-3.0.4, Repoman-3.0.1
14 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
15
16 dev-libs/nmeap/nmeap-0.3-r1.ebuild | 4 ++--
17 1 file changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/dev-libs/nmeap/nmeap-0.3-r1.ebuild b/dev-libs/nmeap/nmeap-0.3-r1.ebuild
20 index 65da3ee31eb..6684bde5b23 100644
21 --- a/dev-libs/nmeap/nmeap-0.3-r1.ebuild
22 +++ b/dev-libs/nmeap/nmeap-0.3-r1.ebuild
23 @@ -1,7 +1,7 @@
24 -# Copyright 1999-2019 Gentoo Authors
25 +# Copyright 1999-2020 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 -EAPI="7"
29 +EAPI=7
30
31 inherit toolchain-funcs