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 8FFF2139694 for ; Mon, 31 Jul 2017 11:37:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 714E91FC0E8; Mon, 31 Jul 2017 11:37:01 +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 4F6E51FC0E8 for ; Mon, 31 Jul 2017 11:37:01 +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 8BD67341925 for ; Mon, 31 Jul 2017 11:37:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AACE674CE for ; Mon, 31 Jul 2017 11:36:57 +0000 (UTC) From: "Tobias Klausmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tobias Klausmann" Message-ID: <1501501012.042ea098a6ed3e0d340b8911a0f68012af6c6d72.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/libxml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/libxml/libxml-2.9.0.ebuild X-VCS-Directories: dev-ruby/libxml/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: 042ea098a6ed3e0d340b8911a0f68012af6c6d72 X-VCS-Branch: master Date: Mon, 31 Jul 2017 11:36:57 +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: 791538a9-d3be-4abb-a877-709d32ab5399 X-Archives-Hash: 989eb26c71e5c8083efee044c9dd352f commit: 042ea098a6ed3e0d340b8911a0f68012af6c6d72 Author: Tobias Klausmann gentoo org> AuthorDate: Mon Jul 31 11:05:20 2017 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Mon Jul 31 11:36:52 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=042ea098 dev-ruby/libxml-2.9.0-r0: amd64 stable Gentoo-Bug: 625554 dev-ruby/libxml/libxml-2.9.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/libxml/libxml-2.9.0.ebuild b/dev-ruby/libxml/libxml-2.9.0.ebuild index 5349b21190b..cec6559a556 100644 --- a/dev-ruby/libxml/libxml-2.9.0.ebuild +++ b/dev-ruby/libxml/libxml-2.9.0.ebuild @@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/xml4r/libxml-ruby" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ppc ppc64 ~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 ppc ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND="${RDEPEND} dev-libs/libxml2"