diff options
author | Jory Pratt <anarchy@gentoo.org> | 2020-01-28 13:14:19 -0600 |
---|---|---|
committer | Jory Pratt <anarchy@gentoo.org> | 2020-01-28 13:14:19 -0600 |
commit | 75077f2c46d5c86c238d0dcedf9953d3e0ef4a79 (patch) | |
tree | 4bbbefc88c3ac0fd9700f4dc6e5b10fe286c9adc /x11-wm | |
parent | dev-libs/weston: adjust cairo dep (diff) | |
download | musl-75077f2c46d5c86c238d0dcedf9953d3e0ef4a79.tar.gz musl-75077f2c46d5c86c238d0dcedf9953d3e0ef4a79.tar.bz2 musl-75077f2c46d5c86c238d0dcedf9953d3e0ef4a79.zip |
*/*: [QA] Fix trivial cases of MissingTestRestrict
The result was achieved via the following pipeline:
pkgcheck scan -c RestrictTestCheck -R FormatReporter \
--format '{category}/{package}/{package}-{version}.ebuild' |
xargs -n32 grep -L RESTRICT |
xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"'
The resulting metadata was compared before and after the change.
Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip
added by the eclass. Two ebuilds have to be fixed because of multiline
IUSE.
Signed-off-by: Jory Pratt <anarchy@gentoo.org>
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/marco/marco-1.18.2.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-wm/marco/marco-1.18.2.ebuild b/x11-wm/marco/marco-1.18.2.ebuild index 3e49b370..83cee42c 100644 --- a/x11-wm/marco/marco-1.18.2.ebuild +++ b/x11-wm/marco/marco-1.18.2.ebuild @@ -16,6 +16,7 @@ LICENSE="GPL-2" SLOT="0" IUSE="startup-notification test xinerama" +RESTRICT="!test? ( test )" COMMON_DEPEND=" dev-libs/atk:0 |