--- lvm2-2.01.09.ebuild.orig 2005-07-19 05:27:46.000000000 +0200 +++ lvm2-2.01.09.ebuild 2005-07-19 05:28:43.000000000 +0200 @@ -24,6 +24,9 @@ local myconf use nolvmstatic || myconf="--enable-static_link" + # disable O_DIRECT support on hppa, breaks pv detection (#99532) + use hppa && myconf="${myconf} --disable-o_direct" + econf $(use_enable readline) ${myconf} emake || die "compile problem" }