Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/gmic/
Date: Sat, 31 Oct 2020 11:12:01
Message-Id: 1604142668.6652abdee895a451fd6bf796f6559491c26e22bb.soap@gentoo
1 commit: 6652abdee895a451fd6bf796f6559491c26e22bb
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 31 11:11:08 2020 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 31 11:11:08 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6652abde
7
8 media-gfx/gmic: [QA] Inherit flag-o-matic.eclass explicitly
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.2
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 media-gfx/gmic/gmic-2.9.0.ebuild | 2 +-
14 media-gfx/gmic/gmic-2.9.1.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/media-gfx/gmic/gmic-2.9.0.ebuild b/media-gfx/gmic/gmic-2.9.0.ebuild
18 index 660e4b3ff4d..03af533ecf7 100644
19 --- a/media-gfx/gmic/gmic-2.9.0.ebuild
20 +++ b/media-gfx/gmic/gmic-2.9.0.ebuild
21 @@ -4,7 +4,7 @@
22 EAPI=7
23
24 CMAKE_BUILD_TYPE=Release
25 -inherit cmake bash-completion-r1 toolchain-funcs
26 +inherit cmake bash-completion-r1 flag-o-matic toolchain-funcs
27
28 if [[ ${PV} == "9999" ]]; then
29 EGIT_REPO_URI="https://github.com/dtschump/gmic.git"
30
31 diff --git a/media-gfx/gmic/gmic-2.9.1.ebuild b/media-gfx/gmic/gmic-2.9.1.ebuild
32 index 660e4b3ff4d..03af533ecf7 100644
33 --- a/media-gfx/gmic/gmic-2.9.1.ebuild
34 +++ b/media-gfx/gmic/gmic-2.9.1.ebuild
35 @@ -4,7 +4,7 @@
36 EAPI=7
37
38 CMAKE_BUILD_TYPE=Release
39 -inherit cmake bash-completion-r1 toolchain-funcs
40 +inherit cmake bash-completion-r1 flag-o-matic toolchain-funcs
41
42 if [[ ${PV} == "9999" ]]; then
43 EGIT_REPO_URI="https://github.com/dtschump/gmic.git"