From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B445215817D for ; Wed, 19 Jun 2024 13:18:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0739A2BC014; Wed, 19 Jun 2024 13:18:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DE07F2BC014 for ; Wed, 19 Jun 2024 13:18:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C401C33BDFF for ; Wed, 19 Jun 2024 13:18:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5E9B61C7B for ; Wed, 19 Jun 2024 13:18:56 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1718803110.062d40262791666f7bf2042c3d74efd2368ca637.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-embedded/libftdi/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-embedded/libftdi/libftdi-1.5-r6.ebuild dev-embedded/libftdi/libftdi-1.5-r7.ebuild dev-embedded/libftdi/libftdi-9999.ebuild X-VCS-Directories: dev-embedded/libftdi/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 062d40262791666f7bf2042c3d74efd2368ca637 X-VCS-Branch: master Date: Wed, 19 Jun 2024 13:18:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1be56c5c-6606-410e-ada3-203fba86d278 X-Archives-Hash: 29a168e87cd01af681fe51c2c0649180 commit: 062d40262791666f7bf2042c3d74efd2368ca637 Author: Sam James gentoo org> AuthorDate: Wed Jun 19 13:18:19 2024 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jun 19 13:18:30 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=062d4026 dev-embedded/libftdi: fix PATCHES Closes: https://bugs.gentoo.org/934531 Signed-off-by: Sam James gentoo.org> .../libftdi/{libftdi-1.5-r6.ebuild => libftdi-1.5-r7.ebuild} | 7 ++----- dev-embedded/libftdi/libftdi-9999.ebuild | 7 +------ 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/dev-embedded/libftdi/libftdi-1.5-r6.ebuild b/dev-embedded/libftdi/libftdi-1.5-r7.ebuild similarity index 95% rename from dev-embedded/libftdi/libftdi-1.5-r6.ebuild rename to dev-embedded/libftdi/libftdi-1.5-r7.ebuild index d176c11a73f3..b716e615a29e 100644 --- a/dev-embedded/libftdi/libftdi-1.5-r6.ebuild +++ b/dev-embedded/libftdi/libftdi-1.5-r7.ebuild @@ -15,11 +15,6 @@ else S="${WORKDIR}/${MY_P}" KEYWORDS="amd64 ~arm arm64 ~loong ~mips ~ppc ppc64 ~riscv ~sparc x86" - - PATCHES=( - "${FILESDIR}"/${P}-tests-no-cxx.patch - "${FILESDIR}"/${P}-cmake-cxx.patch - ) fi DESCRIPTION="Userspace access to FTDI USB interface chips" @@ -47,6 +42,8 @@ BDEPEND=" " PATCHES=( + "${FILESDIR}"/${P}-tests-no-cxx.patch + "${FILESDIR}"/${P}-cmake-cxx.patch "${FILESDIR}"/${P}-py312.patch ) diff --git a/dev-embedded/libftdi/libftdi-9999.ebuild b/dev-embedded/libftdi/libftdi-9999.ebuild index 0430681351f7..1d0e8c913006 100644 --- a/dev-embedded/libftdi/libftdi-9999.ebuild +++ b/dev-embedded/libftdi/libftdi-9999.ebuild @@ -14,12 +14,7 @@ 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" - - PATCHES=( - "${FILESDIR}"/${P}-tests-no-cxx.patch - "${FILESDIR}"/${P}-cmake-cxx.patch - ) + KEYWORDS="amd64 ~arm arm64 ~loong ~mips ~ppc ppc64 ~riscv ~sparc x86" fi DESCRIPTION="Userspace access to FTDI USB interface chips"