commit:     9743228c3fc3b22f92ce654677d512af6630c31d
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 31 11:11:35 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Oct 31 11:11:35 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9743228c

sys-block/parted: [QA] Inherit flag-o-matic.eclass explicitly

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 sys-block/parted/parted-3.3-r1.ebuild | 2 ++
 sys-block/parted/parted-99999.ebuild  | 3 ++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/sys-block/parted/parted-3.3-r1.ebuild 
b/sys-block/parted/parted-3.3-r1.ebuild
index 20e7c295951..6fcef66453c 100644
--- a/sys-block/parted/parted-3.3-r1.ebuild
+++ b/sys-block/parted/parted-3.3-r1.ebuild
@@ -3,6 +3,8 @@
 
 EAPI=7
 
+inherit flag-o-matic
+
 DESCRIPTION="Create, destroy, resize, check, copy partitions and file systems"
 HOMEPAGE="https://www.gnu.org/software/parted";
 SRC_URI="

diff --git a/sys-block/parted/parted-99999.ebuild 
b/sys-block/parted/parted-99999.ebuild
index f107e402382..2d8e222c576 100644
--- a/sys-block/parted/parted-99999.ebuild
+++ b/sys-block/parted/parted-99999.ebuild
@@ -2,7 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-inherit autotools git-r3
+
+inherit autotools flag-o-matic git-r3
 
 DESCRIPTION="Create, destroy, resize, check, copy partitions and file systems"
 HOMEPAGE="https://www.gnu.org/software/parted";

Reply via email to