Diff strawberry-1.2.18 with a strawberry-9999

/usr/portage/media-sound/strawberry/strawberry-9999.ebuild 2025-12-26 10:18:08.276193503 +0300
1
# Copyright 1999-2026 Gentoo Authors
1
# Copyright 1999-2025 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
12 12
	inherit git-r3
13 13
else
14 14
	SRC_URI="https://github.com/strawberrymusicplayer/strawberry/releases/download/${PV}/${P}.tar.xz"
15
	KEYWORDS="amd64 ~arm64 ~ppc64 x86"
15
	KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
16 16
fi
17 17

  
18 18
LICENSE="GPL-3 discord? ( MIT )"
Thank you!