Diff wcd-6.0.4 with a wcd-6.0.5

/usr/portage/app-misc/wcd/wcd-6.0.5.ebuild 2023-10-09 14:52:28.828368333 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
6 6
inherit toolchain-funcs
7 7

  
8 8
DESCRIPTION="Wherever Change Directory"
9
HOMEPAGE="http://waterlan.home.xs4all.nl/#WCD_ANCHOR"
10
SRC_URI="http://waterlan.home.xs4all.nl/${PN}/${P}.tar.gz"
9
HOMEPAGE="https://waterlan.home.xs4all.nl/wcd.html"
10
SRC_URI="https://waterlan.home.xs4all.nl/${PN}/${P}.tar.gz"
11 11

  
12 12
LICENSE="GPL-2"
13 13
SLOT="0"
14
KEYWORDS="amd64 arm x86 ~amd64-linux ~x86-linux"
14
KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
15 15
IUSE="nls unicode"
16 16

  
17 17
RDEPEND="
......
37 37
	cd src || die
38 38
	local mycompile="LFS=1"
39 39
	use nls || mycompile+=" ENABLE_NLS="
40
	use unicode && mycompile+=" UCS=1 UNINORM=1"
40
	use unicode || mycompile+=" UCS= UNINORM="
41 41
	emake ${mycompile}
42 42
}
43 43

  
Thank you!