From 5f010a1cf1524226c564254ec73ba01b3d5bfcaf Mon Sep 17 00:00:00 2001 From: kuratsune Date: Thu, 22 Mar 2018 20:15:35 +0100 Subject: [PATCH] Updated digest in manifest --- sys-auth/libfprint/libfprint-0.7.0.ebuild | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/sys-auth/libfprint/libfprint-0.7.0.ebuild b/sys-auth/libfprint/libfprint-0.7.0.ebuild index 2b594ee..03a5cff 100644 --- a/sys-auth/libfprint/libfprint-0.7.0.ebuild +++ b/sys-auth/libfprint/libfprint-0.7.0.ebuild @@ -22,20 +22,20 @@ RDEPEND="virtual/libusb:1 DEPEND="${RDEPEND} virtual/pkgconfig" -PATCHES=( - "${FILESDIR}/${P}-fix-udev-rules.patch" -) +#PATCHES=( +# "${FILESDIR}/${P}-fix-udev-rules.patch" +#) src_prepare() { if ! use vanilla ; then - eapply "${WORKDIR}"/${P}_vfs0050.patch + #eapply "${WORKDIR}"/${P}_vfs0050.patch fi default # upeke2 and fdu2000 were missing from all_drivers. - sed -e '/^all_drivers=/s:"$: upeke2 fdu2000":' \ - -i configure.ac || die +# sed -e '/^all_drivers=/s:"$: upeke2 fdu2000":' \ +# -i configure.ac || die eautoreconf }