Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libgpiod/
Date: Fri, 09 Sep 2022 09:15:53
Message-Id: 1662714936.8ba1b62c7bd0698c5b58f4bf371345bfeea2e958.sam@gentoo
1 commit: 8ba1b62c7bd0698c5b58f4bf371345bfeea2e958
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 9 09:15:12 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 9 09:15:36 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ba1b62c
7
8 dev-libs/libgpiod: add missing test deps
9
10 Not worrying about old version as multilib got dropped.
11
12 Closes: https://bugs.gentoo.org/702568
13 Closes: https://bugs.gentoo.org/865197
14 Signed-off-by: Sam James <sam <AT> gentoo.org>
15
16 dev-libs/libgpiod/libgpiod-1.6.3-r4.ebuild | 8 ++++++++
17 1 file changed, 8 insertions(+)
18
19 diff --git a/dev-libs/libgpiod/libgpiod-1.6.3-r4.ebuild b/dev-libs/libgpiod/libgpiod-1.6.3-r4.ebuild
20 index 98464819a577..cf58ecdba373 100644
21 --- a/dev-libs/libgpiod/libgpiod-1.6.3-r4.ebuild
22 +++ b/dev-libs/libgpiod/libgpiod-1.6.3-r4.ebuild
23 @@ -19,6 +19,14 @@ RESTRICT="!test? ( test )"
24 # --enable-tests enable libgpiod tests [default=no]
25 # --enable-bindings-cxx enable C++ bindings [default=no]
26 # --enable-bindings-python
27 +DEPEND="
28 + test? (
29 + >=dev-libs/glib-2.50
30 + >=sys-apps/kmod-18
31 + >=sys-apps/util-linux-2.33.1
32 + >=virtual/libudev-215
33 + )
34 +"
35
36 pkg_setup() {
37 CONFIG_CHECK="~GPIO_CDEV_V1"