summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-10-31 12:11:35 +0100
committerDavid Seifert <soap@gentoo.org>2020-10-31 12:11:35 +0100
commit9743228c3fc3b22f92ce654677d512af6630c31d (patch)
tree8ed87cf0ab1e1000c534fb7b6a9cd8c1c928f818 /sys-block/parted/parted-99999.ebuild
parentnet-wireless/osmo-fl2k: [QA] Inherit flag-o-matic.eclass explicitly (diff)
downloadgentoo-9743228c3fc3b22f92ce654677d512af6630c31d.tar.gz
gentoo-9743228c3fc3b22f92ce654677d512af6630c31d.tar.bz2
gentoo-9743228c3fc3b22f92ce654677d512af6630c31d.zip
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@gentoo.org>
Diffstat (limited to 'sys-block/parted/parted-99999.ebuild')
-rw-r--r--sys-block/parted/parted-99999.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-block/parted/parted-99999.ebuild b/sys-block/parted/parted-99999.ebuild
index f107e4023828..2d8e222c576c 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"