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 59E361382C5 for ; Thu, 22 Mar 2018 20:24:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BDE54E0A5E; Thu, 22 Mar 2018 20:23:58 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 9BF88E0A44 for ; Thu, 22 Mar 2018 20:23:58 +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 A2E20335C59 for ; Thu, 22 Mar 2018 20:23:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2209F26C for ; Thu, 22 Mar 2018 20:23:54 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1521750196.3f7b26ec2c6f393b53339d49ab6c2c57b7932349.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/sass-listen/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/sass-listen/sass-listen-4.0.0.ebuild X-VCS-Directories: dev-ruby/sass-listen/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 3f7b26ec2c6f393b53339d49ab6c2c57b7932349 X-VCS-Branch: master Date: Thu, 22 Mar 2018 20:23:54 +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: 63bc824f-03fc-4147-a656-d13a4900b713 X-Archives-Hash: 0a08f8ed94f1733817ca2586f9f084b2 commit: 3f7b26ec2c6f393b53339d49ab6c2c57b7932349 Author: Jeroen Roovers gentoo org> AuthorDate: Thu Mar 22 19:52:47 2018 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Thu Mar 22 20:23:16 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f7b26ec dev-ruby/sass-listen: Mark ~hppa too. Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --ignore-arches dev-ruby/sass-listen/sass-listen-4.0.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/sass-listen/sass-listen-4.0.0.ebuild b/dev-ruby/sass-listen/sass-listen-4.0.0.ebuild index bd33d06c486..d74ff73c33c 100644 --- a/dev-ruby/sass-listen/sass-listen-4.0.0.ebuild +++ b/dev-ruby/sass-listen/sass-listen-4.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -21,7 +21,7 @@ RUBY_S="listen-${PV}" LICENSE="MIT" SLOT="4" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64" IUSE="test" ruby_add_rdepend ">=dev-ruby/rb-inotify-0.9.7"