diff options
Diffstat (limited to 'net-libs/shairplay')
-rw-r--r-- | net-libs/shairplay/shairplay-0_pre20180824-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/shairplay/shairplay-0_pre20180824-r1.ebuild b/net-libs/shairplay/shairplay-0_pre20180824-r1.ebuild index b54926af8fe8..372378fa6a56 100644 --- a/net-libs/shairplay/shairplay-0_pre20180824-r1.ebuild +++ b/net-libs/shairplay/shairplay-0_pre20180824-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=7 @@ -12,7 +12,7 @@ else EGIT_COMMIT="096b61ad14c90169f438e690d096e3fcf87e504e" SRC_URI="https://github.com/juhovh/${PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${PN}-${EGIT_COMMIT}" - KEYWORDS="amd64 ~arm arm64 x86" + KEYWORDS="amd64 ~arm arm64 ~riscv x86" fi DESCRIPTION="Apple airplay and raop protocol server" |