Diff libftdi-1.5-r5 with a libftdi-9999
/usr/portage/dev-embedded/libftdi/libftdi-9999.ebuild 2023-10-09 14:52:29.348368347 +0300 | ||
---|---|---|
14 | 14 |
SRC_URI="https://www.intra2net.com/en/developer/${PN}/download/${MY_P}.tar.bz2" |
15 | 15 |
S="${WORKDIR}/${MY_P}" |
16 | 16 | |
17 |
KEYWORDS="amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv sparc x86" |
|
17 |
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" |
|
18 | 18 | |
19 | 19 |
PATCHES=( |
20 | 20 |
"${FILESDIR}"/${P}-tests-no-cxx.patch |
... | ... | |
34 | 34 |
RDEPEND=" |
35 | 35 |
virtual/libusb:1 |
36 | 36 |
cxx? ( dev-libs/boost ) |
37 |
doc? ( !dev-embedded/libftdi:0[doc] ) |
|
38 | 37 |
python? ( ${PYTHON_DEPS} ) |
39 | 38 |
tools? ( dev-libs/confuse:= ) |
40 | 39 |
" |