From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1201495-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id DC39A138359
	for <garchives@archives.gentoo.org>; Mon, 31 Aug 2020 13:49:20 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 27CCCE09D8;
	Mon, 31 Aug 2020 13:49:20 +0000 (UTC)
Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 115F8E09D8
	for <gentoo-commits@lists.gentoo.org>; Mon, 31 Aug 2020 13:49:20 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 1A867340D5E
	for <gentoo-commits@lists.gentoo.org>; Mon, 31 Aug 2020 13:49:19 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id BA7A031C
	for <gentoo-commits@lists.gentoo.org>; Mon, 31 Aug 2020 13:49:17 +0000 (UTC)
From: "Mikle Kolyada" <zlogene@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" <zlogene@gentoo.org>
Message-ID: <1598881758.7f090c6c71cf679742ec1be9fcc8d38894dd7ea7.zlogene@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/riscv/
X-VCS-Repository: repo/gentoo
X-VCS-Files: profiles/arch/riscv/package.use.mask
X-VCS-Directories: profiles/arch/riscv/
X-VCS-Committer: zlogene
X-VCS-Committer-Name: Mikle Kolyada
X-VCS-Revision: 7f090c6c71cf679742ec1be9fcc8d38894dd7ea7
X-VCS-Branch: master
Date: Mon, 31 Aug 2020 13:49:17 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: fb64770e-a8f4-4c6b-a061-bfb370042d7b
X-Archives-Hash: 09546514385ba3f6f33e52b48aaf5846

commit:     7f090c6c71cf679742ec1be9fcc8d38894dd7ea7
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 31 13:48:51 2020 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon Aug 31 13:49:18 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f090c6c

profiles/riscv: drop obsolete masks

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 profiles/arch/riscv/package.use.mask | 24 ++----------------------
 1 file changed, 2 insertions(+), 22 deletions(-)

diff --git a/profiles/arch/riscv/package.use.mask b/profiles/arch/riscv/package.use.mask
index f5128c2dd91..5b2d53c129d 100644
--- a/profiles/arch/riscv/package.use.mask
+++ b/profiles/arch/riscv/package.use.mask
@@ -16,24 +16,10 @@ app-editors/emacs gui
 dev-util/cmake doc test
 dev-libs/jsoncpp doc
 
-# Lars Wendler <polynomial-c@gentoo.org> (2020-06-25)
-# Missing keyword. Requires dev-util/cmake which also lacks keyword and
-# possibly a whole bunch of its deps as well
-# See https://bugs.gentoo.org/729582
->=net-misc/rsync-3.2.0 lz4
-
 # Lars Wendler <polynomial-c@gentoo.org> (2020-05-10)
 # Missing keyword
 media-libs/freetype brotli
 
-# Zac Medico <zmedico@gentoo.org> (2020-05-09)
-# Mask until app-arch/lz4 is keyworded
-app-arch/zstd lz4
-
-# Sergei Trofimovich <slyfox@gentoo.org> (2020-05-07)
-# Mask until app-arch/zstd is keyworded
-sys-devel/gcc zstd
-
 # Patrick McLean <chutzpah@gentoo.org> (2020-04-16)
 # Lots of python dependencies, mask to facilitate keywording
 # keywording dev-libs/libfido2
@@ -48,10 +34,6 @@ sys-apps/kbd test
 # Mask until dev-libs/libfido2 is keyworded
 net-misc/openssh security-key
 
-# Sergei Trofimovich <slyfox@gentoo.org> (2019-02-15)
-# dev-libs/xxhash is not keyworded on riscv, bug #709696
-sys-devel/gdb xxhash
-
 # Sergei Trofimovich <slyfox@gentoo.org> (2019-12-02)
 # media-libs/gd is not keyworded on riscv
 sys-libs/glibc gd
@@ -71,7 +53,6 @@ dev-vcs/git pcre-jit
 
 app-admin/syslog-ng amqp dbi geoip geoip2 json kafka mongodb python redis spoof-source smtp snmp test
 app-admin/sysstat lm-sensors
-app-arch/libarchive lz4 lzo zstd
 app-arch/unzip natspec
 app-crypt/gnupg smartcard tofu wks-server
 app-crypt/mit-krb5 doc test xinetd
@@ -108,7 +89,7 @@ dev-util/pkgconf test
 dev-util/strace unwind
 dev-vcs/git cvs highlight gnome-keyring subversion tk xinetd
 media-libs/freetype harfbuzz png
-media-libs/tiff jbig jpeg test webp zstd
+media-libs/tiff jbig jpeg test webp
 net-fs/nfs-utils nfsv41
 net-libs/gnutls doc test-full
 net-libs/ldns doc python
@@ -124,8 +105,7 @@ sys-block/thin-provisioning-tools test
 sys-devel/automake test
 sys-devel/gdb source-highlight
 sys-devel/gettext cvs
-sys-fs/squashfs-tools lz4 lzma lzo zstd
+sys-fs/squashfs-tools lzma
 sys-libs/libcap-ng python
 sys-process/audit gssapi python
 sys-process/procps test
-sys-fs/squashfs-tools-ng lz4 lzo zstd