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 B74161581C1 for ; Sun, 7 Jul 2024 13:48:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 10F9F2BC025; Sun, 7 Jul 2024 13:48:00 +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 EF7E32BC025 for ; Sun, 7 Jul 2024 13:47:59 +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 3DB84335CB9 for ; Sun, 7 Jul 2024 13:47:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 872B3DC4 for ; Sun, 7 Jul 2024 13:47:57 +0000 (UTC) From: "Justin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin" Message-ID: <1720360080.2e54d1870421a484a8c62266e81b4763eb044113.justin026@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: mail-client/betterbird-bin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: mail-client/betterbird-bin/betterbird-bin-115.12.0.ebuild X-VCS-Directories: mail-client/betterbird-bin/ X-VCS-Committer: justin026 X-VCS-Committer-Name: Justin X-VCS-Revision: 2e54d1870421a484a8c62266e81b4763eb044113 X-VCS-Branch: dev Date: Sun, 7 Jul 2024 13:47:57 +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: f575f01b-2e6a-499a-ad79-cdf0c30364a0 X-Archives-Hash: d5a8785997f33aba2825b2fb0fb008e7 commit: 2e54d1870421a484a8c62266e81b4763eb044113 Author: Justin Donofrio protonmail com> AuthorDate: Sun Jul 7 13:47:06 2024 +0000 Commit: Justin protonmail com> CommitDate: Sun Jul 7 13:48:00 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2e54d187 mail-client/betterbird-bin: make SRC_URI unconditional Signed-off-by: Justin Donofrio protonmail.com> mail-client/betterbird-bin/betterbird-bin-115.12.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail-client/betterbird-bin/betterbird-bin-115.12.0.ebuild b/mail-client/betterbird-bin/betterbird-bin-115.12.0.ebuild index bb887cb0d..e021b8b0a 100644 --- a/mail-client/betterbird-bin/betterbird-bin-115.12.0.ebuild +++ b/mail-client/betterbird-bin/betterbird-bin-115.12.0.ebuild @@ -7,7 +7,7 @@ inherit desktop xdg DESCRIPTION="Betterbird is a fine-tuned version of Mozilla Thunderbird." HOMEPAGE="https://github.com/Betterbird/thunderbird-patches https://betterbird.eu/" -SRC_URI="amd64? ( https://www.betterbird.eu/downloads/LinuxArchive/betterbird-${PV}-bb29.en-US.linux-x86_64.tar.bz2 )" +SRC_URI="https://www.betterbird.eu/downloads/LinuxArchive/betterbird-${PV}-bb29.en-US.linux-x86_64.tar.bz2" S="${WORKDIR}" LICENSE="MPL-2.0"