diff options
author | 2020-07-12 20:19:27 +1000 | |
---|---|---|
committer | 2020-07-12 20:23:55 +1000 | |
commit | 4174b1f2bba16be562beadb8926b26fce40a41d1 (patch) | |
tree | 65dfa883fee7ee04c608d41ec1b7d14e9f375f97 /sys-apps/the_silver_searcher/the_silver_searcher-2.1.0.ebuild | |
parent | dev-ruby/shoulda: drop alpha keywords (diff) | |
download | gentoo-4174b1f2bba16be562beadb8926b26fce40a41d1.tar.gz gentoo-4174b1f2bba16be562beadb8926b26fce40a41d1.tar.bz2 gentoo-4174b1f2bba16be562beadb8926b26fce40a41d1.zip |
sys-apps/the_silver_searcher: fix fno-common
Closes: https://bugs.gentoo.org/708532
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam Jorna <wraeth@gentoo.org>
Diffstat (limited to 'sys-apps/the_silver_searcher/the_silver_searcher-2.1.0.ebuild')
-rw-r--r-- | sys-apps/the_silver_searcher/the_silver_searcher-2.1.0.ebuild | 7 |
1 files changed, 5 insertions, 2 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 f6cfa25db0a..9643faccd4a 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,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 @@ -26,7 +26,10 @@ DEPEND="${RDEPEND} DOCS="README.md" -PATCHES=( "${FILESDIR}"/${PN}-2.1.0-lzma.patch ) +PATCHES=( + "${FILESDIR}"/${PN}-2.1.0-lzma.patch + "${FILESDIR}"/${PN}-fno-common.patch +) src_prepare() { sed '/^dist_bashcomp/d' -i Makefile.am || die |