app-text/dos2unix: Silence stupid QA warning
authorLars Wendler <polynomial-c@gentoo.org>
Mon, 4 Nov 2019 08:49:31 +0000 (09:49 +0100)
committerLars Wendler <polynomial-c@gentoo.org>
Mon, 4 Nov 2019 08:49:31 +0000 (09:49 +0100)
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
app-text/dos2unix/dos2unix-7.3.5.ebuild
app-text/dos2unix/dos2unix-7.4.1.ebuild
app-text/dos2unix/dos2unix-7.4.2_beta1.ebuild

index d871ca54b250090e538e65358240543fe9167c68..1df77cff6201ef8c0c6c47f18811a2d42da7f273 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -28,6 +28,8 @@ DEPEND="
        test? ( virtual/perl-Test-Simple )
        dev-lang/perl"
 
+RESTRICT="!test? ( test )"
+
 handle_locales() {
        # Make sure locale list is kept up-to-date.
        local detected sorted
index 09270293006f57d293adfa697ab81494b2b52dac..d57d4c02b286d5dce197e09ec6f93729cf462152 100644 (file)
@@ -30,6 +30,9 @@ BDEPEND="
        dev-lang/perl
        nls? ( sys-devel/gettext )
 "
+
+RESTRICT="!test? ( test )"
+
 handle_locales() {
        # Make sure locale list is kept up-to-date.
        local detected sorted
index fa947c87eca4529674bb3203316ac240af1cb371..6338a7ec3811deb758a5275844d1fc9635b02e84 100644 (file)
@@ -31,6 +31,9 @@ BDEPEND="
        dev-lang/perl
        nls? ( sys-devel/gettext )
 "
+
+RESTRICT="!test? ( test )"
+
 S="${WORKDIR}/${P/_/-}"
 
 handle_locales() {