commit: bd567b58a05e505542431b9c7a542c54e9b476d7
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 27 21:40:08 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 27 21:40:16 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd567b58
dev-embedded/libftdi: sync live ebuild
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-embedded/libftdi/libftdi-9999.ebuild | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)
diff --git a/dev-embedded/libftdi/libftdi-9999.ebuild
b/dev-embedded/libftdi/libftdi-9999.ebuild
index 4ad4a4e4baf..6dfa9fe1e48 100644
--- a/dev-embedded/libftdi/libftdi-9999.ebuild
+++ b/dev-embedded/libftdi/libftdi-9999.ebuild
@@ -38,10 +38,6 @@ RDEPEND="virtual/libusb:1
)"
DEPEND="${RDEPEND}"
-PATCHES=(
- "${FILESDIR}/libftdi-1.5-cmake-git.patch"
-)
-
pkg_setup() {
use python && python-single-r1_pkg_setup
}
@@ -72,10 +68,10 @@ src_install() {
if use doc ; then
# Clean up crap man pages. #356369
- rm -vf "${CMAKE_BUILD_DIR}"/doc/man/man3/_* || die
+ rm -vf "${BUILD_DIR}"/doc/man/man3/_* || die
- doman "${CMAKE_BUILD_DIR}"/doc/man/man3/*
- dodoc -r "${CMAKE_BUILD_DIR}"/doc/html
+ doman "${BUILD_DIR}"/doc/man/man3/*
+ dodoc -r "${BUILD_DIR}"/doc/html
fi
if use examples ; then