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 A6060139694 for ; Fri, 30 Jun 2017 11:10:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94E3D274021; Fri, 30 Jun 2017 11:10:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 768AD274021 for ; Fri, 30 Jun 2017 11:10:15 +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 3F1C83418E0 for ; Fri, 30 Jun 2017 11:10:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9228674B4 for ; Fri, 30 Jun 2017 11:10:09 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1498820999.3890f8d7738a15d74365baf324eecfcf5664d7e5.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/yard/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/yard/yard-0.9.4.ebuild X-VCS-Directories: dev-ruby/yard/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 3890f8d7738a15d74365baf324eecfcf5664d7e5 X-VCS-Branch: master Date: Fri, 30 Jun 2017 11:10:09 +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: d9662f09-80b4-432c-bc76-aa37608244fc X-Archives-Hash: 37c3f696f3c79c4b77d20631263cf0c2 commit: 3890f8d7738a15d74365baf324eecfcf5664d7e5 Author: Agostino Sarubbo gentoo org> AuthorDate: Fri Jun 30 11:09:59 2017 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Fri Jun 30 11:09:59 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3890f8d7 dev-ruby/yard: x86 stable wrt bug #622498 Package-Manager: Portage-2.3.6, Repoman-2.3.1 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo gentoo.org> dev-ruby/yard/yard-0.9.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/yard/yard-0.9.4.ebuild b/dev-ruby/yard/yard-0.9.4.ebuild index 543fe491ea4..2f12ab3e058 100644 --- a/dev-ruby/yard/yard-0.9.4.ebuild +++ b/dev-ruby/yard/yard-0.9.4.ebuild @@ -23,7 +23,7 @@ SRC_URI="https://github.com/lsegal/yard/archive/v${PV}.tar.gz -> ${P}-git.tgz" LICENSE="MIT" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" ruby_add_bdepend "doc? ( || ( dev-ruby/maruku dev-ruby/rdiscount dev-ruby/bluecloth dev-ruby/kramdown ) )"