From: Lars Wendler Date: Mon, 4 Nov 2019 08:49:31 +0000 (+0100) Subject: app-text/dos2unix: Silence stupid QA warning X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=981809b8d0aa95b20027695a04ef6f66337e447b;p=gentoo.git app-text/dos2unix: Silence stupid QA warning Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Lars Wendler --- diff --git a/app-text/dos2unix/dos2unix-7.3.5.ebuild b/app-text/dos2unix/dos2unix-7.3.5.ebuild index d871ca54b250..1df77cff6201 100644 --- a/app-text/dos2unix/dos2unix-7.3.5.ebuild +++ b/app-text/dos2unix/dos2unix-7.3.5.ebuild @@ -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 diff --git a/app-text/dos2unix/dos2unix-7.4.1.ebuild b/app-text/dos2unix/dos2unix-7.4.1.ebuild index 09270293006f..d57d4c02b286 100644 --- a/app-text/dos2unix/dos2unix-7.4.1.ebuild +++ b/app-text/dos2unix/dos2unix-7.4.1.ebuild @@ -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 diff --git a/app-text/dos2unix/dos2unix-7.4.2_beta1.ebuild b/app-text/dos2unix/dos2unix-7.4.2_beta1.ebuild index fa947c87eca4..6338a7ec3811 100644 --- a/app-text/dos2unix/dos2unix-7.4.2_beta1.ebuild +++ b/app-text/dos2unix/dos2unix-7.4.2_beta1.ebuild @@ -31,6 +31,9 @@ BDEPEND=" dev-lang/perl nls? ( sys-devel/gettext ) " + +RESTRICT="!test? ( test )" + S="${WORKDIR}/${P/_/-}" handle_locales() {