commit: f89d73b36f9f2d7801a8422a2ea9ec19e888c0ba Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Mon Jan 12 23:04:59 2026 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Mon Jan 12 23:08:00 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f89d73b3
dev-libs/libugpio: remove CONFIG_ from kernel option name Bug: https://bugs.gentoo.org/968664 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> dev-libs/libugpio/libugpio-0.0.7-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/libugpio/libugpio-0.0.7-r1.ebuild b/dev-libs/libugpio/libugpio-0.0.7-r1.ebuild index 649d6f40165c..fb0db6fca38b 100644 --- a/dev-libs/libugpio/libugpio-0.0.7-r1.ebuild +++ b/dev-libs/libugpio/libugpio-0.0.7-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,7 @@ LICENSE="GPL-3+ LGPL-2.1+" SLOT="0" KEYWORDS="amd64 ppc ppc64 x86" -CONFIG_CHECK="~CONFIG_GPIO_SYSFS" +CONFIG_CHECK="~GPIO_SYSFS" src_configure() { local myeconfargs=(
