From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1029562-garchives=archives.gentoo.org@lists.gentoo.org>
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 8FFEA138334
	for <garchives@archives.gentoo.org>; Sun, 10 Jun 2018 19:04:08 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 7DF9CE092E;
	Sun, 10 Jun 2018 19:03:57 +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 0CC5FE092C
	for <gentoo-commits@lists.gentoo.org>; Sun, 10 Jun 2018 19:03:57 +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 644AD335C9C
	for <gentoo-commits@lists.gentoo.org>; Sun, 10 Jun 2018 19:03:55 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 18AE12DA
	for <gentoo-commits@lists.gentoo.org>; Sun, 10 Jun 2018 19:03:52 +0000 (UTC)
From: "Aaron Bauman" <bman@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" <bman@gentoo.org>
Message-ID: <1528657410.e88f34dc3739eeb2229d9ee43c69d7481f64afd5.bman@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTTP-BrowserDetect/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-3.140.0.ebuild
X-VCS-Directories: dev-perl/HTTP-BrowserDetect/
X-VCS-Committer: bman
X-VCS-Committer-Name: Aaron Bauman
X-VCS-Revision: e88f34dc3739eeb2229d9ee43c69d7481f64afd5
X-VCS-Branch: master
Date: Sun, 10 Jun 2018 19:03:52 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 67283acf-5f3e-45e6-825d-9270906eb607
X-Archives-Hash: 60d6913820f6e5218cc6836cda9a92a1

commit:     e88f34dc3739eeb2229d9ee43c69d7481f64afd5
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 10 18:57:59 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Jun 10 19:03:30 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e88f34dc

dev-perl/HTTP-BrowserDetect: amd64 stable wrt bug #657636

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-3.140.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-3.140.0.ebuild b/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-3.140.0.ebuild
index 4772d61c06a..f4ea12f9b20 100644
--- a/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-3.140.0.ebuild
+++ b/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-3.140.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Determine Web browser, version, and platform from an HTTP user agent string"
 
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~mips ~ppc x86"
+KEYWORDS="amd64 ~hppa ~mips ~ppc x86"
 IUSE="test"
 
 RDEPEND=""