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 3387A158094 for ; Fri, 9 Sep 2022 09:15:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3BB03E0863; Fri, 9 Sep 2022 09:15:52 +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 22C79E0863 for ; Fri, 9 Sep 2022 09:15:52 +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 CEE4E3409E6 for ; Fri, 9 Sep 2022 09:15:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 723125A4 for ; Fri, 9 Sep 2022 09:15:49 +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: <1662714936.8ba1b62c7bd0698c5b58f4bf371345bfeea2e958.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libgpiod/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libgpiod/libgpiod-1.6.3-r4.ebuild X-VCS-Directories: dev-libs/libgpiod/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8ba1b62c7bd0698c5b58f4bf371345bfeea2e958 X-VCS-Branch: master Date: Fri, 9 Sep 2022 09:15:49 +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: 800581c7-6803-4959-8540-b63753af2662 X-Archives-Hash: 1395b70d9b17d660b68e321062fd7104 commit: 8ba1b62c7bd0698c5b58f4bf371345bfeea2e958 Author: Sam James gentoo org> AuthorDate: Fri Sep 9 09:15:12 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Sep 9 09:15:36 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ba1b62c dev-libs/libgpiod: add missing test deps Not worrying about old version as multilib got dropped. Closes: https://bugs.gentoo.org/702568 Closes: https://bugs.gentoo.org/865197 Signed-off-by: Sam James gentoo.org> dev-libs/libgpiod/libgpiod-1.6.3-r4.ebuild | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/dev-libs/libgpiod/libgpiod-1.6.3-r4.ebuild b/dev-libs/libgpiod/libgpiod-1.6.3-r4.ebuild index 98464819a577..cf58ecdba373 100644 --- a/dev-libs/libgpiod/libgpiod-1.6.3-r4.ebuild +++ b/dev-libs/libgpiod/libgpiod-1.6.3-r4.ebuild @@ -19,6 +19,14 @@ RESTRICT="!test? ( test )" # --enable-tests enable libgpiod tests [default=no] # --enable-bindings-cxx enable C++ bindings [default=no] # --enable-bindings-python +DEPEND=" + test? ( + >=dev-libs/glib-2.50 + >=sys-apps/kmod-18 + >=sys-apps/util-linux-2.33.1 + >=virtual/libudev-215 + ) +" pkg_setup() { CONFIG_CHECK="~GPIO_CDEV_V1"