diff options
author | Jeroen Roovers <jer@gentoo.org> | 2017-01-14 12:18:21 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2017-01-14 12:25:44 +0100 |
commit | 1c87d961cb664374ead22e9d2aa5dd0775fddac9 (patch) | |
tree | 019825873bfaf339f89acea1d1e30bb9d543bd14 /app-text | |
parent | app-emacs/edb: Version bump. (diff) | |
download | gentoo-1c87d961cb664374ead22e9d2aa5dd0775fddac9.tar.gz gentoo-1c87d961cb664374ead22e9d2aa5dd0775fddac9.tar.bz2 gentoo-1c87d961cb664374ead22e9d2aa5dd0775fddac9.zip |
app-text/libmspub: Mark ~hppa ~ppc64 (bug #550040).
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --ignore-arches
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/libmspub/libmspub-0.1.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/libmspub/libmspub-0.1.2.ebuild b/app-text/libmspub/libmspub-0.1.2.ebuild index 9fbaf9603c75..8a01df99ea94 100644 --- a/app-text/libmspub/libmspub-0.1.2.ebuild +++ b/app-text/libmspub/libmspub-0.1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ SLOT="0" # Don't move KEYWORDS on the previous line or ekeyword won't work # 399061 [[ ${PV} == 9999 ]] || \ -KEYWORDS="amd64 ~arm x86" +KEYWORDS="amd64 ~arm ~hppa ~ppc64 x86" IUSE="doc static-libs" |