Diff shairplay-0_pre20180824-r1 with a shairplay-9999

/usr/portage/net-libs/shairplay/shairplay-9999.ebuild 2023-10-09 14:52:34.600368479 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2018 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=7
......
12 12
	EGIT_COMMIT="096b61ad14c90169f438e690d096e3fcf87e504e"
13 13
	SRC_URI="https://github.com/juhovh/${PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
14 14
	S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
15
	KEYWORDS="amd64 ~arm arm64 ~riscv x86"
15
	KEYWORDS="~amd64 ~x86"
16 16
fi
17 17

  
18 18
DESCRIPTION="Apple airplay and raop protocol server"
Thank you!