Diff strawberry-1.2.18 with a strawberry-9999

/usr/portage/media-sound/strawberry/strawberry-9999.ebuild 2026-04-24 12:17:42.930090423 +0300
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
LICENSE="GPL-3 discord? ( MIT )"
18
LICENSE="GPL-3"
19 19
SLOT="0"
20 20
IUSE="alsa cdda chromaprint +dbus debug discord kde +loudness ipod moodbar mtp +pulseaudio streaming test X"
21 21
RESTRICT="!test? ( test )"
......
53 53
DEPEND="${COMMON_DEPEND}
54 54
	dev-cpp/sparsehash
55 55
	dev-libs/boost
56
	discord? ( dev-libs/rapidjson )
57 56
	test? ( dev-cpp/gtest )
58 57
"
59 58
BDEPEND="
Thank you!