From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-910679-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 197741395E2 for <garchives@archives.gentoo.org>; Thu, 10 Nov 2016 05:40:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67E67E0913; Thu, 10 Nov 2016 05:40:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 52087E0913 for <gentoo-commits@lists.gentoo.org>; Thu, 10 Nov 2016 05:40:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DA91C341657 for <gentoo-commits@lists.gentoo.org>; Thu, 10 Nov 2016 05:40:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 566ACA7 for <gentoo-commits@lists.gentoo.org>; Thu, 10 Nov 2016 05:40:01 +0000 (UTC) From: "Mike Frysinger" <vapier@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, "Mike Frysinger" <vapier@gentoo.org> Message-ID: <1478756384.da9e7358622585fd2d9c8db8386d2919d548937c.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/sedutil/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-block/sedutil/sedutil-1.12.ebuild X-VCS-Directories: sys-block/sedutil/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: da9e7358622585fd2d9c8db8386d2919d548937c X-VCS-Branch: master Date: Thu, 10 Nov 2016 05:40:01 +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-Archives-Salt: 7f13baaf-b8e4-4227-9d18-fb2c4a307837 X-Archives-Hash: b38cc286a568853acbef8bcd54d1edc3 commit: da9e7358622585fd2d9c8db8386d2919d548937c Author: Mike Frysinger <vapier <AT> gentoo <DOT> org> AuthorDate: Thu Nov 10 05:29:53 2016 +0000 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org> CommitDate: Thu Nov 10 05:39:44 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da9e7358 sys-block/sedutil: link to upstream bug report sys-block/sedutil/sedutil-1.12.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-block/sedutil/sedutil-1.12.ebuild b/sys-block/sedutil/sedutil-1.12.ebuild index f2aa19f..4f808a6 100644 --- a/sys-block/sedutil/sedutil-1.12.ebuild +++ b/sys-block/sedutil/sedutil-1.12.ebuild @@ -17,6 +17,7 @@ IUSE="" src_prepare() { # https://github.com/Drive-Trust-Alliance/sedutil/pull/49 find -name '*.mk' -exec sed -E -i 's: -(Werror|g|O[0-9]?) : :g' {} + || die + # https://github.com/Drive-Trust-Alliance/sedutil/issues/52 if has_version '>=sys-kernel/linux-headers-4.4' ; then mkdir linux/linux || die cp "${FILESDIR}"/nvme.h linux/linux/ || die