We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7af542 commit bcef9f8Copy full SHA for bcef9f8
pkgbump
@@ -6,6 +6,9 @@ scriptdir=${BASH_SOURCE%/*}
6
cp "${1}" "${2}"
7
"${scriptdir}"/copybump "${2}"
8
ekeyword ~all "${2}"
9
+if grep -q "^PYTHON_COMPAT" "${2}" && type -P gpy-impl &>/dev/null; then
10
+ gpy-impl "${2}" -python3_{8..9}
11
+fi
12
GENTOO_MIRRORS= ebuild "${2}" manifest
13
[[ ! -f Manifest ]] || git add Manifest
14
git add "${2}"
0 commit comments