summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-07-20 04:32:29 +0000
committerMike Frysinger <vapier@gentoo.org>2015-07-20 04:32:29 +0000
commit9283fcd328f1a3df7b5b05da3d7e1a13031ac577 (patch)
treea8a1205cfdc26c854ba3008d8ba8558399970e00 /sys-apps/findutils/findutils-4.5.14-r1.ebuild
parentDisable gnulib update-copyright test for now #554728 by Paolo Pedroni. (diff)
downloadgentoo-2-9283fcd328f1a3df7b5b05da3d7e1a13031ac577.tar.gz
gentoo-2-9283fcd328f1a3df7b5b05da3d7e1a13031ac577.tar.bz2
gentoo-2-9283fcd328f1a3df7b5b05da3d7e1a13031ac577.zip
Disable gnulib update-copyright test for now #554728 by Paolo Pedroni.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'sys-apps/findutils/findutils-4.5.14-r1.ebuild')
-rw-r--r--sys-apps/findutils/findutils-4.5.14-r1.ebuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys-apps/findutils/findutils-4.5.14-r1.ebuild b/sys-apps/findutils/findutils-4.5.14-r1.ebuild
index 30245c98a7ea..957fafe8e616 100644
--- a/sys-apps/findutils/findutils-4.5.14-r1.ebuild
+++ b/sys-apps/findutils/findutils-4.5.14-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/findutils/findutils-4.5.14-r1.ebuild,v 1.2 2015/04/04 22:38:19 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/findutils/findutils-4.5.14-r1.ebuild,v 1.3 2015/07/20 04:32:29 vapier Exp $
EAPI="4"
@@ -25,6 +25,11 @@ src_prepare() {
# Don't build or install locate because it conflicts with slocate,
# which is a secure version of locate. See bug 18729
sed -i '/^SUBDIRS/s/locate//' Makefile.in
+
+ # Disable gnulib build test that has no impact on the source.
+ # Re-enable w/next version bump (and gnulib is updated). #554728
+ [[ ${PV} != "4.5.14" ]] && die "re-enable test #554728"
+ echo 'exit 0' > tests/test-update-copyright.sh || die
}
src_configure() {