diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-05-14 13:42:55 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-05-14 13:52:17 -0400 |
commit | 01617cbedf385e95dc388bf91e591ff1a8442207 (patch) | |
tree | cbcf1fafcc5ab23aef79ef2a8d61d68e40d72707 /media-libs/libilbc | |
parent | media-libs/opus: arm64 stable (diff) | |
download | gentoo-01617cbedf385e95dc388bf91e591ff1a8442207.tar.gz gentoo-01617cbedf385e95dc388bf91e591ff1a8442207.tar.bz2 gentoo-01617cbedf385e95dc388bf91e591ff1a8442207.zip |
media-libs/libilbc: arm64 stable
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="arm64"
Diffstat (limited to 'media-libs/libilbc')
-rw-r--r-- | media-libs/libilbc/libilbc-2.0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/libilbc/libilbc-2.0.2.ebuild b/media-libs/libilbc/libilbc-2.0.2.ebuild index e71021ba2c61..40eb6ee13b72 100644 --- a/media-libs/libilbc/libilbc-2.0.2.ebuild +++ b/media-libs/libilbc/libilbc-2.0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -9,7 +9,7 @@ if [[ ${PV} == 9999 ]] ; then SRC_URI="" else SRC_URI="https://github.com/TimothyGu/${PN}/releases/download/v${PV}/${P}.tar.bz2" - KEYWORDS="amd64 arm ~arm64 ppc ppc64 ~sparc x86" + KEYWORDS="amd64 arm arm64 ppc ppc64 ~sparc x86" fi inherit eutils multilib ${SCM} autotools-multilib |