summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-01-06 13:03:52 +0000
committerSam James <sam@gentoo.org>2022-01-06 13:03:52 +0000
commite52cc975575999079e48d8539631527b26134d4a (patch)
tree0e87ccb78d915559833df75b8c460d7bfdd7c5da
parentdev-python/cython: Stabilize 0.29.25 amd64, #830653 (diff)
downloadgentoo-e52cc975.tar.gz
gentoo-e52cc975.tar.bz2
gentoo-e52cc975.zip
media-sound/hydrogen: Stabilize 1.1.1 amd64, #830669
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--media-sound/hydrogen/hydrogen-1.1.1.ebuild4
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