diff options
author | 2025-01-07 18:03:06 +0100 | |
---|---|---|
committer | 2025-01-07 18:03:06 +0100 | |
commit | dd801acaa1e053aec03919cf40f48fa6e0d4cce9 (patch) | |
tree | ff488e9a384f8e242c53ff174cbd162217e6d5f0 | |
parent | media-sound/rosegarden: Stabilize 24.12 amd64, #947664 (diff) | |
download | gentoo-dd801acaa1e053aec03919cf40f48fa6e0d4cce9.tar.gz gentoo-dd801acaa1e053aec03919cf40f48fa6e0d4cce9.tar.bz2 gentoo-dd801acaa1e053aec03919cf40f48fa6e0d4cce9.zip |
media-sound/hydrogen: Stabilize 1.2.4 x86, #947665
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
-rw-r--r-- | media-sound/hydrogen/hydrogen-1.2.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/hydrogen/hydrogen-1.2.4.ebuild b/media-sound/hydrogen/hydrogen-1.2.4.ebuild index 32571f66a996..ee7be7ba125b 100644 --- a/media-sound/hydrogen/hydrogen-1.2.4.ebuild +++ b/media-sound/hydrogen/hydrogen-1.2.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 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 |