diff options
author | Roy Bamford <neddyseagoon@gentoo.org> | 2017-08-20 19:39:54 +0100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-08-28 01:33:54 +1000 |
commit | c5ec4b24d548033049f889470914e8bbe0159738 (patch) | |
tree | 38d03835700485af0eaf0a177bd6f7572463fc41 /app-text | |
parent | app-text/libmwaw: added ~arm64 keyword after testing on ARM Cortex-A53 (diff) | |
download | gentoo-c5ec4b24d548033049f889470914e8bbe0159738.tar.gz gentoo-c5ec4b24d548033049f889470914e8bbe0159738.tar.bz2 gentoo-c5ec4b24d548033049f889470914e8bbe0159738.zip |
app-text/libodfgen: added ~arm64 keyword after testing on ARM Cortex-A53
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/libodfgen/libodfgen-0.1.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/libodfgen/libodfgen-0.1.6.ebuild b/app-text/libodfgen/libodfgen-0.1.6.ebuild index 183f83125779..c966282b7ed2 100644 --- a/app-text/libodfgen/libodfgen-0.1.6.ebuild +++ b/app-text/libodfgen/libodfgen-0.1.6.ebuild @@ -14,7 +14,7 @@ LICENSE="|| ( LGPL-2.1 MPL-2.0 )" SLOT="0" [[ ${PV} == 9999 ]] || \ -KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux" IUSE="doc" |