summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2016-11-10 00:29:53 -0500
committerMike Frysinger <vapier@gentoo.org>2016-11-10 00:39:44 -0500
commitda9e7358622585fd2d9c8db8386d2919d548937c (patch)
treee3cdd9aed003482ab6309ffefcc43ca9cc5a3a46 /sys-block
parentsys-apps/ripgrep: version bump to 0.2.9 (diff)
downloadgentoo-da9e7358622585fd2d9c8db8386d2919d548937c.tar.gz
gentoo-da9e7358622585fd2d9c8db8386d2919d548937c.tar.bz2
gentoo-da9e7358622585fd2d9c8db8386d2919d548937c.zip
sys-block/sedutil: link to upstream bug report
Diffstat (limited to 'sys-block')
-rw-r--r--sys-block/sedutil/sedutil-1.12.ebuild1
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 f2aa19f911da..4f808a65ebe1 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