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 A5C8115813A for ; Mon, 13 Jan 2025 08:53:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C96A3E0833; Mon, 13 Jan 2025 08:53:40 +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 AF073E0833 for ; Mon, 13 Jan 2025 08:53:40 +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 949213406A2 for ; Mon, 13 Jan 2025 08:53:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CD22E2083 for ; Mon, 13 Jan 2025 08:53:37 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1736758415.95b4ebee06c7f05bb671b6692cffc7691932add9.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-officeext/barcode/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-officeext/barcode/barcode-2.4.0.ebuild X-VCS-Directories: app-officeext/barcode/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 95b4ebee06c7f05bb671b6692cffc7691932add9 X-VCS-Branch: master Date: Mon, 13 Jan 2025 08:53:37 +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: ee03251e-af8f-459e-a026-1af69d31a41d X-Archives-Hash: d26d309af5cac563023f1227ea7ff27d commit: 95b4ebee06c7f05bb671b6692cffc7691932add9 Author: Joonas Niilola gentoo org> AuthorDate: Mon Jan 13 08:53:20 2025 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Mon Jan 13 08:53:35 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95b4ebee app-officeext/barcode: Stabilize 2.4.0 amd64, #947742 Signed-off-by: Joonas Niilola gentoo.org> app-officeext/barcode/barcode-2.4.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-officeext/barcode/barcode-2.4.0.ebuild b/app-officeext/barcode/barcode-2.4.0.ebuild index 4eaa3c4c7e07..582b08361d89 100644 --- a/app-officeext/barcode/barcode-2.4.0.ebuild +++ b/app-officeext/barcode/barcode-2.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,4 +14,4 @@ SRC_URI="https://github.com/LibreOffice/${PN}/releases/download/v${PV}/${PN}_${P LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86"