commit: 2ee640ec629718fe27073139ac4a2d0668419e10 Author: Yuan Liao <liaoyuan <AT> gmail <DOT> com> AuthorDate: Fri Apr 30 14:09:21 2021 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Fri Apr 30 16:39:32 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ee640ec
mail-client/geary-40.0: Use release build profile Upstream documentation suggests that distributions must use the release build profile when providing a package for Geary. Reference: https://gitlab.gnome.org/GNOME/geary/-/blob/gnome-40.0/BUILDING.md#build-profiles Closes: https://github.com/gentoo/gentoo/pull/20617 Signed-off-by: Yuan Liao <liaoyuan <AT> gmail.com> Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> mail-client/geary/geary-40.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail-client/geary/geary-40.0.ebuild b/mail-client/geary/geary-40.0.ebuild index 94e38338434..bd761336702 100644 --- a/mail-client/geary/geary-40.0.ebuild +++ b/mail-client/geary/geary-40.0.ebuild @@ -73,7 +73,7 @@ src_prepare() { src_configure() { local emesonargs=( - -Dprofile=development + -Dprofile=release -Drevno="${PR}" -Dvaladoc=disabled -Dcontractor=disabled
