Diff getuto-1.15-r1 with a getuto-1.18

/usr/portage/app-portage/getuto/getuto-1.18.ebuild 2026-05-01 00:17:34.688130345 +0300
50 50
	fi
51 51
}
52 52

  
53
src_test() {
54
	# The default portage tempdir is too long for AF_UNIX sockets
55
	local -x TMPDIR
56
	TMPDIR="$(mktemp -d --tmpdir=/tmp ${PF}-XXX || die)"
57

  
58
	default
59
}
60

  
53 61
src_install() {
54 62
	dobin getuto
55 63
}
Thank you!