Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/zathura/
Date: Fri, 21 Jan 2022 12:40:40
Message-Id: 1642768791.59aae6e653a814721905645f0171afd1fc2cdd96.sam@gentoo
1 commit: 59aae6e653a814721905645f0171afd1fc2cdd96
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 21 12:39:51 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 21 12:39:51 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59aae6e6
7
8 app-text/zathura: Stabilize 0.4.7 x86, #831643
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-text/zathura/zathura-0.4.7.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-text/zathura/zathura-0.4.7.ebuild b/app-text/zathura/zathura-0.4.7.ebuild
16 index 1be1a7793199..ff274514414d 100644
17 --- a/app-text/zathura/zathura-0.4.7.ebuild
18 +++ b/app-text/zathura/zathura-0.4.7.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 @@ -14,7 +14,7 @@ if [[ ${PV} == *9999 ]]; then
26 EGIT_BRANCH="develop"
27 else
28 SRC_URI="https://github.com/pwmt/zathura/archive/${PV}.tar.gz -> ${P}.tar.gz"
29 - KEYWORDS="~amd64 ~arm ~riscv ~x86 ~amd64-linux ~x86-linux"
30 + KEYWORDS="~amd64 ~arm ~riscv x86 ~amd64-linux ~x86-linux"
31 fi
32
33 LICENSE="ZLIB"