Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/geary/
Date: Fri, 30 Apr 2021 16:39:40
Message-Id: 1619800772.2ee640ec629718fe27073139ac4a2d0668419e10.mattst88@gentoo
1 commit: 2ee640ec629718fe27073139ac4a2d0668419e10
2 Author: Yuan Liao <liaoyuan <AT> gmail <DOT> com>
3 AuthorDate: Fri Apr 30 14:09:21 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 30 16:39:32 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ee640ec
7
8 mail-client/geary-40.0: Use release build profile
9
10 Upstream documentation suggests that distributions must use the release
11 build profile when providing a package for Geary. Reference:
12 https://gitlab.gnome.org/GNOME/geary/-/blob/gnome-40.0/BUILDING.md#build-profiles
13
14 Closes: https://github.com/gentoo/gentoo/pull/20617
15 Signed-off-by: Yuan Liao <liaoyuan <AT> gmail.com>
16 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
17
18 mail-client/geary/geary-40.0.ebuild | 2 +-
19 1 file changed, 1 insertion(+), 1 deletion(-)
20
21 diff --git a/mail-client/geary/geary-40.0.ebuild b/mail-client/geary/geary-40.0.ebuild
22 index 94e38338434..bd761336702 100644
23 --- a/mail-client/geary/geary-40.0.ebuild
24 +++ b/mail-client/geary/geary-40.0.ebuild
25 @@ -73,7 +73,7 @@ src_prepare() {
26
27 src_configure() {
28 local emesonargs=(
29 - -Dprofile=development
30 + -Dprofile=release
31 -Drevno="${PR}"
32 -Dvaladoc=disabled
33 -Dcontractor=disabled