diff options
author | Roy Bamford <neddyseagoon@gentoo.org> | 2017-08-20 19:42:45 +0100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-08-28 01:33:54 +1000 |
commit | 8241afee216b196ebf36ce2b329b38b93fb7d744 (patch) | |
tree | da96172ef250c5b2baa15dec22c58eaf3b0966ec /app-text/libstaroffice | |
parent | app-text/libodfgen: added ~arm64 keyword after testing on ARM Cortex-A53 (diff) | |
download | gentoo-8241afee216b196ebf36ce2b329b38b93fb7d744.tar.gz gentoo-8241afee216b196ebf36ce2b329b38b93fb7d744.tar.bz2 gentoo-8241afee216b196ebf36ce2b329b38b93fb7d744.zip |
app-text/libstaroffice: added ~arm64 keyword. Builds on Cortex-A53
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'app-text/libstaroffice')
-rw-r--r-- | app-text/libstaroffice/libstaroffice-0.0.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/libstaroffice/libstaroffice-0.0.4.ebuild b/app-text/libstaroffice/libstaroffice-0.0.4.ebuild index 57dbc81af329..20a958e6735b 100644 --- a/app-text/libstaroffice/libstaroffice-0.0.4.ebuild +++ b/app-text/libstaroffice/libstaroffice-0.0.4.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/fosnola/libstaroffice" LICENSE="|| ( LGPL-2.1+ MPL-2.0 )" SLOT="0" [[ ${PV} == 9999 ]] || \ -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" IUSE="debug doc tools +zlib" |