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 4A6A0139085 for ; Sat, 4 Feb 2017 20:40:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 705C8E0DA9; Sat, 4 Feb 2017 20:40:11 +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 4A584E0DA9 for ; Sat, 4 Feb 2017 20:40:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EC640341627 for ; Sat, 4 Feb 2017 20:40:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C64DA3B8E for ; Sat, 4 Feb 2017 20:40:02 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1486240779.4584b2bca00a67746cf28373684357e7ff8d1cc6.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/public_suffix/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/public_suffix/public_suffix-2.0.5.ebuild X-VCS-Directories: dev-ruby/public_suffix/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 4584b2bca00a67746cf28373684357e7ff8d1cc6 X-VCS-Branch: master Date: Sat, 4 Feb 2017 20:40:02 +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: 76f280f6-42f8-4882-b2ab-bde9ad113ec4 X-Archives-Hash: d6f4c67e5e8eb155d74a6b7ad2761fd8 commit: 4584b2bca00a67746cf28373684357e7ff8d1cc6 Author: Fabian Groffen gentoo org> AuthorDate: Sat Feb 4 20:39:39 2017 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Sat Feb 4 20:39:39 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4584b2bc dev-ruby/public_suffix: add back Prefix keywords, bug #602730 Package-Manager: portage-2.3.3 dev-ruby/public_suffix/public_suffix-2.0.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/public_suffix/public_suffix-2.0.5.ebuild b/dev-ruby/public_suffix/public_suffix-2.0.5.ebuild index 398eba8..1f2cac9 100644 --- a/dev-ruby/public_suffix/public_suffix-2.0.5.ebuild +++ b/dev-ruby/public_suffix/public_suffix-2.0.5.ebuild @@ -14,7 +14,7 @@ inherit ruby-fakegem DESCRIPTION="Parse and decompose a domain name into top level domain, domain and subdomains" HOMEPAGE="https://simonecarletti.com/code/publicsuffix-ruby/" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" LICENSE="MIT" SLOT="2" IUSE=""