From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CE5FB1581F0 for ; Fri, 24 Jan 2025 07:14:36 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id B99D43433AF for ; Fri, 24 Jan 2025 07:14:36 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 8D74D11042D; Fri, 24 Jan 2025 07:14:32 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 848D411042D for ; Fri, 24 Jan 2025 07:14:32 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 38367343323 for ; Fri, 24 Jan 2025 07:14:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C47F2170C for ; Fri, 24 Jan 2025 07:14:30 +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: <1737702868.bf3cc8c3c5a865e5b329f78605fbf227c7387df8.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/backintime/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-backup/backintime/backintime-1.5.1.ebuild X-VCS-Directories: app-backup/backintime/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: bf3cc8c3c5a865e5b329f78605fbf227c7387df8 X-VCS-Branch: master Date: Fri, 24 Jan 2025 07:14:30 +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: 11e34102-e12c-43a9-b532-7a53f87c7c2c X-Archives-Hash: b890e427210b764cf233a2a8ccea0f26 commit: bf3cc8c3c5a865e5b329f78605fbf227c7387df8 Author: Joonas Niilola gentoo org> AuthorDate: Fri Jan 24 07:10:43 2025 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Fri Jan 24 07:14:28 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf3cc8c3 app-backup/backintime: Stabilize 1.5.1 ALLARCHES, #948061 Signed-off-by: Joonas Niilola gentoo.org> app-backup/backintime/backintime-1.5.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-backup/backintime/backintime-1.5.1.ebuild b/app-backup/backintime/backintime-1.5.1.ebuild index f19c53a8e11c..3e2acefc54ff 100644 --- a/app-backup/backintime/backintime-1.5.1.ebuild +++ b/app-backup/backintime/backintime-1.5.1.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == 9999 ]] ; then inherit git-r3 else SRC_URI="https://github.com/bit-team/${PN}/releases/download/v${PV}/${P}.tar.gz" - KEYWORDS="amd64 ~x86" + KEYWORDS="amd64 x86" fi LICENSE="GPL-2"