diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-08 19:00:06 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-08 19:00:06 +0200 |
commit | 7f5fdeb224afcc807c0a5d74279f96b057204906 (patch) | |
tree | 70e09966925b50f0e665b950a0d5b39d3fc6747f /media-sound | |
parent | dev-ruby/rspec-support: Stabilize 3.11.1 x86, #890196 (diff) | |
download | gentoo-7f5fdeb224afcc807c0a5d74279f96b057204906.tar.gz gentoo-7f5fdeb224afcc807c0a5d74279f96b057204906.tar.bz2 gentoo-7f5fdeb224afcc807c0a5d74279f96b057204906.zip |
media-sound/picard: Stabilize 2.8.5 amd64, #890198
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/picard/picard-2.8.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/picard/picard-2.8.5.ebuild b/media-sound/picard/picard-2.8.5.ebuild index e50d604072d8..10b1a099d719 100644 --- a/media-sound/picard/picard-2.8.5.ebuild +++ b/media-sound/picard/picard-2.8.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 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 |