diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2019-11-04 09:49:31 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2019-11-04 09:49:31 +0100 |
commit | 981809b8d0aa95b20027695a04ef6f66337e447b (patch) | |
tree | 545e2d4371d60772b97a1e4707b8316791c92ef6 /app-text | |
parent | dev-vcs/git: Bump to version 2.24.0. Removed old (diff) | |
download | gentoo-981809b8d0aa95b20027695a04ef6f66337e447b.tar.gz gentoo-981809b8d0aa95b20027695a04ef6f66337e447b.tar.bz2 gentoo-981809b8d0aa95b20027695a04ef6f66337e447b.zip |
app-text/dos2unix: Silence stupid QA warning
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/dos2unix/dos2unix-7.3.5.ebuild | 4 | ||||
-rw-r--r-- | app-text/dos2unix/dos2unix-7.4.1.ebuild | 3 | ||||
-rw-r--r-- | app-text/dos2unix/dos2unix-7.4.2_beta1.ebuild | 3 |
3 files changed, 9 insertions, 1 deletions
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() { |