From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A8AEF15802C for ; Tue, 17 Dec 2024 21:44:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AB82DE08A8; Tue, 17 Dec 2024 21:44:09 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 45F91E0844 for ; Tue, 17 Dec 2024 21:44:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4F8A5340906 for ; Tue, 17 Dec 2024 21:44:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A7E041F42 for ; Tue, 17 Dec 2024 21:44:04 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1734471828.6c6cca8ba8c73d4afc4d5556de1ffe333468dfc0.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-officeext/barcode/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-officeext/barcode/barcode-1.3.5.0-r1.ebuild X-VCS-Directories: app-officeext/barcode/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6c6cca8ba8c73d4afc4d5556de1ffe333468dfc0 X-VCS-Branch: master Date: Tue, 17 Dec 2024 21:44:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 89aa3434-81d5-4119-b08b-43ca352543c9 X-Archives-Hash: 7b33b1400b71b3ca9a776f1af1b37b72 commit: 6c6cca8ba8c73d4afc4d5556de1ffe333468dfc0 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Dec 16 21:51:39 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Dec 17 21:43:48 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c6cca8b app-officeext/barcode: destabilize 1.3.5.0-r1 for ~x86 Signed-off-by: Andreas Sturmlechner gentoo.org> app-officeext/barcode/barcode-1.3.5.0-r1.ebuild | 4 ++-- 1 file 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"