From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id DB2B41397F2 for ; Fri, 21 Aug 2015 16:42:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8DB93E07FE; Fri, 21 Aug 2015 16:42:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3E663E07FE for ; Fri, 21 Aug 2015 16:42:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6D5E2340817 for ; Fri, 21 Aug 2015 16:42:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1CD5715D for ; Fri, 21 Aug 2015 16:42:26 +0000 (UTC) From: "Markus Meier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markus Meier" Message-ID: <1440175341.8f49a16b51acd75999e4cad586e864dca4e09710.maekke@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/smartmontools/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/smartmontools/smartmontools-6.4.ebuild X-VCS-Directories: sys-apps/smartmontools/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: 8f49a16b51acd75999e4cad586e864dca4e09710 X-VCS-Branch: master Date: Fri, 21 Aug 2015 16:42:26 +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-Archives-Salt: c2f3be3b-3cb9-4b55-85a9-359f32ba53a9 X-Archives-Hash: 6fe40bea8dfd0684aafc5daab6898549 commit: 8f49a16b51acd75999e4cad586e864dca4e09710 Author: Markus Meier gentoo org> AuthorDate: Fri Aug 21 16:42:21 2015 +0000 Commit: Markus Meier gentoo org> CommitDate: Fri Aug 21 16:42:21 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f49a16b sys-apps/smartmontools arm stable, bug #555528 Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="arm" sys-apps/smartmontools/smartmontools-6.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/smartmontools/smartmontools-6.4.ebuild b/sys-apps/smartmontools/smartmontools-6.4.ebuild index 27afa16..92e8c86 100644 --- a/sys-apps/smartmontools/smartmontools-6.4.ebuild +++ b/sys-apps/smartmontools/smartmontools-6.4.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]] ; then inherit subversion autotools else SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~x64-macos" + KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~x64-macos" fi DESCRIPTION="Self-Monitoring, Analysis and Reporting Technology System (S.M.A.R.T.) monitoring tools"