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 64DEA13835B for ; Wed, 19 Aug 2020 19:56:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 971EDE0A5C; Wed, 19 Aug 2020 19:56:43 +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 8038FE0A5C for ; Wed, 19 Aug 2020 19:56:43 +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 828AF34F032 for ; Wed, 19 Aug 2020 19:56:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 272A4329 for ; Wed, 19 Aug 2020 19:56:41 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1597866997.003e43daf634aed8de33084f399e186199a92848.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/sg3_utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/sg3_utils/sg3_utils-1.44.ebuild X-VCS-Directories: sys-apps/sg3_utils/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 003e43daf634aed8de33084f399e186199a92848 X-VCS-Branch: master Date: Wed, 19 Aug 2020 19:56:41 +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: 7d997f00-703a-480e-883b-cddecb614964 X-Archives-Hash: 5d7b315e0c1ab1864be21535695f191e commit: 003e43daf634aed8de33084f399e186199a92848 Author: Sam James gentoo org> AuthorDate: Wed Aug 19 19:56:30 2020 +0000 Commit: Sam James gentoo org> CommitDate: Wed Aug 19 19:56:37 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=003e43da sys-apps/sg3_utils: arm64 stable (bug #738042) Package-Manager: Portage-3.0.3, Repoman-3.0.0 Signed-off-by: Sam James gentoo.org> sys-apps/sg3_utils/sg3_utils-1.44.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/sg3_utils/sg3_utils-1.44.ebuild b/sys-apps/sg3_utils/sg3_utils-1.44.ebuild index dcf3452fa05..e6db1e1866e 100644 --- a/sys-apps/sg3_utils/sg3_utils-1.44.ebuild +++ b/sys-apps/sg3_utils/sg3_utils-1.44.ebuild @@ -12,7 +12,7 @@ SRC_URI="http://sg.danny.cz/sg/p/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86" IUSE="static-libs" DEPEND="sys-devel/libtool"