commit:     2e9a24ef6b38d5b8790b717ac15cbaa9bfad0bcc
Author:     Luca Barbato <lu_zero <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 10 12:34:34 2020 +0000
Commit:     Luca Barbato <lu_zero <AT> gentoo <DOT> org>
CommitDate: Fri Jul 10 12:35:36 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e9a24ef

dev-util/ragel: The tests are not present in the release tarball

Thus remove them and fix #720704

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Luca Barbato <lu_zero <AT> gentoo.org>

 dev-util/ragel/ragel-7.0.0.10-r2.ebuild | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/dev-util/ragel/ragel-7.0.0.10-r2.ebuild 
b/dev-util/ragel/ragel-7.0.0.10-r2.ebuild
index c26cbce821d..21e5e32fb96 100644
--- a/dev-util/ragel/ragel-7.0.0.10-r2.ebuild
+++ b/dev-util/ragel/ragel-7.0.0.10-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -27,11 +27,6 @@ src_configure() {
        econf --disable-static
 }
 
-src_test() {
-       cd "${S}"/test || die
-       ./runtests.in || die
-}
-
 src_install() {
        if use vim-syntax; then
                insinto /usr/share/vim/vimfiles/syntax

Reply via email to