Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/squashfs-tools-ng/
Date: Mon, 29 Jul 2019 09:00:29
Message-Id: 1564390821.49c52431f362f93e652c6e07fe9aefde36b3b6ae.zlogene@gentoo
1 commit: 49c52431f362f93e652c6e07fe9aefde36b3b6ae
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 29 08:59:31 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 29 09:00:21 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49c52431
7
8 sys-fs/squashfs-tools-ng: Add ~riscv keyword wrt bug #690616
9
10 Package-Manager: Portage-2.3.69, Repoman-2.3.16
11 RepoMan-Options: --include-arches="~riscv"
12 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
13
14 sys-fs/squashfs-tools-ng/squashfs-tools-ng-0.5.ebuild | 2 +-
15 sys-fs/squashfs-tools-ng/squashfs-tools-ng-9999.ebuild | 2 +-
16 2 files changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/sys-fs/squashfs-tools-ng/squashfs-tools-ng-0.5.ebuild b/sys-fs/squashfs-tools-ng/squashfs-tools-ng-0.5.ebuild
19 index 60287e83d5f..f1af947cfb9 100644
20 --- a/sys-fs/squashfs-tools-ng/squashfs-tools-ng-0.5.ebuild
21 +++ b/sys-fs/squashfs-tools-ng/squashfs-tools-ng-0.5.ebuild
22 @@ -9,7 +9,7 @@ if [[ ${PV} = 9999* ]]; then
23 inherit autotools git-r3
24 EGIT_REPO_URI="https://github.com/AgentD/${PN}.git"
25 else
26 - KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
27 + KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
28 SRC_URI="https://infraroot.at/pub/squashfs/${P}.tar.xz"
29 fi
30
31
32 diff --git a/sys-fs/squashfs-tools-ng/squashfs-tools-ng-9999.ebuild b/sys-fs/squashfs-tools-ng/squashfs-tools-ng-9999.ebuild
33 index 60287e83d5f..f1af947cfb9 100644
34 --- a/sys-fs/squashfs-tools-ng/squashfs-tools-ng-9999.ebuild
35 +++ b/sys-fs/squashfs-tools-ng/squashfs-tools-ng-9999.ebuild
36 @@ -9,7 +9,7 @@ if [[ ${PV} = 9999* ]]; then
37 inherit autotools git-r3
38 EGIT_REPO_URI="https://github.com/AgentD/${PN}.git"
39 else
40 - KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
41 + KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
42 SRC_URI="https://infraroot.at/pub/squashfs/${P}.tar.xz"
43 fi