summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2020-12-27 21:40:08 +0000
committerSam James <sam@gentoo.org>2020-12-27 21:40:16 +0000
commitbd567b58a05e505542431b9c7a542c54e9b476d7 (patch)
tree7df4982ee9395bc5ce4790637c70b2788e891d41 /dev-embedded
parentdev-python/pyilmbase: bump to 2.5.3 (diff)
downloadgentoo-bd567b58a05e505542431b9c7a542c54e9b476d7.tar.gz
gentoo-bd567b58a05e505542431b9c7a542c54e9b476d7.tar.bz2
gentoo-bd567b58a05e505542431b9c7a542c54e9b476d7.zip
dev-embedded/libftdi: sync live ebuild
Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-embedded')
-rw-r--r--dev-embedded/libftdi/libftdi-9999.ebuild10
1 files changed, 3 insertions, 7 deletions
diff --git a/dev-embedded/libftdi/libftdi-9999.ebuild b/dev-embedded/libftdi/libftdi-9999.ebuild
index 4ad4a4e4baf1..6dfa9fe1e483 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