commit: 926f55053de5f6eec26f9bebe129e2da4a90db75 Author: Mario Haustein <mario.haustein <AT> hrz <DOT> tu-chemnitz <DOT> de> AuthorDate: Sun May 11 13:33:34 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun May 11 13:37:23 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=926f5505
dev-libs/libnfc: require `sys-apps/which` as BDEPEND Closes: https://bugs.gentoo.org/955591 Signed-off-by: Mario Haustein <mario.haustein <AT> hrz.tu-chemnitz.de> Part-of: https://github.com/gentoo/gentoo/pull/42028 Closes: https://github.com/gentoo/gentoo/pull/42028 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-libs/libnfc/libnfc-1.8.0-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-libs/libnfc/libnfc-1.8.0-r1.ebuild b/dev-libs/libnfc/libnfc-1.8.0-r1.ebuild index ef8be90d793a..ce98f869dab8 100644 --- a/dev-libs/libnfc/libnfc-1.8.0-r1.ebuild +++ b/dev-libs/libnfc/libnfc-1.8.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -18,6 +18,7 @@ RDEPEND=" usb? ( virtual/libusb:0 )" DEPEND="${RDEPEND}" BDEPEND=" + sys-apps/which virtual/pkgconfig doc? ( app-text/doxygen )"
