Diff acpilight-1.2-r3 with a acpilight-1.2-r4
/usr/portage/sys-power/acpilight/acpilight-1.2-r4.ebuild 2022-05-18 10:49:18.919492029 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2021 Gentoo Authors |
|
1 |
# Copyright 1999-2022 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=7 |
5 | 5 | |
6 |
PYTHON_COMPAT=( python3_7 python3_8 python3_9 ) |
|
6 |
PYTHON_COMPAT=( python3_8 python3_9 python3_10 ) |
|
7 | 7 | |
8 | 8 |
inherit python-single-r1 udev |
9 | 9 | |
... | ... | |
14 | 14 |
SRC_URI="https://gitlab.com/wavexx/acpilight/-/archive/v${PV}/${MY_P}.tar.gz" |
15 | 15 |
LICENSE="GPL-3+" |
16 | 16 |
SLOT="0" |
17 |
KEYWORDS="amd64 x86" |
|
17 |
KEYWORDS="~amd64 ~x86" |
|
18 | 18 |
IUSE="" |
19 | 19 | |
20 | 20 |
S="${WORKDIR}/${MY_P}" |