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 2B7B615803E for ; Thu, 4 Jan 2024 08:21:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9361A2BC01F; Thu, 4 Jan 2024 08:21:18 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6F87B2BC01F for ; Thu, 4 Jan 2024 08:21:18 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6DC74343015 for ; Thu, 4 Jan 2024 08:21:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A3B73AE5 for ; Thu, 4 Jan 2024 08:21:15 +0000 (UTC) From: "Matthew Smith" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Smith" Message-ID: <1704356449.13338a1351922afa18bba2a9f78a18fadceb3327.matthew@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-embedded/avrdude/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-embedded/avrdude/avrdude-7.2.ebuild X-VCS-Directories: dev-embedded/avrdude/ X-VCS-Committer: matthew X-VCS-Committer-Name: Matthew Smith X-VCS-Revision: 13338a1351922afa18bba2a9f78a18fadceb3327 X-VCS-Branch: master Date: Thu, 4 Jan 2024 08:21:15 +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: 48cecad8-fa21-4a71-a104-7cb1ef948c32 X-Archives-Hash: 435fbd7dbdea25bcf229d3a1e67e703c commit: 13338a1351922afa18bba2a9f78a18fadceb3327 Author: Matthew Smith gentoo org> AuthorDate: Thu Jan 4 08:20:49 2024 +0000 Commit: Matthew Smith gentoo org> CommitDate: Thu Jan 4 08:20:49 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13338a13 dev-embedded/avrdude: fix automatic libgpiod dep Fixes build failure if dev-libs/libgpiod is installed. Closes: https://bugs.gentoo.org/921301 Signed-off-by: Matthew Smith gentoo.org> dev-embedded/avrdude/avrdude-7.2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-embedded/avrdude/avrdude-7.2.ebuild b/dev-embedded/avrdude/avrdude-7.2.ebuild index 941904a47991..3c63bcd180be 100644 --- a/dev-embedded/avrdude/avrdude-7.2.ebuild +++ b/dev-embedded/avrdude/avrdude-7.2.ebuild @@ -53,6 +53,7 @@ src_configure() { -DBUILD_DOC=OFF # This currently does nothing... -DBUILD_SHARED_LIBS=ON -DDEBUG_CMAKE=ON + -DHAVE_LIBGPIOD='' # Bug #921301 -DHAVE_LIBFTDI='' -DHAVE_LINUXGPIO=ON # Seems like there is no reason to have this off. -DHAVE_LINUXSPI=ON # Ditto.