Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 410679 | Differences between
and this patch

Collapse All | Expand All

(-)libftdi.orig/libftdi-9999.1.0.ebuild (-1 / +4 lines)
Lines 19-25 Link Here
19
19
20
LICENSE="LGPL-2"
20
LICENSE="LGPL-2"
21
SLOT="0"
21
SLOT="0"
22
IUSE="cxx doc examples python"
22
IUSE="cxx doc ftdi_eeprom examples python"
23
23
24
RDEPEND="virtual/libusb:0
24
RDEPEND="virtual/libusb:0
25
	cxx? ( dev-libs/boost )
25
	cxx? ( dev-libs/boost )
Lines 42-47 Link Here
42
	cmake-utils_src_install
42
	cmake-utils_src_install
43
	dodoc ChangeLog README
43
	dodoc ChangeLog README
44
44
45
	if use ftdi_eeprom ; then
46
		dobin "${CMAKE_BUILD_DIR}"/ftdi_eeprom/ftdi_eeprom
47
	fi
45
	if use doc ; then
48
	if use doc ; then
46
		doman doc/man/man3/*
49
		doman doc/man/man3/*
47
		dohtml doc/html/*
50
		dohtml doc/html/*
(-)libftdi.orig/metadata.xml (+3 lines)
Lines 2-5 Link Here
2
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
2
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
3
<pkgmetadata>
3
<pkgmetadata>
4
<herd>dev-embedded</herd>
4
<herd>dev-embedded</herd>
5
<use>
6
    <flag name="ftdi_eeprom">Build utility for reading/writing EEPROM config in FTDI chips</flag>
7
</use>
5
</pkgmetadata>
8
</pkgmetadata>

Return to bug 410679