From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 132D0138351 for ; Fri, 3 Apr 2020 09:28:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E263AE0A89; Fri, 3 Apr 2020 09:28:40 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 CE1BEE0A89 for ; Fri, 3 Apr 2020 09:28:40 +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 DA37434EFEC for ; Fri, 3 Apr 2020 09:28:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 501701BB for ; Fri, 3 Apr 2020 09:28:38 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1585906110.baa199c6b04d3f9c91f71ea4767a1be2e8911720.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/rar/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/rar/rar-5.9.0_p20200330.ebuild X-VCS-Directories: app-arch/rar/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: baa199c6b04d3f9c91f71ea4767a1be2e8911720 X-VCS-Branch: master Date: Fri, 3 Apr 2020 09:28:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3d2cabe2-1be2-40a2-b43a-6952047038ac X-Archives-Hash: 520803fe052203fa69a62ad1a40aec18 commit: baa199c6b04d3f9c91f71ea4767a1be2e8911720 Author: Thomas Deutschmann gentoo org> AuthorDate: Fri Apr 3 09:27:55 2020 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Fri Apr 3 09:28:30 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=baa199c6 app-arch/rar: amd64 & x86 stable Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Thomas Deutschmann gentoo.org> app-arch/rar/rar-5.9.0_p20200330.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-arch/rar/rar-5.9.0_p20200330.ebuild b/app-arch/rar/rar-5.9.0_p20200330.ebuild index 5711c67a5c7..b90959c703e 100644 --- a/app-arch/rar/rar-5.9.0_p20200330.ebuild +++ b/app-arch/rar/rar-5.9.0_p20200330.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI="7" DESCRIPTION="RAR compressor/uncompressor" HOMEPAGE="https://rarlab.com/" @@ -18,7 +18,7 @@ SRC_URI="x86? ( ${URI_x86} ) LICENSE="RAR BSD BSD-2" SLOT="0" -KEYWORDS="-* ~amd64 ~x86" +KEYWORDS="-* amd64 x86" IUSE="all_sfx" RESTRICT="mirror bindist"