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 bcef9f8 commit 153fafaCopy full SHA for 153fafa
pkgbump
@@ -7,7 +7,7 @@ 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}
+ gpy-impl "${2}" -python3_{8..9} || :
11
fi
12
GENTOO_MIRRORS= ebuild "${2}" manifest
13
[[ ! -f Manifest ]] || git add Manifest
0 commit comments