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 F0A12138334 for ; Wed, 20 Nov 2019 13:38:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 427C0E083B; Wed, 20 Nov 2019 13:38:45 +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 2057DE083B for ; Wed, 20 Nov 2019 13:38:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 C4B7F34D12C for ; Wed, 20 Nov 2019 13:38:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4CCEF8B1 for ; Wed, 20 Nov 2019 13:38:42 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1574257112.77ed0073c864e4d6b38a101a4b8db66efc134e13.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/soxr/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/soxr/soxr-0.1.3-r1.ebuild X-VCS-Directories: media-libs/soxr/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 77ed0073c864e4d6b38a101a4b8db66efc134e13 X-VCS-Branch: master Date: Wed, 20 Nov 2019 13:38:42 +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: 0d08254c-5865-43cd-a9ea-94614fd80834 X-Archives-Hash: 7e56e5219a3b781229fc0fd9f4549e0e commit: 77ed0073c864e4d6b38a101a4b8db66efc134e13 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Nov 20 13:38:32 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Nov 20 13:38:32 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77ed0073 media-libs/soxr: EAPI-7 bump Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/soxr/soxr-0.1.3-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/soxr/soxr-0.1.3-r1.ebuild b/media-libs/soxr/soxr-0.1.3-r1.ebuild index d78d648f10a..47113162620 100644 --- a/media-libs/soxr/soxr-0.1.3-r1.ebuild +++ b/media-libs/soxr/soxr-0.1.3-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit cmake-multilib