Updated digest in manifest

This commit is contained in:
kuratsune 2018-03-22 20:15:35 +01:00
parent 88b82efa2a
commit 5f010a1cf1

View File

@ -22,20 +22,20 @@ RDEPEND="virtual/libusb:1
DEPEND="${RDEPEND} DEPEND="${RDEPEND}
virtual/pkgconfig" virtual/pkgconfig"
PATCHES=( #PATCHES=(
"${FILESDIR}/${P}-fix-udev-rules.patch" # "${FILESDIR}/${P}-fix-udev-rules.patch"
) #)
src_prepare() { src_prepare() {
if ! use vanilla ; then if ! use vanilla ; then
eapply "${WORKDIR}"/${P}_vfs0050.patch #eapply "${WORKDIR}"/${P}_vfs0050.patch
fi fi
default default
# upeke2 and fdu2000 were missing from all_drivers. # upeke2 and fdu2000 were missing from all_drivers.
sed -e '/^all_drivers=/s:"$: upeke2 fdu2000":' \ # sed -e '/^all_drivers=/s:"$: upeke2 fdu2000":' \
-i configure.ac || die # -i configure.ac || die
eautoreconf eautoreconf
} }