Gentoo Archives: gentoo-commits

From: Theo Anderson <telans@××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-fs/hubicfuse/
Date: Wed, 23 Dec 2020 10:13:17
Message-Id: 1608716488.6bbc784eb1163ef0e10277d8259149db68199a17.telans@gentoo
1 commit: 6bbc784eb1163ef0e10277d8259149db68199a17
2 Author: Theo Anderson <telans <AT> posteo <DOT> de>
3 AuthorDate: Wed Dec 23 09:41:28 2020 +0000
4 Commit: Theo Anderson <telans <AT> posteo <DOT> de>
5 CommitDate: Wed Dec 23 09:41:28 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6bbc784e
7
8 net-fs/hubicfuse: append-cflags -fcommon
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Theo Anderson <telans <AT> posteo.de>
12
13 net-fs/hubicfuse/hubicfuse-3.0.1.ebuild | 7 +++++++
14 1 file changed, 7 insertions(+)
15
16 diff --git a/net-fs/hubicfuse/hubicfuse-3.0.1.ebuild b/net-fs/hubicfuse/hubicfuse-3.0.1.ebuild
17 index d1fd3fa8..f20d9e52 100644
18 --- a/net-fs/hubicfuse/hubicfuse-3.0.1.ebuild
19 +++ b/net-fs/hubicfuse/hubicfuse-3.0.1.ebuild
20 @@ -3,6 +3,8 @@
21
22 EAPI=7
23
24 +inherit flag-o-matic
25 +
26 DESCRIPTION="Support for mounting HubiC drive in GNU/Linux"
27 HOMEPAGE="https://github.com/TurboGit/hubicfuse"
28 SRC_URI="https://github.com/TurboGit/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
29 @@ -25,6 +27,11 @@ RDEPEND="${DEPEND}"
30
31 DOCS=( README.md )
32
33 +src_configure() {
34 + append-cflags -fcommon
35 + default
36 +}
37 +
38 src_install() {
39 default