Diff httrack-3.49.2-r2 with a httrack-3.49.2-r3

/usr/portage/www-client/httrack/httrack-3.49.2-r3.ebuild 2023-10-09 14:52:35.888368511 +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
inherit autotools multilib xdg-utils
6
inherit autotools xdg-utils
7 7

  
8 8
DESCRIPTION="HTTrack Website Copier, Open Source Offline Browser"
9 9
HOMEPAGE="https://www.httrack.com/"
......
11 11

  
12 12
LICENSE="GPL-3"
13 13
SLOT="0"
14
KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux"
14
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
15 15
IUSE="static-libs"
16 16

  
17 17
RDEPEND=">=sys-libs/zlib-1.2.5.1-r1
Thank you!