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 9DB48138334 for ; Fri, 11 Oct 2019 05:06:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8212E084E; Fri, 11 Oct 2019 05:06:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 5D2B4E084E for ; Fri, 11 Oct 2019 05:06:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 15A3D34BB3C for ; Fri, 11 Oct 2019 05:06:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5EE0E7FE for ; Fri, 11 Oct 2019 05:06:38 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1570770395.c536a2238b62ab43af3752037ed99fc6959b9666.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/parted/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-block/parted/parted-99999.ebuild X-VCS-Directories: sys-block/parted/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: c536a2238b62ab43af3752037ed99fc6959b9666 X-VCS-Branch: master Date: Fri, 11 Oct 2019 05:06:38 +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: 5d897cac-b645-4802-ad2a-2fe3485e0da3 X-Archives-Hash: 60d1e742eab33ca2e6cdfcb256818402 commit: c536a2238b62ab43af3752037ed99fc6959b9666 Author: Jeroen Roovers gentoo org> AuthorDate: Fri Oct 11 05:03:58 2019 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Fri Oct 11 05:06:35 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c536a223 sys-block/parted: Do not inherit flag-o-matic.eclass Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Jeroen Roovers gentoo.org> sys-block/parted/parted-99999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-block/parted/parted-99999.ebuild b/sys-block/parted/parted-99999.ebuild index a3d6fcc4069..a4bb63aa3d0 100644 --- a/sys-block/parted/parted-99999.ebuild +++ b/sys-block/parted/parted-99999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools flag-o-matic git-r3 +inherit autotools git-r3 DESCRIPTION="Create, destroy, resize, check, copy partitions and file systems" HOMEPAGE="https://www.gnu.org/software/parted"