Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@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 18:54:50
Message-Id: 1564426478.7b335dcde68a8bd91956970bfd43eddc976af2bc.whissi@gentoo
1 commit: 7b335dcde68a8bd91956970bfd43eddc976af2bc
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 29 18:52:25 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 29 18:54:38 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b335dcd
7
8 Revert "sys-fs/squashfs-tools-ng: Add ~riscv keyword wrt bug #690616"
9
10 This reverts commit 49c52431f362f93e652c6e07fe9aefde36b3b6ae.
11
12 app-arch/lz4 dev-libs/lzo app-arch/zstd are required but are missing
13 riscv keyword.
14
15 Bug: https://bugs.gentoo.org/690616
16 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
17
18 sys-fs/squashfs-tools-ng/squashfs-tools-ng-0.5.ebuild | 2 +-
19 sys-fs/squashfs-tools-ng/squashfs-tools-ng-9999.ebuild | 2 +-
20 2 files changed, 2 insertions(+), 2 deletions(-)
21
22 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
23 index fc732972175..074ef4d0137 100644
24 --- a/sys-fs/squashfs-tools-ng/squashfs-tools-ng-0.5.ebuild
25 +++ b/sys-fs/squashfs-tools-ng/squashfs-tools-ng-0.5.ebuild
26 @@ -9,7 +9,7 @@ if [[ ${PV} = 9999* ]]; then
27 inherit autotools git-r3
28 EGIT_REPO_URI="https://github.com/AgentD/${PN}.git"
29 else
30 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
31 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
32 SRC_URI="https://infraroot.at/pub/squashfs/${P}.tar.xz"
33 fi
34
35
36 diff --git a/sys-fs/squashfs-tools-ng/squashfs-tools-ng-9999.ebuild b/sys-fs/squashfs-tools-ng/squashfs-tools-ng-9999.ebuild
37 index fc732972175..074ef4d0137 100644
38 --- a/sys-fs/squashfs-tools-ng/squashfs-tools-ng-9999.ebuild
39 +++ b/sys-fs/squashfs-tools-ng/squashfs-tools-ng-9999.ebuild
40 @@ -9,7 +9,7 @@ if [[ ${PV} = 9999* ]]; then
41 inherit autotools git-r3
42 EGIT_REPO_URI="https://github.com/AgentD/${PN}.git"
43 else
44 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
45 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
46 SRC_URI="https://infraroot.at/pub/squashfs/${P}.tar.xz"
47 fi