Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/fzy/
Date: Sat, 25 Apr 2020 02:22:09
Message-Id: 1587781299.b0aeaf22fed1de616d322ba420d5cea6d349d94e.gyakovlev@gentoo
1 commit: b0aeaf22fed1de616d322ba420d5cea6d349d94e
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 25 02:19:58 2020 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 25 02:21:39 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0aeaf22
7
8 app-shells/fzy: update live ebuild
9
10 Bug: https://bugs.gentoo.org/719072
11 Package-Manager: Portage-2.3.99, Repoman-2.3.22
12 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
13
14 app-shells/fzy/fzy-9999.ebuild | 7 +++----
15 1 file changed, 3 insertions(+), 4 deletions(-)
16
17 diff --git a/app-shells/fzy/fzy-9999.ebuild b/app-shells/fzy/fzy-9999.ebuild
18 index 8fb7bb35ba1..98dfd31e607 100644
19 --- a/app-shells/fzy/fzy-9999.ebuild
20 +++ b/app-shells/fzy/fzy-9999.ebuild
21 @@ -1,7 +1,7 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 -EAPI=6
27 +EAPI=7
28
29 inherit eutils savedconfig toolchain-funcs
30
31 @@ -21,12 +21,11 @@ SLOT="0"
32 IUSE="test"
33 RESTRICT="!test? ( test )"
34
35 -PATCHES=( "${FILESDIR}"/fzy-0.9-cflags.patch )
36 -
37 src_prepare() {
38 default
39 restore_config config.h
40 tc-export CC
41 + sed -i 's/$(LIBS)/$(LIBS) $(LDFLAGS)/g' Makefile || die
42 }
43
44 src_install() {