diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-11-10 00:29:53 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-11-10 00:39:44 -0500 |
commit | da9e7358622585fd2d9c8db8386d2919d548937c (patch) | |
tree | e3cdd9aed003482ab6309ffefcc43ca9cc5a3a46 | |
parent | d873ba8b8fb26415f4b95a75800db0d642cd1bc2 (diff) | |
download | gentoo-da9e7358622585fd2d9c8db8386d2919d548937c.tar.gz gentoo-da9e7358622585fd2d9c8db8386d2919d548937c.tar.xz |
sys-block/sedutil: link to upstream bug report
-rw-r--r-- | sys-block/sedutil/sedutil-1.12.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-block/sedutil/sedutil-1.12.ebuild b/sys-block/sedutil/sedutil-1.12.ebuild index f2aa19f911d..4f808a65ebe 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 |