Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/hydrogen/
Date: Thu, 06 Jan 2022 13:04:16
Message-Id: 1641474232.e52cc975575999079e48d8539631527b26134d4a.sam@gentoo
1 commit: e52cc975575999079e48d8539631527b26134d4a
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 6 13:03:52 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 6 13:03:52 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e52cc975
7
8 media-sound/hydrogen: Stabilize 1.1.1 amd64, #830669
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 media-sound/hydrogen/hydrogen-1.1.1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/media-sound/hydrogen/hydrogen-1.1.1.ebuild b/media-sound/hydrogen/hydrogen-1.1.1.ebuild
16 index da67dbaab4b4..cf55877eea4d 100644
17 --- a/media-sound/hydrogen/hydrogen-1.1.1.ebuild
18 +++ b/media-sound/hydrogen/hydrogen-1.1.1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=8
25 @@ -14,7 +14,7 @@ if [[ ${PV} == 9999 ]]; then
26 else
27 MY_PV=${PV/_/-}
28 SRC_URI="https://github.com/${PN}-music/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
29 - KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
30 + KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
31 S="${WORKDIR}"/${PN}-${MY_PV}
32 fi