mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 14:49:30 -07:00
dev-libs/libugpio: remove CONFIG_ from kernel option name
Bug: https://bugs.gentoo.org/968664 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
This commit is contained in:
@@ -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=(
|
||||
|
||||
Reference in New Issue
Block a user