Сравнение fq-0.16.0 с fq-0.17.0

/usr/portage/dev-util/fq/fq-0.17.0.ebuild 2026-04-10 12:17:39.680735759 +0300
14 14
# Dependent licenses
15 15
LICENSE+=" BSD BSD-2 MIT"
16 16
SLOT="0"
17
KEYWORDS="amd64 ~arm ~arm64"
17
KEYWORDS="~amd64 ~arm ~arm64"
18 18
IUSE="test"
19 19
RESTRICT="!test? ( test )"
20 20

  
......
33 33
	default
34 34

  
35 35
	# Don't unconditionally (and therefore twice) build tests
36
	# TODO: upstream
37 36
	sed -i -e 's/all: test fq/all: fq/' Makefile || die
38 37
}
39 38

  
Спасибо!