From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C0FD513835A for ; Sat, 31 Oct 2020 11:12:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66AFFE086A; Sat, 31 Oct 2020 11:12:02 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5148CE085E for ; Sat, 31 Oct 2020 11:12:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7F73D340CC0 for ; Sat, 31 Oct 2020 11:12:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B31B43E for ; Sat, 31 Oct 2020 11:11:58 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1604142695.9743228c3fc3b22f92ce654677d512af6630c31d.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/parted/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-block/parted/parted-3.3-r1.ebuild sys-block/parted/parted-99999.ebuild X-VCS-Directories: sys-block/parted/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 9743228c3fc3b22f92ce654677d512af6630c31d X-VCS-Branch: master Date: Sat, 31 Oct 2020 11:11:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 61bfa5a7-ad4d-4b13-a447-36f578dd6e05 X-Archives-Hash: 0010fe5017b7bc657835d7046ba4d388 commit: 9743228c3fc3b22f92ce654677d512af6630c31d Author: David Seifert gentoo org> AuthorDate: Sat Oct 31 11:11:35 2020 +0000 Commit: David Seifert gentoo 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 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"