From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E1A59138359 for ; Mon, 24 Aug 2020 22:33:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14A0BE087E; Mon, 24 Aug 2020 22:33:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E5CEEE084E for ; Mon, 24 Aug 2020 22:33:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ABF3E340D68 for ; Mon, 24 Aug 2020 22:33:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C3D132B for ; Mon, 24 Aug 2020 22:33:53 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1598308361.a02a9ff89e19e91785bf72b691a542b4773becfb.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/nmeap/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/nmeap/nmeap-0.3-r1.ebuild X-VCS-Directories: dev-libs/nmeap/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: a02a9ff89e19e91785bf72b691a542b4773becfb X-VCS-Branch: master Date: Mon, 24 Aug 2020 22:33:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 18c87d70-8093-4c7a-a079-9bff0e6513f0 X-Archives-Hash: 52d903e963b2abd102215ab10198001e commit: a02a9ff89e19e91785bf72b691a542b4773becfb Author: Conrad Kostecki gentoo org> AuthorDate: Mon Aug 24 20:07:15 2020 +0000 Commit: Conrad Kostecki gentoo 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 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