Diff atmel-firmware-1.3-r2 with a atmel-firmware-1.3-r3
/usr/portage/sys-firmware/atmel-firmware/atmel-firmware-1.3-r3.ebuild 2023-10-09 14:52:35.496368502 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2021 Gentoo Authors |
|
1 |
# Copyright 1999-2023 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=8 |
... | ... | |
11 | 11 | |
12 | 12 |
LICENSE="Atmel" |
13 | 13 |
SLOT="0" |
14 |
KEYWORDS="amd64 ~ppc x86" |
|
14 |
KEYWORDS="~amd64 ~ppc ~x86" |
|
15 | 15 |
IUSE="pcmcia usb" |
16 | 16 | |
17 | 17 |
RDEPEND=">=net-wireless/wireless-tools-26-r1 |
18 | 18 |
pcmcia? ( sys-apps/pcmciautils )" |
19 | 19 | |
20 |
PATCHES=( |
|
21 |
"${FILESDIR}"/${PN}-1.3-clang-16-build.patch |
|
22 |
) |
|
23 | ||
20 | 24 |
src_compile() { |
21 | 25 |
tc-export CC |
22 | 26 |
emake atmel_fwl |