diff options
author | Roy Bamford <neddyseagoon@gentoo.org> | 2017-08-20 18:40:43 +0100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-08-28 01:33:50 +1000 |
commit | 7aa54ca90dace5c209f9f3e9cc5ec77cdae48ba0 (patch) | |
tree | beb945663c3d58f28e3fbcef5e7e67c6a3f3195b /app-text/libabw | |
parent | app-office/libreoffice: added ~arm64 keyword after testing on Cortex-A53 (diff) | |
download | gentoo-7aa54ca90dace5c209f9f3e9cc5ec77cdae48ba0.tar.gz gentoo-7aa54ca90dace5c209f9f3e9cc5ec77cdae48ba0.tar.bz2 gentoo-7aa54ca90dace5c209f9f3e9cc5ec77cdae48ba0.zip |
app-text/libabw: added ~arm64 keyword after testing on ARM Cortex-A53
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'app-text/libabw')
-rw-r--r-- | app-text/libabw/libabw-0.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/libabw/libabw-0.1.1.ebuild b/app-text/libabw/libabw-0.1.1.ebuild index 8d4fc781a25a..c98a1ac1d581 100644 --- a/app-text/libabw/libabw-0.1.1.ebuild +++ b/app-text/libabw/libabw-0.1.1.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 EAPI=6 @@ -11,7 +11,7 @@ SRC_URI="http://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz" LICENSE="MPL-2.0" SLOT="0" -KEYWORDS="amd64 ~arm x86" +KEYWORDS="amd64 ~arm ~arm64 x86" IUSE="doc static-libs" RDEPEND=" |