Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-apps/mako/
Date: Mon, 31 Jan 2022 20:11:26
Message-Id: 1643659874.937c11e97eda8b898ee656d72a04a6f8e372d293.jsmolic@gentoo
1 commit: 937c11e97eda8b898ee656d72a04a6f8e372d293
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 31 20:11:14 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 31 20:11:14 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=937c11e9
7
8 gui-apps/mako: Stabilize 1.6-r3 amd64, #832096
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 gui-apps/mako/mako-1.6-r3.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/gui-apps/mako/mako-1.6-r3.ebuild b/gui-apps/mako/mako-1.6-r3.ebuild
16 index e3550881594a..219a0b276032 100644
17 --- a/gui-apps/mako/mako-1.6-r3.ebuild
18 +++ b/gui-apps/mako/mako-1.6-r3.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then
26 EGIT_REPO_URI="https://github.com/emersion/${PN}.git"
27 else
28 SRC_URI="https://github.com/emersion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
29 - KEYWORDS="~amd64 ~arm64 ~x86"
30 + KEYWORDS="amd64 ~arm64 ~x86"
31 fi
32
33 LICENSE="MIT"