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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A2163158041 for ; Sat, 24 Feb 2024 15:35:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00D54E2A35; Sat, 24 Feb 2024 15:35:09 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D817EE2A35 for ; Sat, 24 Feb 2024 15:35:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CC0FD343069 for ; Sat, 24 Feb 2024 15:35:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 385CC14C6 for ; Sat, 24 Feb 2024 15:35:06 +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: <1708788858.291e775631672c1a9763d2618133180db6db946f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/asahi-scripts/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/asahi-scripts/asahi-scripts-20231219.1.ebuild X-VCS-Directories: sys-apps/asahi-scripts/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 291e775631672c1a9763d2618133180db6db946f X-VCS-Branch: master Date: Sat, 24 Feb 2024 15:35:06 +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: d6cf4dcf-343c-496f-88c8-cf6914aaaea4 X-Archives-Hash: c4ae7cf6d6a4d4c7412cd10272563a63 commit: 291e775631672c1a9763d2618133180db6db946f Author: Sam James gentoo org> AuthorDate: Sat Feb 24 15:33:56 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sat Feb 24 15:34:18 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=291e7756 sys-apps/asahi-scripts: misc tweaks * Don't commit as stable (-> ~arm64) * Style tweaks (whitespace) * Drop unnecessary BDEPEND (make is not just in @system but "very much @system") Signed-off-by: Sam James gentoo.org> sys-apps/asahi-scripts/asahi-scripts-20231219.1.ebuild | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/sys-apps/asahi-scripts/asahi-scripts-20231219.1.ebuild b/sys-apps/asahi-scripts/asahi-scripts-20231219.1.ebuild index 2361b9bd283b..4e4b1fe2eda2 100644 --- a/sys-apps/asahi-scripts/asahi-scripts-20231219.1.ebuild +++ b/sys-apps/asahi-scripts/asahi-scripts-20231219.1.ebuild @@ -6,15 +6,15 @@ EAPI="8" DESCRIPTION="Apple Silicon support scripts" HOMEPAGE="https://asahilinux.org/" SRC_URI="https://github.com/AsahiLinux/${PN}/archive/refs/tags/${PV}.tar.gz -> ${PN}-${PV}.tar.gz" + LICENSE="MIT" SLOT="0" -KEYWORDS="arm64" - -BDEPEND=" - dev-build/make" +KEYWORDS="~arm64" -PATCHES=("${FILESDIR}/makefile.patch" - "${FILESDIR}/update-m1n1-dtbs.patch") +PATCHES=( + "${FILESDIR}/makefile.patch" + "${FILESDIR}/update-m1n1-dtbs.patch" +) src_install() { default