diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-09-12 23:16:02 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-09-13 07:19:02 +0200 |
commit | f2eb45cc8e88c5e1ef25b8cf293d7ab447d154f1 (patch) | |
tree | ff6a14b0fb9092a63cc1f8ea24f7436a42559d3d /app-office | |
parent | kde-frameworks/kross: 5.86.0 version bump (diff) | |
download | gentoo-f2eb45cc8e88c5e1ef25b8cf293d7ab447d154f1.tar.gz gentoo-f2eb45cc8e88c5e1ef25b8cf293d7ab447d154f1.tar.bz2 gentoo-f2eb45cc8e88c5e1ef25b8cf293d7ab447d154f1.zip |
app-office/libreoffice: Restore ~x86 in live ebuild templates
Follow-up to commit 46228c2ee31b278182016969395b3797fc19ee28
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/libreoffice/libreoffice-7.1.9999.ebuild | 2 | ||||
-rw-r--r-- | app-office/libreoffice/libreoffice-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-office/libreoffice/libreoffice-7.1.9999.ebuild b/app-office/libreoffice/libreoffice-7.1.9999.ebuild index 229e39b60b6a..752bacd6f317 100644 --- a/app-office/libreoffice/libreoffice-7.1.9999.ebuild +++ b/app-office/libreoffice/libreoffice-7.1.9999.ebuild @@ -105,7 +105,7 @@ LICENSE="|| ( LGPL-3 MPL-1.1 )" SLOT="0" [[ ${MY_PV} == *9999* ]] || \ -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~amd64-linux" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux" BDEPEND=" dev-util/intltool diff --git a/app-office/libreoffice/libreoffice-9999.ebuild b/app-office/libreoffice/libreoffice-9999.ebuild index 48469b754b1d..188cea2395f9 100644 --- a/app-office/libreoffice/libreoffice-9999.ebuild +++ b/app-office/libreoffice/libreoffice-9999.ebuild @@ -103,7 +103,7 @@ LICENSE="|| ( LGPL-3 MPL-1.1 )" SLOT="0" [[ ${MY_PV} == *9999* ]] || \ -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~amd64-linux" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux" BDEPEND=" dev-util/intltool |