Diff tcsh-6.24.01 with a tcsh-6.24.01-r1

/usr/portage/app-shells/tcsh/tcsh-6.24.01-r1.ebuild 2023-10-09 14:52:28.864368334 +0300
5 5

  
6 6
inherit flag-o-matic autotools prefix
7 7

  
8
CONFVER="1.9"
8
CONFVER="1.10"
9 9

  
10 10
DESCRIPTION="Enhanced version of the Berkeley C shell (csh)"
11 11
HOMEPAGE="https://www.tcsh.org/"
12 12
SRC_URI="
13 13
	ftp://ftp.astron.com/pub/tcsh/${P}.tar.gz
14 14
	ftp://ftp.astron.com/pub/tcsh/old/${P}.tar.gz
15
	https://dev.gentoo.org/~grobian/distfiles/tcsh-gentoo-patches-r${CONFVER}.tar.bz2"
15
	https://dev.gentoo.org/~grobian/distfiles/tcsh-gentoo-patches-r${CONFVER}.tar.xz"
16 16

  
17 17
LICENSE="BSD"
18 18
SLOT="0"
19
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
19
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
20 20
IUSE="nls doc"
21 21
RESTRICT="test"
22 22

  
Thank you!