diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-07-29 20:52:25 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-07-29 20:54:38 +0200 |
commit | 7b335dcde68a8bd91956970bfd43eddc976af2bc (patch) | |
tree | 8ec719ffcdbb4e299f4a961b77426b50096443cb /sys-fs | |
parent | profiles: mask sys-fs/squashfs-tools lz4 lzma lzo zstd for riscv (diff) | |
download | gentoo-7b335dcde68a8bd91956970bfd43eddc976af2bc.tar.gz gentoo-7b335dcde68a8bd91956970bfd43eddc976af2bc.tar.bz2 gentoo-7b335dcde68a8bd91956970bfd43eddc976af2bc.zip |
Revert "sys-fs/squashfs-tools-ng: Add ~riscv keyword wrt bug #690616"
This reverts commit 49c52431f362f93e652c6e07fe9aefde36b3b6ae.
app-arch/lz4 dev-libs/lzo app-arch/zstd are required but are missing
riscv keyword.
Bug: https://bugs.gentoo.org/690616
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/squashfs-tools-ng/squashfs-tools-ng-0.5.ebuild | 2 | ||||
-rw-r--r-- | sys-fs/squashfs-tools-ng/squashfs-tools-ng-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
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 index fc732972175d..074ef4d01371 100644 --- a/sys-fs/squashfs-tools-ng/squashfs-tools-ng-0.5.ebuild +++ b/sys-fs/squashfs-tools-ng/squashfs-tools-ng-0.5.ebuild @@ -9,7 +9,7 @@ if [[ ${PV} = 9999* ]]; then inherit autotools git-r3 EGIT_REPO_URI="https://github.com/AgentD/${PN}.git" else - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" SRC_URI="https://infraroot.at/pub/squashfs/${P}.tar.xz" fi diff --git a/sys-fs/squashfs-tools-ng/squashfs-tools-ng-9999.ebuild b/sys-fs/squashfs-tools-ng/squashfs-tools-ng-9999.ebuild index fc732972175d..074ef4d01371 100644 --- a/sys-fs/squashfs-tools-ng/squashfs-tools-ng-9999.ebuild +++ b/sys-fs/squashfs-tools-ng/squashfs-tools-ng-9999.ebuild @@ -9,7 +9,7 @@ if [[ ${PV} = 9999* ]]; then inherit autotools git-r3 EGIT_REPO_URI="https://github.com/AgentD/${PN}.git" else - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" SRC_URI="https://infraroot.at/pub/squashfs/${P}.tar.xz" fi |