diff options
author | 2024-12-16 22:51:39 +0100 | |
---|---|---|
committer | 2024-12-17 22:43:48 +0100 | |
commit | 6c6cca8ba8c73d4afc4d5556de1ffe333468dfc0 (patch) | |
tree | 278c08e99d2093c083e24c6dc03e755d36956ea4 /app-officeext/barcode | |
parent | office-ext-r1.eclass: Support EAPI-8 (diff) | |
download | gentoo-6c6cca8ba8c73d4afc4d5556de1ffe333468dfc0.tar.gz gentoo-6c6cca8ba8c73d4afc4d5556de1ffe333468dfc0.tar.bz2 gentoo-6c6cca8ba8c73d4afc4d5556de1ffe333468dfc0.zip |
app-officeext/barcode: destabilize 1.3.5.0-r1 for ~x86
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-officeext/barcode')
-rw-r--r-- | app-officeext/barcode/barcode-1.3.5.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-officeext/barcode/barcode-1.3.5.0-r1.ebuild b/app-officeext/barcode/barcode-1.3.5.0-r1.ebuild index dbcec84c3263..00630fcd40dc 100644 --- a/app-officeext/barcode/barcode-1.3.5.0-r1.ebuild +++ b/app-officeext/barcode/barcode-1.3.5.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,4 +14,4 @@ SRC_URI="https://extensions.libreoffice.org/extension-center/${PN}/releases/${PV LICENSE="LGPL-2" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~x86" |