Diff st-terminfo-0.9 with a st-terminfo-9999
/usr/portage/x11-terms/st-terminfo/st-terminfo-9999.ebuild 2023-10-09 14:52:35.980368514 +0300 | ||
---|---|---|
1 |
# Copyright 2022-2023 Gentoo Authors |
|
1 |
# Copyright 2022 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=8 |
... | ... | |
12 | 12 |
else |
13 | 13 |
SRC_URI="https://dl.suckless.org/st/st-${PV}.tar.gz" |
14 | 14 |
S="${WORKDIR}/st-${PV}" |
15 |
KEYWORDS="amd64 ~arm arm64 ~hppa ~m68k ppc64 ~riscv x86" |
|
15 |
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~m68k ~ppc64 ~riscv ~x86" |
|
16 | 16 |
fi |
17 | 17 | |
18 | 18 |
LICENSE="MIT-with-advertising" |