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 A5ACC138334 for ; Thu, 16 Aug 2018 20:45:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2B9BE089F; Thu, 16 Aug 2018 20:45:38 +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 7B4BAE0897 for ; Thu, 16 Aug 2018 20:45:38 +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 2C2A5335D62 for ; Thu, 16 Aug 2018 20:45:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 425FF3B4 for ; Thu, 16 Aug 2018 20:45:34 +0000 (UTC) From: "Richard Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Richard Farina" Message-ID: <1534452326.8d01c6ccb1bfa7ac97ccf286db4536aae726b324.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/bladerf-fpga/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/bladerf-fpga/bladerf-fpga-0.7.3.ebuild X-VCS-Directories: net-wireless/bladerf-fpga/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Richard Farina X-VCS-Revision: 8d01c6ccb1bfa7ac97ccf286db4536aae726b324 X-VCS-Branch: master Date: Thu, 16 Aug 2018 20:45:34 +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-Archives-Salt: 53b20cfe-64d7-4660-86e3-40052f30fe59 X-Archives-Hash: 510c52940644f73e7c0d483365e6bbe0 commit: 8d01c6ccb1bfa7ac97ccf286db4536aae726b324 Author: Zero_Chaos gentoo org> AuthorDate: Thu Aug 16 20:39:09 2018 +0000 Commit: Richard Farina gentoo org> CommitDate: Thu Aug 16 20:45:26 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d01c6cc net-wireless/bladerf-fpga: bump eapi Package-Manager: Portage-2.3.46, Repoman-2.3.10 net-wireless/bladerf-fpga/bladerf-fpga-0.7.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-wireless/bladerf-fpga/bladerf-fpga-0.7.3.ebuild b/net-wireless/bladerf-fpga/bladerf-fpga-0.7.3.ebuild index 59ad0b24b7a..071ffc8524c 100644 --- a/net-wireless/bladerf-fpga/bladerf-fpga-0.7.3.ebuild +++ b/net-wireless/bladerf-fpga/bladerf-fpga-0.7.3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 DESCRIPTION="bladeRF FPGA bitstreams" HOMEPAGE="http://nuand.com/fpga.php"