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 CA27D13835A for ; Sun, 11 Apr 2021 00:08:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7F4FE0857; Sun, 11 Apr 2021 00:08:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 837E2E084E for ; Sun, 11 Apr 2021 00:08:41 +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 9A5E633BF36 for ; Sun, 11 Apr 2021 00:08:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 09D334D2 for ; Sun, 11 Apr 2021 00:08:39 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1618099608.2df6a1f72ca97e4eb2cfeb435369641a84a0f139.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/libusb/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/libusb/libusb-0-r2.ebuild virtual/libusb/libusb-1-r1.ebuild virtual/libusb/libusb-1-r2.ebuild X-VCS-Directories: virtual/libusb/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 2df6a1f72ca97e4eb2cfeb435369641a84a0f139 X-VCS-Branch: master Date: Sun, 11 Apr 2021 00:08:39 +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: b2b0510e-b781-40b6-a31a-029c47f3835e X-Archives-Hash: 8fe1c64d038406a9e0739e62982cf6f6 commit: 2df6a1f72ca97e4eb2cfeb435369641a84a0f139 Author: Jaco Kroon uls co za> AuthorDate: Sat Apr 10 04:43:32 2021 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sun Apr 11 00:06:48 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2df6a1f7 virtual/libusb: bump EAPI in place. Closes: https://bugs.gentoo.org/781893 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Jaco Kroon uls.co.za> Signed-off-by: Mike Gilbert gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/20322 virtual/libusb/libusb-0-r2.ebuild | 2 +- virtual/libusb/libusb-1-r1.ebuild | 2 +- virtual/libusb/libusb-1-r2.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/virtual/libusb/libusb-0-r2.ebuild b/virtual/libusb/libusb-0-r2.ebuild index ef20a0b0dee..eb932f1aeb9 100644 --- a/virtual/libusb/libusb-0-r2.ebuild +++ b/virtual/libusb/libusb-0-r2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 inherit multilib-build DESCRIPTION="Virtual for libusb" diff --git a/virtual/libusb/libusb-1-r1.ebuild b/virtual/libusb/libusb-1-r1.ebuild index 2f33b4fe60a..710ad6f8a2c 100644 --- a/virtual/libusb/libusb-1-r1.ebuild +++ b/virtual/libusb/libusb-1-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 inherit multilib-build DESCRIPTION="Virtual for libusb" diff --git a/virtual/libusb/libusb-1-r2.ebuild b/virtual/libusb/libusb-1-r2.ebuild index 9d11d7287e6..8f8a6e51b11 100644 --- a/virtual/libusb/libusb-1-r2.ebuild +++ b/virtual/libusb/libusb-1-r2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 inherit multilib-build DESCRIPTION="Virtual for libusb"