sys-libs/libcap-ng: Sync with Gentoo

It's from Gentoo commit 1b76984022215a7087f0bf5268623de315578616.
This commit is contained in:
Flatcar Buildbot 2025-03-31 07:12:04 +00:00
parent d8646ba749
commit 0fc5abbac8

View File

@ -1,11 +1,11 @@
# Copyright 1999-2024 Gentoo Authors # Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=8 EAPI=8
# Keep an eye on Fedora's packaging (https://src.fedoraproject.org/rpms/libcap-ng/tree/rawhide) for patches # Keep an eye on Fedora's packaging (https://src.fedoraproject.org/rpms/libcap-ng/tree/rawhide) for patches
# Same maintainer in Fedora as upstream # Same maintainer in Fedora as upstream
PYTHON_COMPAT=( python3_{10..12} ) PYTHON_COMPAT=( python3_{10..13} )
inherit autotools flag-o-matic out-of-source-utils python-r1 inherit autotools flag-o-matic out-of-source-utils python-r1
DESCRIPTION="POSIX 1003.1e capabilities" DESCRIPTION="POSIX 1003.1e capabilities"