Skip to content

Commit 691b510

Browse files
committed
pkgbump: Use @group support in gpy-impl >= 0.12
Signed-off-by: Michał Górny <[email protected]>
1 parent 970abba commit 691b510

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ only the build system files::
101101
pkgbump
102102
-------
103103
Dependencies: portage, gentoolkit (ekeyword), git, pkgcore
104+
Optional dependencies: gpyutils >= 0.12 (gpy-impl)
104105

105106
Copies ebuild for a version bump, dropping keywords, updating Manifest
106107
and running pkgdiff-mg_ to compare archives. Typical usage::

pkgbump

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ cp "${1}" "${2}"
2121
"${scriptdir}"/copybump "${2}"
2222
ekeyword ~all "${2}"
2323
if grep -q "^PYTHON_COMPAT" "${2}" && type -P gpy-impl &>/dev/null; then
24-
gpy-impl "${2}" -python3_{8..9} || :
24+
gpy-impl "${2}" -@dead || :
2525
fi
2626
# tell ebuilds we don't want everything
2727
export PKGBUMPING=${version}

0 commit comments

Comments
 (0)