Diff sfeed-1.5 with a sfeed-1.6
/usr/portage/net-news/sfeed/sfeed-1.6.ebuild 2023-10-09 14:52:34.728368482 +0300 | ||
---|---|---|
1 |
# Copyright 2022 Gentoo Authors |
|
1 |
# Copyright 2022-2023 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 toolchain-funcs savedconfig optfeature |
7 | 7 | |
8 |
DESCRIPTION="simple RSS and Atom parser" |
|
8 |
DESCRIPTION="Simple RSS and Atom parser" |
|
9 | 9 |
HOMEPAGE="https://codemadness.org/sfeed-simple-feed-parser.html" |
10 | 10 |
SRC_URI="https://codemadness.org/releases/${PN}/${P}.tar.gz" |
11 | 11 | |
12 | 12 |
LICENSE="ISC" |
13 | 13 |
SLOT="0" |
14 |
KEYWORDS="amd64" |
|
14 |
KEYWORDS="amd64 ~arm ~arm64 ~hppa ~riscv ~sparc ~x86" |
|
15 | 15 | |
16 | 16 |
THEMES=( mono{,-highlight} newsboat templeos ) |
17 | 17 |
IUSE="+ncurses +${THEMES[@]/#/theme-}" |