mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
mail-client/betterbird-bin: make SRC_URI unconditional
KEYWORDS already ensures that this package is only built for amd64 Fix year in copyright notice Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 2023 Gentoo Authors
|
||||
# Copyright 2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user