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 581F4139694 for ; Sat, 29 Apr 2017 20:26:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 64EF121C012; Sat, 29 Apr 2017 20:26:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 37BA8E0D88 for ; Sat, 29 Apr 2017 20:26:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 5F18D3415B7 for ; Sat, 29 Apr 2017 20:26:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 289E27444 for ; Sat, 29 Apr 2017 20:26:31 +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: <1493497580.4ef395d3636a793ed2d9562b1493cfaa48478fd1.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/logue/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/logue/logue-1.0.4.ebuild X-VCS-Directories: dev-ruby/logue/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 4ef395d3636a793ed2d9562b1493cfaa48478fd1 X-VCS-Branch: master Date: Sat, 29 Apr 2017 20:26:31 +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: 32cf78d6-2bd0-4cae-8aac-cf20cd5784b5 X-Archives-Hash: fe78bcf0b0604684b106fde45ca64223 commit: 4ef395d3636a793ed2d9562b1493cfaa48478fd1 Author: Jeroen Roovers gentoo org> AuthorDate: Sat Apr 29 20:21:46 2017 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sat Apr 29 20:26:20 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ef395d3 dev-ruby/logue: Stable for HPPA (bug #603816). Package-Manager: Portage-2.3.5, Repoman-2.3.2 RepoMan-Options: --ignore-arches dev-ruby/logue/logue-1.0.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/logue/logue-1.0.4.ebuild b/dev-ruby/logue/logue-1.0.4.ebuild index 3fca45825bb..e52460b9ddd 100644 --- a/dev-ruby/logue/logue-1.0.4.ebuild +++ b/dev-ruby/logue/logue-1.0.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -18,7 +18,7 @@ SRC_URI="https://github.com/jpace/logue/archive/v${PV}.tar.gz -> ${PN}-git-${PV} LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~hppa ~ppc ~sparc x86" +KEYWORDS="amd64 hppa ~ppc ~sparc x86" IUSE="" ruby_add_rdepend ">=dev-ruby/rainbow-2.0.0"