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 57FC41382C5 for ; Thu, 22 Mar 2018 20:24:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6133E0A44; Thu, 22 Mar 2018 20:23:58 +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 B51EFE0A5C 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 B6CEB335C60 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 59E6926F 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: <1521750203.c9ac39930f32dd4e8cdbde247edd0df803d0adc9.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/slim/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/slim/slim-3.0.7-r1.ebuild dev-ruby/slim/slim-3.0.8.ebuild dev-ruby/slim/slim-3.0.9.ebuild X-VCS-Directories: dev-ruby/slim/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: c9ac39930f32dd4e8cdbde247edd0df803d0adc9 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: 6f63d197-ff2e-448c-83f0-767f24452282 X-Archives-Hash: 994301e815109413983409785b54253e commit: c9ac39930f32dd4e8cdbde247edd0df803d0adc9 Author: Jeroen Roovers gentoo org> AuthorDate: Thu Mar 22 19:54:43 2018 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Thu Mar 22 20:23:23 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9ac3993 dev-ruby/slim: Mark ~hppa too. Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --ignore-arches dev-ruby/slim/slim-3.0.7-r1.ebuild | 2 +- dev-ruby/slim/slim-3.0.8.ebuild | 4 ++-- dev-ruby/slim/slim-3.0.9.ebuild | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-ruby/slim/slim-3.0.7-r1.ebuild b/dev-ruby/slim/slim-3.0.7-r1.ebuild index 7d61c772992..4e98538b253 100644 --- a/dev-ruby/slim/slim-3.0.7-r1.ebuild +++ b/dev-ruby/slim/slim-3.0.7-r1.ebuild @@ -17,7 +17,7 @@ DESCRIPTION="A template language aiming to reduce the syntax to the essential pa HOMEPAGE="http://slim-lang.com/" LICENSE="MIT" -KEYWORDS="~amd64 arm ppc ppc64 x86" +KEYWORDS="~amd64 arm ~hppa ppc ppc64 x86" SLOT="0" IUSE="doc" diff --git a/dev-ruby/slim/slim-3.0.8.ebuild b/dev-ruby/slim/slim-3.0.8.ebuild index d572b5c131f..164ebcf865b 100644 --- a/dev-ruby/slim/slim-3.0.8.ebuild +++ b/dev-ruby/slim/slim-3.0.8.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 @@ DESCRIPTION="A template language aiming to reduce the syntax to the essential pa HOMEPAGE="http://slim-lang.com/" LICENSE="MIT" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86" SLOT="0" IUSE="doc" diff --git a/dev-ruby/slim/slim-3.0.9.ebuild b/dev-ruby/slim/slim-3.0.9.ebuild index 0cf97cb83d0..2668609f682 100644 --- a/dev-ruby/slim/slim-3.0.9.ebuild +++ b/dev-ruby/slim/slim-3.0.9.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 @@ DESCRIPTION="A template language aiming to reduce the syntax to the essential pa HOMEPAGE="http://slim-lang.com/" LICENSE="MIT" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86" SLOT="0" IUSE="doc"