diff options
| author | root <root@alpha.trunkmasters.com> | 2026-08-21 19:49:14 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-08-21 19:49:14 -0500 |
| commit | e96e88fa0d43a67ac8a6eda8bc6819000d1604f4 (patch) | |
| tree | 60e8906df2f4fcee674fd28f7c16c33fee5dc1b9 /sys-libs | |
| parent | c9507d3d8ce89d8bdf4e6a04c8c7511523082acc (diff) | |
| download | baldeagleos-repo-e96e88fa0d43a67ac8a6eda8bc6819000d1604f4.tar.gz baldeagleos-repo-e96e88fa0d43a67ac8a6eda8bc6819000d1604f4.tar.xz baldeagleos-repo-e96e88fa0d43a67ac8a6eda8bc6819000d1604f4.zip | |
Adding metadata
Diffstat (limited to 'sys-libs')
| -rw-r--r-- | sys-libs/libcap-ng/libcap-ng-0.9.5-r1.ebuild (renamed from sys-libs/libcap-ng/libcap-ng-0.9.5.ebuild) | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys-libs/libcap-ng/libcap-ng-0.9.5.ebuild b/sys-libs/libcap-ng/libcap-ng-0.9.5-r1.ebuild index 63c98e87c221..6084de10fb9e 100644 --- a/sys-libs/libcap-ng/libcap-ng-0.9.5.ebuild +++ b/sys-libs/libcap-ng/libcap-ng-0.9.5-r1.ebuild @@ -6,7 +6,7 @@ EAPI=8 # Keep an eye on Fedora's packaging (https://src.fedoraproject.org/rpms/libcap-ng/tree/rawhide) for patches # Same maintainer in Fedora as upstream PYTHON_COMPAT=( python3_{13..14} ) -inherit autotools dot-a flag-o-matic linux-info out-of-source-utils python-r1 +inherit autotools dot-a flag-o-matic linux-info out-of-source-utils python-r1 shell-completion DESCRIPTION="POSIX 1003.1e capabilities" HOMEPAGE="https://people.redhat.com/sgrubb/libcap-ng/" @@ -146,4 +146,8 @@ src_install() { use static-libs && strip-lto-bytecode find "${ED}" -name '*.la' -delete || die + + # Fixup completions, bug 972536 + mv "${D}$(get_bashcompdir)"/{libcap-ng.bash_completion,cap-audit} || die + bashcomp_alias cap-audit filecap netcap pscap } |
