From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1281235-garchives=archives.gentoo.org@lists.gentoo.org> 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 7D0A51382C5 for <garchives@archives.gentoo.org>; Thu, 13 May 2021 13:55:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD512E08AD; Thu, 13 May 2021 13:55:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 933E7E088D for <gentoo-commits@lists.gentoo.org>; Thu, 13 May 2021 13:55:42 +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 88071340DC5 for <gentoo-commits@lists.gentoo.org>; Thu, 13 May 2021 13:55:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3466078E for <gentoo-commits@lists.gentoo.org>; Thu, 13 May 2021 13:55:37 +0000 (UTC) From: "David Seifert" <soap@gentoo.org> 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" <soap@gentoo.org> Message-ID: <1620914068.79ad4ea976e56a9d0335fa27a6489bd9abab5c82.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/xfsdump/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/xfsdump/xfsdump-3.1.9.ebuild X-VCS-Directories: sys-fs/xfsdump/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 79ad4ea976e56a9d0335fa27a6489bd9abab5c82 X-VCS-Branch: master Date: Thu, 13 May 2021 13:55:37 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 21c0e9ca-1bc6-4e74-b3d4-1888cbd2597b X-Archives-Hash: 3bbe27ea7a8f682141900a052257cebb commit: 79ad4ea976e56a9d0335fa27a6489bd9abab5c82 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu May 13 13:54:28 2021 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Thu May 13 13:54:28 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79ad4ea9 sys-fs/xfsdump: drop unused flag-o-matic inherit Signed-off-by: David Seifert <soap <AT> gentoo.org> sys-fs/xfsdump/xfsdump-3.1.9.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys-fs/xfsdump/xfsdump-3.1.9.ebuild b/sys-fs/xfsdump/xfsdump-3.1.9.ebuild index f9e709d107f..57fc455d91c 100644 --- a/sys-fs/xfsdump/xfsdump-3.1.9.ebuild +++ b/sys-fs/xfsdump/xfsdump-3.1.9.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit flag-o-matic toolchain-funcs +inherit toolchain-funcs DESCRIPTION="xfs dump/restore utilities" HOMEPAGE="https://xfs.wiki.kernel.org/" @@ -43,6 +43,7 @@ src_prepare() { -e "/^PKG_DOC_DIR/s:@pkg_name@:${PF}:" \ include/builddefs.in \ || die + sed -i \ -e "s:enable_curses=[a-z]*:enable_curses=$(usex ncurses):" \ -e "s:libcurses=\"[^\"]*\":libcurses='$(use ncurses && $(tc-getPKG_CONFIG) --libs ncurses)':" \