diff options
author | Sam James <sam@gentoo.org> | 2021-03-22 00:17:12 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-22 00:17:12 +0000 |
commit | 3bbdece93ce8e390ed69916b3277f89298e34299 (patch) | |
tree | 736ac70d2488d5f17f4d858541447467ae3d66cc /media-libs/libopenaptx | |
parent | dev-perl/Font-TTF: Stabilize 1.60.0-r1 arm64, #777591 (diff) | |
download | gentoo-3bbdece93ce8e390ed69916b3277f89298e34299.tar.gz gentoo-3bbdece93ce8e390ed69916b3277f89298e34299.tar.bz2 gentoo-3bbdece93ce8e390ed69916b3277f89298e34299.zip |
media-libs/libopenaptx: Keyword 0.2.0 ppc, #776940
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/libopenaptx')
-rw-r--r-- | media-libs/libopenaptx/libopenaptx-0.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/libopenaptx/libopenaptx-0.2.0.ebuild b/media-libs/libopenaptx/libopenaptx-0.2.0.ebuild index bac055db1328..b2a62913ab52 100644 --- a/media-libs/libopenaptx/libopenaptx-0.2.0.ebuild +++ b/media-libs/libopenaptx/libopenaptx-0.2.0.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="https://github.com/pali/${PN}" else SRC_URI="https://github.com/pali/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~ppc" fi LICENSE="LGPL-2.1+" |