diff options
author | Sam Jorna <wraeth@gentoo.org> | 2019-12-16 19:18:38 +1100 |
---|---|---|
committer | Sam Jorna <wraeth@gentoo.org> | 2019-12-16 19:47:57 +1100 |
commit | 26ff372c0ba311c7c1a1abe99c565248ad64f27f (patch) | |
tree | d0664afab7a52619e6e0846a62d480b5a95cb56c /sys-apps | |
parent | sys-apps/the_silver_searcher: add missing test dep (diff) | |
download | gentoo-26ff372c0ba311c7c1a1abe99c565248ad64f27f.tar.gz gentoo-26ff372c0ba311c7c1a1abe99c565248ad64f27f.tar.bz2 gentoo-26ff372c0ba311c7c1a1abe99c565248ad64f27f.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>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/the_silver_searcher/the_silver_searcher-2.1.0.ebuild | 2 |
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" |