summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2022-08-16 11:57:14 -0400
committerAnthony G. Basile <blueness@gentoo.org>2022-08-16 11:57:14 -0400
commitd795739276b785c436054e40718b6455ddafc08b (patch)
tree6e8aa3f5f1e99ed48e6f9810ab58af27a3583342 /dev-libs/libgpiod
parentdev-util/src-cli: add 3.43.0 (diff)
downloadgentoo-d795739276b785c436054e40718b6455ddafc08b.tar.gz
gentoo-d795739276b785c436054e40718b6455ddafc08b.tar.bz2
gentoo-d795739276b785c436054e40718b6455ddafc08b.zip
dev-libs/libgpiod: warn only for missing GPIO_CDEV_V1
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'dev-libs/libgpiod')
-rw-r--r--dev-libs/libgpiod/libgpiod-1.6.3-r3.ebuild (renamed from dev-libs/libgpiod/libgpiod-1.6.3-r2.ebuild)2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libgpiod/libgpiod-1.6.3-r2.ebuild b/dev-libs/libgpiod/libgpiod-1.6.3-r3.ebuild
index ef44116bea42..83669f2db358 100644
--- a/dev-libs/libgpiod/libgpiod-1.6.3-r2.ebuild
+++ b/dev-libs/libgpiod/libgpiod-1.6.3-r3.ebuild
@@ -21,7 +21,7 @@ RESTRICT="!test? ( test )"
# --enable-bindings-python
pkg_setup() {
- CONFIG_CHECK="GPIO_CDEV_V1"
+ CONFIG_CHECK="~GPIO_CDEV_V1"
linux-info_pkg_setup
}