diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2021-01-05 12:59:44 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2021-01-05 14:13:58 +0000 |
commit | 9f62c12e8719cc051d0bf760f82bf8e216581154 (patch) | |
tree | 124b26c8786cd7f0d969c9a56dde955ac2b4a162 /dev-libs/marisa | |
parent | dev-python/Babel: keyworded 2.9.0 for hppa, bug #758224 (diff) | |
download | gentoo-9f62c12e8719cc051d0bf760f82bf8e216581154.tar.gz gentoo-9f62c12e8719cc051d0bf760f82bf8e216581154.tar.bz2 gentoo-9f62c12e8719cc051d0bf760f82bf8e216581154.zip |
dev-libs/marisa: keyworded 0.2.6 for hppa, bug #760803
Package-Manager: Portage-3.0.12, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-libs/marisa')
-rw-r--r-- | dev-libs/marisa/marisa-0.2.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/marisa/marisa-0.2.6.ebuild b/dev-libs/marisa/marisa-0.2.6.ebuild index 3f1328fe785d..388b89f6d58b 100644 --- a/dev-libs/marisa/marisa-0.2.6.ebuild +++ b/dev-libs/marisa/marisa-0.2.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 2014-2020 Gentoo Authors +# Copyright 2014-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -24,7 +24,7 @@ fi LICENSE="|| ( BSD-2 LGPL-2.1+ )" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" IUSE="python static-libs" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" |