Diff smlnj-110.99.3 with a smlnj-110.99.4

/usr/portage/dev-lang/smlnj/smlnj-110.99.4.ebuild 2023-10-09 14:52:29.480368350 +0300
10 10

  
11 11
BASE_URI="http://smlnj.cs.uchicago.edu/dist/working/${PV}"
12 12

  
13
FILES="
13
SRC_FILES="
14 14
doc.tgz
15 15

  
16 16
config.tgz
......
50 50
	x86?   ( ${BASE_URI}/boot.x86-unix.tgz -> ${P}-boot.x86-unix.tgz )
51 51
"
52 52

  
53
for file in ${FILES} ; do
53
for file in ${SRC_FILES} ; do
54 54
	SRC_URI+=" ${BASE_URI}/${file} -> ${P}-${file} "
55 55
done
56 56

  
......
62 62
# sparc support should be there but is untested
63 63
KEYWORDS="~amd64 ~ppc ~x86"
64 64

  
65
PATCHES=( "${FILESDIR}"/${P}-shuffle.patch )
66

  
67 65
src_unpack() {
68 66
	mkdir -p "${S}" || die
69 67
	local file
Thank you!