diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-04-24 19:19:58 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-04-24 19:21:39 -0700 |
commit | b0aeaf22fed1de616d322ba420d5cea6d349d94e (patch) | |
tree | 341044ec838c5a3341e2790c3578824c50f4c2bd /app-shells | |
parent | app-shells/fzy: revbump, respect LDFLAGS (diff) | |
download | gentoo-b0aeaf22fed1de616d322ba420d5cea6d349d94e.tar.gz gentoo-b0aeaf22fed1de616d322ba420d5cea6d349d94e.tar.bz2 gentoo-b0aeaf22fed1de616d322ba420d5cea6d349d94e.zip |
app-shells/fzy: update live ebuild
Bug: https://bugs.gentoo.org/719072
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/fzy/fzy-9999.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/app-shells/fzy/fzy-9999.ebuild b/app-shells/fzy/fzy-9999.ebuild index 8fb7bb35ba12..98dfd31e607d 100644 --- a/app-shells/fzy/fzy-9999.ebuild +++ b/app-shells/fzy/fzy-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit eutils savedconfig toolchain-funcs @@ -21,12 +21,11 @@ SLOT="0" IUSE="test" RESTRICT="!test? ( test )" -PATCHES=( "${FILESDIR}"/fzy-0.9-cflags.patch ) - src_prepare() { default restore_config config.h tc-export CC + sed -i 's/$(LIBS)/$(LIBS) $(LDFLAGS)/g' Makefile || die } src_install() { |