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 2A9E613835A for ; Thu, 10 Dec 2020 17:44:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 210F0E088D; Thu, 10 Dec 2020 17:44:01 +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 08CAEE088D for ; Thu, 10 Dec 2020 17:44:01 +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 62F77340D42 for ; Thu, 10 Dec 2020 17:43:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CA65F42F for ; Thu, 10 Dec 2020 17:43:57 +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: <1607622166.9c83321ae4083aa43da7517bd47aa246cff84fdc.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/raspberrypi-userland/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20201022.ebuild X-VCS-Directories: media-libs/raspberrypi-userland/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9c83321ae4083aa43da7517bd47aa246cff84fdc X-VCS-Branch: master Date: Thu, 10 Dec 2020 17:43:57 +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: bac28356-6ca1-4f41-a811-b5e42b51ccea X-Archives-Hash: 6114967ac5b33525ea774f20dedfa036 commit: 9c83321ae4083aa43da7517bd47aa246cff84fdc Author: Sam James gentoo org> AuthorDate: Thu Dec 10 17:42:46 2020 +0000 Commit: Sam James gentoo org> CommitDate: Thu Dec 10 17:42:46 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c83321a media-libs/raspberrypi-userland: Stabilize 0_pre20201022 arm64, #758929 Signed-off-by: Sam James gentoo.org> .../raspberrypi-userland/raspberrypi-userland-0_pre20201022.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20201022.ebuild b/media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20201022.ebuild index 788e267aecc..7f27f665564 100644 --- a/media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20201022.ebuild +++ b/media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20201022.ebuild @@ -17,7 +17,7 @@ else # * Go to https://github.com/raspberrypi/userland/commits/master and find the full hash GIT_COMMIT="e432bc3400401064e2d8affa5d1454aac2cf4a00" SRC_URI="https://github.com/raspberrypi/userland/archive/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz" - KEYWORDS="arm ~arm64" + KEYWORDS="arm arm64" S="${WORKDIR}/userland-${GIT_COMMIT}" fi