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 835B81580B3 for ; Sat, 4 Sep 2021 21:29:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E070E07F0; Sat, 4 Sep 2021 21:29:40 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 8870EE07F0 for ; Sat, 4 Sep 2021 21:29:40 +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 7479E33FE7D for ; Sat, 4 Sep 2021 21:29:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 16FEF56 for ; Sat, 4 Sep 2021 21:29:38 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1630790870.b431f9b561f360bf5a90fe67576fcccda3a01a59.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-power/bbswitch/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-power/bbswitch/bbswitch-0.8_p20200526.ebuild X-VCS-Directories: sys-power/bbswitch/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b431f9b561f360bf5a90fe67576fcccda3a01a59 X-VCS-Branch: master Date: Sat, 4 Sep 2021 21:29:38 +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: 58524848-c2d4-4349-a412-5702825e7a14 X-Archives-Hash: 22e4da78a61e0074b3b5c748d8d8338d commit: b431f9b561f360bf5a90fe67576fcccda3a01a59 Author: Sam James gentoo org> AuthorDate: Sat Sep 4 21:27:50 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Sep 4 21:27:50 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b431f9b5 sys-power/bbswitch: Stabilize 0.8_p20200526 amd64, #811240 Signed-off-by: Sam James gentoo.org> sys-power/bbswitch/bbswitch-0.8_p20200526.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-power/bbswitch/bbswitch-0.8_p20200526.ebuild b/sys-power/bbswitch/bbswitch-0.8_p20200526.ebuild index 692e85ece2d..62367166d15 100644 --- a/sys-power/bbswitch/bbswitch-0.8_p20200526.ebuild +++ b/sys-power/bbswitch/bbswitch-0.8_p20200526.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]]; then else COMMIT="ddbd243638c7bc2baecf43a78aff46cdc12e9b2e" SRC_URI="https://github.com/Bumblebee-Project/bbswitch/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 x86" + KEYWORDS="amd64 x86" S="${WORKDIR}/bbswitch-${COMMIT}" fi