diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-04-28 14:44:08 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-04-28 14:44:08 +0300 |
commit | 32874cf0eb8b23b0334efaacbb978d04e906b85e (patch) | |
tree | e329b2ace68daefbd1c040cc1fa2ecba0c3ed16f /app-office | |
parent | Add ~arm keyword (bug #646506) (diff) | |
download | gentoo-32874cf0eb8b23b0334efaacbb978d04e906b85e.tar.gz gentoo-32874cf0eb8b23b0334efaacbb978d04e906b85e.tar.bz2 gentoo-32874cf0eb8b23b0334efaacbb978d04e906b85e.zip |
Add ~arm keyword (bug #646506)
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/libreoffice/libreoffice-6.0.3.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-office/libreoffice/libreoffice-6.0.3.2.ebuild b/app-office/libreoffice/libreoffice-6.0.3.2.ebuild index fd1f349a9f70..e149e834e18e 100644 --- a/app-office/libreoffice/libreoffice-6.0.3.2.ebuild +++ b/app-office/libreoffice/libreoffice-6.0.3.2.ebuild @@ -70,7 +70,7 @@ $(printf 'libreoffice_extensions_%s ' ${LO_EXTS})" LICENSE="|| ( LGPL-3 MPL-1.1 )" SLOT="0" [[ ${PV} == *9999* ]] || \ -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux" COMMON_DEPEND="${PYTHON_DEPS} app-arch/unzip |