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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5278B1581FB for ; Fri, 30 Aug 2024 05:57:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9185FE29F7; Fri, 30 Aug 2024 05:57:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 7D63EE29F7 for ; Fri, 30 Aug 2024 05:57:47 +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 C984D340BE2 for ; Fri, 30 Aug 2024 05:57:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E411A1F28 for ; Fri, 30 Aug 2024 05:57:43 +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: <1724997443.de452b6d19f9e1140a813446907b9005f79071bc.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mate-extra/caja-dropbox/ X-VCS-Repository: repo/gentoo X-VCS-Files: mate-extra/caja-dropbox/caja-dropbox-1.28.0.ebuild X-VCS-Directories: mate-extra/caja-dropbox/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: de452b6d19f9e1140a813446907b9005f79071bc X-VCS-Branch: master Date: Fri, 30 Aug 2024 05:57:43 +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: 72f2cde4-9ed3-40f5-8a11-a5db17dce1ad X-Archives-Hash: de3e1d3c105499fd1197b11d2a3d2761 commit: de452b6d19f9e1140a813446907b9005f79071bc Author: Joonas Niilola gentoo org> AuthorDate: Fri Aug 30 05:57:23 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Fri Aug 30 05:57:23 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de452b6d mate-extra/caja-dropbox: Stabilize 1.28.0 amd64, #938707 Signed-off-by: Joonas Niilola gentoo.org> mate-extra/caja-dropbox/caja-dropbox-1.28.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mate-extra/caja-dropbox/caja-dropbox-1.28.0.ebuild b/mate-extra/caja-dropbox/caja-dropbox-1.28.0.ebuild index ae7019cd6231..9b6ccfeb5cb0 100644 --- a/mate-extra/caja-dropbox/caja-dropbox-1.28.0.ebuild +++ b/mate-extra/caja-dropbox/caja-dropbox-1.28.0.ebuild @@ -10,7 +10,7 @@ inherit mate python-single-r1 linux-info MINOR=$(($(ver_cut 2) % 2)) if [[ ${MINOR} -eq 0 ]]; then - KEYWORDS="~amd64 x86" + KEYWORDS="amd64 x86" fi DESCRIPTION="Store, Sync and Share Files Online"