Diff wcd-6.0.4 with a wcd-6.0.5

/usr/portage/app-misc/wcd/wcd-6.0.5.ebuild 2024-07-02 13:51:43.857851454 +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"
......
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!