summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Jorna <wraeth@gentoo.org>2019-12-16 19:18:38 +1100
committerSam Jorna <wraeth@gentoo.org>2019-12-16 19:47:57 +1100
commit26ff372c0ba311c7c1a1abe99c565248ad64f27f (patch)
treed0664afab7a52619e6e0846a62d480b5a95cb56c
parentsys-apps/the_silver_searcher: add missing test dep (diff)
downloadgentoo-26ff372c.tar.gz
gentoo-26ff372c.tar.bz2
gentoo-26ff372c.zip
sys-apps/the_silver_searcher: EAPI bump
Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Sam Jorna <wraeth@gentoo.org>
-rw-r--r--sys-apps/the_silver_searcher/the_silver_searcher-2.1.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/the_silver_searcher/the_silver_searcher-2.1.0.ebuild b/sys-apps/the_silver_searcher/the_silver_searcher-2.1.0.ebuild
index 73d91a661f61..f6cfa25db0a5 100644
--- a/sys-apps/the_silver_searcher/the_silver_searcher-2.1.0.ebuild
+++ b/sys-apps/the_silver_searcher/the_silver_searcher-2.1.0.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
inherit autotools bash-completion-r1
DESCRIPTION="A code-searching tool similar to ack, but faster"