Сравнение asahi-scripts-20240822 с asahi-scripts-20250426.1

/usr/portage/sys-apps/asahi-scripts/asahi-scripts-20250426.1.ebuild 2025-07-29 16:22:17.368467890 +0300
1
# Copyright 1999-2024 Gentoo Authors
1
# Copyright 2022-2025 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI="8"
......
9 9

  
10 10
LICENSE="MIT"
11 11
SLOT="0"
12
KEYWORDS="arm64"
12
KEYWORDS="~arm64"
13 13

  
14
RDEPEND="
14
BDEPEND="
15 15
	virtual/udev
16 16
"
17 17

  
......
38 38

  
39 39
	elog "Asahi scripts have been installed to /usr/. For more"
40 40
	elog "information on how to use them, please visit the Wiki."
41

  
42
	if [[ -e ${ROOT}/usr/local/share/asahi-scripts/functions.sh ]]; then
43
		ewarn "You have upgraded to a new version of ${PN}. Please"
44
		ewarn "remove /usr/local/share/asahi-scripts/,"
45
		ewarn " /usr/local/bin/update-m1n1, and"
46
		ewarn "/usr/local/bin/update-vendor-firmware."
47
	fi
48

  
49
	if [[ -e ${ROOT}/etc/dracut.conf.d/10-apple.conf ]]; then
50
		ewarn "Please remove /etc/dracut.conf.d/10-apple.conf"
51
	fi
41 52
}
Спасибо!