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 1B1EE13835A for ; Sun, 9 Aug 2020 15:53:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23FFEE0916; Sun, 9 Aug 2020 15:53:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 0AD23E0916 for ; Sun, 9 Aug 2020 15:53:05 +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 3604034F481 for ; Sun, 9 Aug 2020 15:53:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 94927311 for ; Sun, 9 Aug 2020 15:53:01 +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: <1596988354.e0f2f8247bf3a1e833c60519bc38c195af862396.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/spsdeclib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/spsdeclib/spsdeclib-5.1-r1.ebuild X-VCS-Directories: dev-libs/spsdeclib/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: e0f2f8247bf3a1e833c60519bc38c195af862396 X-VCS-Branch: master Date: Sun, 9 Aug 2020 15:53:01 +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: e4e578d6-db29-4cc9-a8d0-95e9a99128e7 X-Archives-Hash: 70d5bec1bf36377245c7aa1f8788496c commit: e0f2f8247bf3a1e833c60519bc38c195af862396 Author: Conrad Kostecki gentoo org> AuthorDate: Sun Aug 9 13:26:50 2020 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sun Aug 9 15:52:34 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0f2f824 dev-libs/spsdeclib: 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 gentoo.org> dev-libs/spsdeclib/spsdeclib-5.1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/spsdeclib/spsdeclib-5.1-r1.ebuild b/dev-libs/spsdeclib/spsdeclib-5.1-r1.ebuild index 3aab0f92fab..2829d62b2f3 100644 --- a/dev-libs/spsdeclib/spsdeclib-5.1-r1.ebuild +++ b/dev-libs/spsdeclib/spsdeclib-5.1-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 autotools