Diff cwm-6.7 with a cwm-7.1
/usr/portage/x11-wm/cwm/cwm-7.1.ebuild 2023-10-09 14:52:35.996368514 +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 |
EAPI=7 |
|
4 |
EAPI=8 |
|
5 | 5 | |
6 | 6 |
inherit desktop toolchain-funcs |
7 | 7 | |
... | ... | |
15 | 15 |
EGIT_REPO_URI="https://github.com/leahneukirchen/cwm.git" |
16 | 16 |
else |
17 | 17 |
SRC_URI="https://github.com/leahneukirchen/cwm/archive/v${PV}.tar.gz -> ${P}.tar.gz" |
18 |
KEYWORDS="amd64 arm ~arm64 x86" |
|
18 |
KEYWORDS="amd64 arm ~arm64 ~riscv x86" |
|
19 | 19 |
fi |
20 | 20 | |
21 | 21 |
LICENSE="ISC" |
22 | 22 |
SLOT="0" |
23 | 23 | |
24 |
DEPEND="x11-libs/libXft |
|
25 |
x11-libs/libXinerama |
|
24 |
DEPEND="x11-libs/libX11 |
|
25 |
x11-libs/libXft |
|
26 | 26 |
x11-libs/libXrandr |
27 | 27 |
" |
28 | 28 |
RDEPEND="${DEPEND}" |