diff options
author | 2021-11-15 01:11:38 +0000 | |
---|---|---|
committer | 2021-11-15 01:11:38 +0000 | |
commit | f0f9634b3a4938d08ae49bcd371ab6a1d9e99eb6 (patch) | |
tree | 81346302fb489575771f020f47f6bebb4461752e /media-libs/libfreeaptx | |
parent | app-shells/starship: New package (diff) | |
download | gentoo-f0f9634b3a4938d08ae49bcd371ab6a1d9e99eb6.tar.gz gentoo-f0f9634b3a4938d08ae49bcd371ab6a1d9e99eb6.tar.bz2 gentoo-f0f9634b3a4938d08ae49bcd371ab6a1d9e99eb6.zip |
media-libs/libfreeaptx: Stabilize 0.1.1 arm, #814524
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/libfreeaptx')
-rw-r--r-- | media-libs/libfreeaptx/libfreeaptx-0.1.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/libfreeaptx/libfreeaptx-0.1.1.ebuild b/media-libs/libfreeaptx/libfreeaptx-0.1.1.ebuild index b80bee6a5e72..d27cd8ed1912 100644 --- a/media-libs/libfreeaptx/libfreeaptx-0.1.1.ebuild +++ b/media-libs/libfreeaptx/libfreeaptx-0.1.1.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="https://github.com/iamthehorker/${PN}" else SRC_URI="https://github.com/iamthehorker/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~arm arm64 ppc ~ppc64 ~riscv x86" + KEYWORDS="amd64 arm arm64 ppc ~ppc64 ~riscv x86" fi LICENSE="LGPL-2.1+" |