app-shells/bash-completion: Sync with Gentoo

It's from Gentoo commit 81abb1ddb584f7e8803eb5eccc1b9807c1d39721.
This commit is contained in:
Flatcar Buildbot 2024-03-04 07:56:14 +00:00 committed by Krzesimir Nowak
parent 12b9c905a9
commit 72cc41485b
3 changed files with 4 additions and 8 deletions

View File

@ -1,10 +1,10 @@
# Copyright 1999-2023 Gentoo Authors # Copyright 1999-2024 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
BASHCOMP_P=bashcomp-2.0.3 BASHCOMP_P=bashcomp-2.0.3
PYTHON_COMPAT=( python3_{9..11} ) PYTHON_COMPAT=( python3_{10..12} )
inherit python-any-r1 inherit python-any-r1

View File

@ -1,9 +1,9 @@
# Copyright 1999-2023 Gentoo Authors # Copyright 1999-2024 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
PYTHON_COMPAT=( python3_{9..11} ) PYTHON_COMPAT=( python3_{10..12} )
inherit autotools git-r3 python-any-r1 inherit autotools git-r3 python-any-r1

View File

@ -1,10 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata> <pkgmetadata>
<maintainer type="person">
<email>mgorny@gentoo.org</email>
<name>Michał Górny</name>
</maintainer>
<maintainer type="project"> <maintainer type="project">
<email>shell-tools@gentoo.org</email> <email>shell-tools@gentoo.org</email>
<name>Gentoo Shell Tools Project</name> <name>Gentoo Shell Tools Project</name>