mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
gnome-extra/gnome-user-docs: [QA] Fix MissingTestRestrict
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -23,7 +23,8 @@ DEPEND="
|
||||
# dev-util/gettext
|
||||
|
||||
# This ebuild does not install any binaries
|
||||
RESTRICT="binchecks strip"
|
||||
RESTRICT="binchecks strip
|
||||
!test? ( test )"
|
||||
|
||||
src_configure() {
|
||||
# itstool is only needed for rebuilding translations
|
||||
|
||||
@@ -23,7 +23,8 @@ DEPEND="
|
||||
# dev-util/gettext
|
||||
|
||||
# This ebuild does not install any binaries
|
||||
RESTRICT="binchecks strip"
|
||||
RESTRICT="binchecks strip
|
||||
!test? ( test )"
|
||||
|
||||
src_configure() {
|
||||
# itstool is only needed for rebuilding translations
|
||||
|
||||
Reference in New Issue
Block a user