media-sound/hydrogen: Stabilize 1.1.0 ppc, #816942

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2021-10-16 23:08:49 +01:00
parent d17bb87dbd
commit a9930883de

View File

@@ -14,7 +14,7 @@ if [[ ${PV} == 9999 ]]; then
else
MY_PV=${PV/_/-}
SRC_URI="https://github.com/${PN}-music/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="amd64 ~ppc ppc64 x86"
KEYWORDS="amd64 ppc ppc64 x86"
S="${WORKDIR}"/${PN}-${MY_PV}
fi