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 776931382C5 for ; Mon, 22 Jan 2018 19:04:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA80DE09B1; Mon, 22 Jan 2018 19:04:34 +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 C9F46E09B1 for ; Mon, 22 Jan 2018 19:04:34 +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 0C691335C49 for ; Mon, 22 Jan 2018 19:04:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA2051CE for ; Mon, 22 Jan 2018 19:04:30 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1516647837.cde6d160a9f085f57f77eacd002164ded96ec289.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/pdf-core/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/pdf-core/pdf-core-0.6.1-r1.ebuild dev-ruby/pdf-core/pdf-core-0.7.0.ebuild X-VCS-Directories: dev-ruby/pdf-core/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: cde6d160a9f085f57f77eacd002164ded96ec289 X-VCS-Branch: master Date: Mon, 22 Jan 2018 19:04:30 +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: d178200f-2451-445a-b23b-36624eee7cd2 X-Archives-Hash: 51f1420f2c18ed55195b32f49df11c87 commit: cde6d160a9f085f57f77eacd002164ded96ec289 Author: Hans de Graaff gentoo org> AuthorDate: Mon Jan 22 19:01:12 2018 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Mon Jan 22 19:03:57 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cde6d160 dev-ruby/pdf-core: move ~sparc keyword forward Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-ruby/pdf-core/pdf-core-0.6.1-r1.ebuild | 4 ++-- dev-ruby/pdf-core/pdf-core-0.7.0.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-ruby/pdf-core/pdf-core-0.6.1-r1.ebuild b/dev-ruby/pdf-core/pdf-core-0.6.1-r1.ebuild index 38f45697918..d9f31cccf80 100644 --- a/dev-ruby/pdf-core/pdf-core-0.6.1-r1.ebuild +++ b/dev-ruby/pdf-core/pdf-core-0.6.1-r1.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 @@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/prawnpdf/pdf-core/" LICENSE="|| ( Ruby GPL-2 GPL-3 )" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86" IUSE="test" ruby_add_bdepend "test? ( =dev-ruby/pdf-inspector-1* diff --git a/dev-ruby/pdf-core/pdf-core-0.7.0.ebuild b/dev-ruby/pdf-core/pdf-core-0.7.0.ebuild index 2744a463428..2a410341193 100644 --- a/dev-ruby/pdf-core/pdf-core-0.7.0.ebuild +++ b/dev-ruby/pdf-core/pdf-core-0.7.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=5 @@ -19,7 +19,7 @@ SRC_URI="https://github.com/prawnpdf/pdf-core/archive/${PV}.tar.gz -> ${P}.tar.g LICENSE="|| ( Ruby GPL-2 GPL-3 )" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" IUSE="test" ruby_add_bdepend "test? ( =dev-ruby/pdf-inspector-1*