Gentoo Archives: gentoo-commits

From: Ben Kohler <bkohler@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-cdr/dumpet/
Date: Sun, 21 Oct 2018 16:31:53
Message-Id: 1540139489.7e6fcc9db9dc65524da6f6201d7c465e0421f2e7.bkohler@gentoo
1 commit: 7e6fcc9db9dc65524da6f6201d7c465e0421f2e7
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 21 16:30:58 2018 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 21 16:31:29 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e6fcc9d
7
8 app-cdr/dumpet: move CFLAGS fix to emake call
9
10 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 app-cdr/dumpet/dumpet-2.1_p20140601.ebuild | 3 +--
14 1 file changed, 1 insertion(+), 2 deletions(-)
15
16 diff --git a/app-cdr/dumpet/dumpet-2.1_p20140601.ebuild b/app-cdr/dumpet/dumpet-2.1_p20140601.ebuild
17 index 67f47a6c5a8..96ef9972e7a 100644
18 --- a/app-cdr/dumpet/dumpet-2.1_p20140601.ebuild
19 +++ b/app-cdr/dumpet/dumpet-2.1_p20140601.ebuild
20 @@ -23,14 +23,13 @@ DEPEND="${RDEPEND}
21
22 src_prepare() {
23 sed -i Makefile \
24 - -e "s/^CFLAGS:/#CFLAGS:/" \
25 -e "s/^install : all$/install :/" \
26 || die
27 default
28 }
29
30 src_compile() {
31 - emake dumpet
32 + emake CFLAGS="${CFLAGS}" dumpet
33 }
34
35 pkg_setup(){