diff options
author | Sam James <sam@gentoo.org> | 2022-01-06 13:03:52 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-01-06 13:03:52 +0000 |
commit | e52cc975575999079e48d8539631527b26134d4a (patch) | |
tree | 0e87ccb78d915559833df75b8c460d7bfdd7c5da /media-sound/hydrogen | |
parent | dev-python/cython: Stabilize 0.29.25 amd64, #830653 (diff) | |
download | gentoo-e52cc975575999079e48d8539631527b26134d4a.tar.gz gentoo-e52cc975575999079e48d8539631527b26134d4a.tar.bz2 gentoo-e52cc975575999079e48d8539631527b26134d4a.zip |
media-sound/hydrogen: Stabilize 1.1.1 amd64, #830669
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-sound/hydrogen')
-rw-r--r-- | media-sound/hydrogen/hydrogen-1.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/hydrogen/hydrogen-1.1.1.ebuild b/media-sound/hydrogen/hydrogen-1.1.1.ebuild index da67dbaab4b4..cf55877eea4d 100644 --- a/media-sound/hydrogen/hydrogen-1.1.1.ebuild +++ b/media-sound/hydrogen/hydrogen-1.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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 |