app-portage/pupgrade: add 0.4.4

Signed-off-by: Shimon Trolles <shimontrolles@gmail.com>
This commit is contained in:
Shimon Trolles
2026-07-02 03:03:18 +03:00
parent da7008a455
commit 859c456cff

View File

@@ -7,7 +7,7 @@ inherit autotools
DESCRIPTION="TUI and CLI wrappers for Gentoo system upgrades"
HOMEPAGE="https://gitlab.com/masterwolf/pupgrade"
SRC_URI="https://gitlab.com/masterwolf/pupgrade/-/archive/${PV}/pupgrade-${PV}.tar.bz2"
SRC_URI="https://gitlab.com/masterwolf/pupgrade/-/archive/${PV}/${P}.tar.bz2"
S="${WORKDIR}/pupgrade-${PV}/source"
@@ -27,8 +27,8 @@ eautoreconf
default
}
src_compile() {
src_compile()
{
emake
}