diff options
| author | Sam James <sam@gentoo.org> | 2025-05-05 16:16:55 +0100 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2025-05-05 16:17:13 +0100 |
| commit | 80730e65fdfe18b921f15bed2d36fa8735db5a1e (patch) | |
| tree | 699382b5fc7aaf7d70ff963e9fdbe1f81c8810a9 /dev-embedded/libftdi/libftdi-9999.ebuild | |
| parent | 096db9892f421ed4d8e7a4fa8c17351a994dfa2c (diff) | |
| download | gentoo-80730e65fdfe18b921f15bed2d36fa8735db5a1e.tar.gz gentoo-80730e65fdfe18b921f15bed2d36fa8735db5a1e.tar.bz2 gentoo-80730e65fdfe18b921f15bed2d36fa8735db5a1e.zip | |
dev-embedded/libftdi: sync live
Bug: https://bugs.gentoo.org/952289
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-embedded/libftdi/libftdi-9999.ebuild')
| -rw-r--r-- | dev-embedded/libftdi/libftdi-9999.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/dev-embedded/libftdi/libftdi-9999.ebuild b/dev-embedded/libftdi/libftdi-9999.ebuild index 9b7ea06302bb..1958c80d92e3 100644 --- a/dev-embedded/libftdi/libftdi-9999.ebuild +++ b/dev-embedded/libftdi/libftdi-9999.ebuild @@ -1,19 +1,18 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +MY_P="${PN}1-${PV}" +PYTHON_COMPAT=( python3_{11..13} ) inherit cmake python-single-r1 -MY_P="${PN}1-${PV}" if [[ ${PV} == 9999* ]] ; then inherit git-r3 EGIT_REPO_URI="git://developer.intra2net.com/${PN}" else SRC_URI="https://www.intra2net.com/en/developer/${PN}/download/${MY_P}.tar.bz2" S="${WORKDIR}/${MY_P}" - KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" fi @@ -23,8 +22,8 @@ HOMEPAGE="https://www.intra2net.com/en/developer/libftdi/" LICENSE="LGPL-2" SLOT="1" IUSE="cxx doc examples python test tools" -RESTRICT="!test? ( test )" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" +RESTRICT="!test? ( test )" RDEPEND=" virtual/libusb:1 |
