Diff elinks-0.16.1.1-r2 with a elinks-9999
/usr/portage/www-client/elinks/elinks-9999.ebuild 2023-10-09 14:52:35.884368511 +0300 | ||
---|---|---|
3 | 3 | |
4 | 4 |
EAPI=8 |
5 | 5 | |
6 |
PYTHON_COMPAT=( python3_{10..11} ) |
|
6 |
PYTHON_COMPAT=( python3_{9..11} ) |
|
7 | 7 |
LUA_COMPAT=( lua5-{1,2,3,4} luajit ) |
8 | 8 | |
9 | 9 |
inherit meson lua-single python-any-r1 |
... | ... | |
17 | 17 |
else |
18 | 18 |
SRC_URI="https://github.com/rkd77/elinks/releases/download/v${PV}/${P}.tar.xz" |
19 | 19 | |
20 |
KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" |
|
20 |
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" |
|
21 | 21 |
fi |
22 | 22 | |
23 | 23 |
LICENSE="GPL-2" |
... | ... | |
35 | 35 |
>=sys-libs/gpm-1.20.0-r5 |
36 | 36 |
) |
37 | 37 |
guile? ( >=dev-scheme/guile-1.6.4-r1[deprecated] ) |
38 |
idn? ( net-dns/libidn:= ) |
|
38 |
idn? ( net-dns/libidn2:= ) |
|
39 | 39 |
javascript? ( |
40 | 40 |
dev-cpp/libxmlpp:5.0 |
41 | 41 |
dev-lang/mujs:= |
... | ... | |
64 | 64 |
virtual/pkgconfig |
65 | 65 |
nls? ( sys-devel/gettext ) |
66 | 66 |
test? ( |
67 |
net-dns/libidn |
|
67 |
net-dns/libidn2 |
|
68 | 68 |
) |
69 | 69 |
" |
70 | 70 | |
71 |
PATCHES=( |
|
72 |
"${FILESDIR}"/${PN}-0.16.1.1-perl-5.38.patch |
|
73 |
) |
|
74 | ||
75 | 71 |
pkg_setup() { |
76 | 72 |
use lua && lua-single_pkg_setup |
77 | 73 |