diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-01-27 12:22:46 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-01-27 12:25:06 +0000 |
commit | fc1e48736c2fee45c7e559c8e6b31470332586c3 (patch) | |
tree | 723244bd959fcb6164cc4c96f42e7ea534d685ad /media-libs/libzmf | |
parent | app-text/libqxp: keyworded 0.0.2 for ppc, bug #663682 (diff) | |
download | gentoo-fc1e48736c2fee45c7e559c8e6b31470332586c3.tar.gz gentoo-fc1e48736c2fee45c7e559c8e6b31470332586c3.tar.bz2 gentoo-fc1e48736c2fee45c7e559c8e6b31470332586c3.zip |
media-libs/libzmf: keyworded 0.0.2 for ppc, bug #663682
Package-Manager: Portage-2.3.58, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'media-libs/libzmf')
-rw-r--r-- | media-libs/libzmf/libzmf-0.0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/libzmf/libzmf-0.0.2.ebuild b/media-libs/libzmf/libzmf-0.0.2.ebuild index 987ad03573c1..001ebcf418bb 100644 --- a/media-libs/libzmf/libzmf-0.0.2.ebuild +++ b/media-libs/libzmf/libzmf-0.0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,7 @@ HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libzmf" LICENSE="MPL-2.0" SLOT="0" [[ ${PV} == 9999 ]] || \ -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86" IUSE="debug doc test tools" |