diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-01-22 11:02:38 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-01-22 11:02:38 +0100 |
commit | 93b8a4f81a843a561784e881ec724c82c3a34e8c (patch) | |
tree | fcc215e4b054164698077c89cc0f5a4a9507fdb9 /media-sound | |
parent | app-office/gnumeric: Bump to 1.12.51 (diff) | |
download | gentoo-93b8a4f81a843a561784e881ec724c82c3a34e8c.tar.gz gentoo-93b8a4f81a843a561784e881ec724c82c3a34e8c.tar.bz2 gentoo-93b8a4f81a843a561784e881ec724c82c3a34e8c.zip |
media-sound/picard: Stabilize 2.7.1-r1 amd64, #831782
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/picard/picard-2.7.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/picard/picard-2.7.1-r1.ebuild b/media-sound/picard/picard-2.7.1-r1.ebuild index a096198a73fd..1b23d3303a3b 100644 --- a/media-sound/picard/picard-2.7.1-r1.ebuild +++ b/media-sound/picard/picard-2.7.1-r1.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 @@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then inherit git-r3 else SRC_URI="https://musicbrainz.osuosl.org/pub/musicbrainz/${PN}/${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" S="${WORKDIR}/${PN}-release-${PV}" fi |