diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-09-27 10:26:40 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-09-27 10:26:40 +0200 |
commit | c49a67c733e29b7b500212119964af01d1a5af3b (patch) | |
tree | d572d1b10b3253eee0a0d9d412518084ab431a14 /media-libs/libfreeaptx | |
parent | x11-misc/qt5ct: amd64 stable wrt bug #815040 (diff) | |
download | gentoo-c49a67c733e29b7b500212119964af01d1a5af3b.tar.gz gentoo-c49a67c733e29b7b500212119964af01d1a5af3b.tar.bz2 gentoo-c49a67c733e29b7b500212119964af01d1a5af3b.zip |
media-libs/libfreeaptx: ppc stable wrt bug #814524
Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago@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 ab8889093374..862b4f0f45f9 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+" |