Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/parted/
Date: Sat, 31 Oct 2020 11:12:03
Message-Id: 1604142695.9743228c3fc3b22f92ce654677d512af6630c31d.soap@gentoo
1 commit: 9743228c3fc3b22f92ce654677d512af6630c31d
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 31 11:11:35 2020 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 31 11:11:35 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9743228c
7
8 sys-block/parted: [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 sys-block/parted/parted-3.3-r1.ebuild | 2 ++
14 sys-block/parted/parted-99999.ebuild | 3 ++-
15 2 files changed, 4 insertions(+), 1 deletion(-)
16
17 diff --git a/sys-block/parted/parted-3.3-r1.ebuild b/sys-block/parted/parted-3.3-r1.ebuild
18 index 20e7c295951..6fcef66453c 100644
19 --- a/sys-block/parted/parted-3.3-r1.ebuild
20 +++ b/sys-block/parted/parted-3.3-r1.ebuild
21 @@ -3,6 +3,8 @@
22
23 EAPI=7
24
25 +inherit flag-o-matic
26 +
27 DESCRIPTION="Create, destroy, resize, check, copy partitions and file systems"
28 HOMEPAGE="https://www.gnu.org/software/parted"
29 SRC_URI="
30
31 diff --git a/sys-block/parted/parted-99999.ebuild b/sys-block/parted/parted-99999.ebuild
32 index f107e402382..2d8e222c576 100644
33 --- a/sys-block/parted/parted-99999.ebuild
34 +++ b/sys-block/parted/parted-99999.ebuild
35 @@ -2,7 +2,8 @@
36 # Distributed under the terms of the GNU General Public License v2
37
38 EAPI=7
39 -inherit autotools git-r3
40 +
41 +inherit autotools flag-o-matic git-r3
42
43 DESCRIPTION="Create, destroy, resize, check, copy partitions and file systems"
44 HOMEPAGE="https://www.gnu.org/software/parted"