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 124721382C5 for ; Wed, 7 Feb 2018 05:52:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35AF8E0B51; Wed, 7 Feb 2018 05:52:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 0E565E0B54 for ; Wed, 7 Feb 2018 05:52:05 +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 2310B335C31 for ; Wed, 7 Feb 2018 05:52:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AFDC51ED for ; Wed, 7 Feb 2018 05:52:01 +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: <1517982686.fb8fa1efb4d59db92cd366e3d4debc0630915478.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/sass-rails/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/sass-rails/sass-rails-4.0.5.ebuild dev-ruby/sass-rails/sass-rails-5.0.7.ebuild X-VCS-Directories: dev-ruby/sass-rails/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: fb8fa1efb4d59db92cd366e3d4debc0630915478 X-VCS-Branch: master Date: Wed, 7 Feb 2018 05:52:01 +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: 32cc115b-856e-443c-ad2d-504e67d2a16e X-Archives-Hash: 8b01af1130df22f53262e5855599e8f6 commit: fb8fa1efb4d59db92cd366e3d4debc0630915478 Author: Thomas Deutschmann gentoo org> AuthorDate: Wed Feb 7 05:43:42 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Wed Feb 7 05:51:26 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb8fa1ef dev-ruby/sass-rails: x86 keyworded (bug #570052) Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-ruby/sass-rails/sass-rails-4.0.5.ebuild | 4 ++-- dev-ruby/sass-rails/sass-rails-5.0.7.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-ruby/sass-rails/sass-rails-4.0.5.ebuild b/dev-ruby/sass-rails/sass-rails-4.0.5.ebuild index 24ba742ccbb..1f13ad1cc60 100644 --- a/dev-ruby/sass-rails/sass-rails-4.0.5.ebuild +++ b/dev-ruby/sass-rails/sass-rails-4.0.5.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=5 @@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/rails/sass-rails" LICENSE="MIT" SLOT="$(get_version_component_range 1-2)" -KEYWORDS="~amd64 ~arm" +KEYWORDS="~amd64 ~arm ~x86" IUSE="" diff --git a/dev-ruby/sass-rails/sass-rails-5.0.7.ebuild b/dev-ruby/sass-rails/sass-rails-5.0.7.ebuild index c9e6beaf87b..b0ce2ecce99 100644 --- a/dev-ruby/sass-rails/sass-rails-5.0.7.ebuild +++ b/dev-ruby/sass-rails/sass-rails-5.0.7.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 @@ -17,7 +17,7 @@ SRC_URI="https://github.com/rails/sass-rails/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="MIT" SLOT="$(get_version_component_range 1-2)" -KEYWORDS="~amd64 ~arm ~arm64 ~amd64-linux" +KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux" IUSE=""