diff options
author | Sam James (sam_c) <sam@cmpct.info> | 2020-06-23 07:31:10 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2020-06-27 00:15:57 +0300 |
commit | d61eaa8386b28b3739ebaa0673572bbc14e9925e (patch) | |
tree | 306db0877a30707836128cf916db7c04b50579b9 /net-libs/shairplay | |
parent | dev-python/argcomplete: arm64 stable (bug #728754) (diff) | |
download | gentoo-d61eaa8386b28b3739ebaa0673572bbc14e9925e.tar.gz gentoo-d61eaa8386b28b3739ebaa0673572bbc14e9925e.tar.bz2 gentoo-d61eaa8386b28b3739ebaa0673572bbc14e9925e.zip |
net-libs/shairplay: arm64 keyworded (bug #725914)
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c) <sam@cmpct.info>
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
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 e8573a8c12b6..393ad57ec1fc 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-2018 Gentoo Authors +# Copyright 1999-2020 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 ~x86" + KEYWORDS="~amd64 ~arm64 ~x86" fi DESCRIPTION="Apple airplay and raop protocol server" |