From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1039630-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 16C35138334 for <garchives@archives.gentoo.org>; Mon, 30 Jul 2018 21:58:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43CAFE089A; Mon, 30 Jul 2018 21:57:59 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 18142E089A for <gentoo-commits@lists.gentoo.org>; Mon, 30 Jul 2018 21:57:59 +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 93A56335C96 for <gentoo-commits@lists.gentoo.org>; Mon, 30 Jul 2018 21:57:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 15EAD390 for <gentoo-commits@lists.gentoo.org>; Mon, 30 Jul 2018 21:57:55 +0000 (UTC) From: "Mikle Kolyada" <zlogene@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, "Mikle Kolyada" <zlogene@gentoo.org> Message-ID: <1532987870.d777c73a40c8a6b6712ce6bfd4f99a692a0586e6.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Geo-IP/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Geo-IP/Geo-IP-1.510.0.ebuild X-VCS-Directories: dev-perl/Geo-IP/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: d777c73a40c8a6b6712ce6bfd4f99a692a0586e6 X-VCS-Branch: master Date: Mon, 30 Jul 2018 21:57:55 +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: c852c57b-9c61-4adf-8d80-5738671a4c67 X-Archives-Hash: 724a6eea8a69ee5a2d0613276916cf97 commit: d777c73a40c8a6b6712ce6bfd4f99a692a0586e6 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> AuthorDate: Mon Jul 30 21:54:19 2018 +0000 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> CommitDate: Mon Jul 30 21:57:50 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d777c73a dev-perl/Geo-IP: mark s390 stable Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-perl/Geo-IP/Geo-IP-1.510.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/Geo-IP/Geo-IP-1.510.0.ebuild b/dev-perl/Geo-IP/Geo-IP-1.510.0.ebuild index 4a2a898535e..cb5892a6024 100644 --- a/dev-perl/Geo-IP/Geo-IP-1.510.0.ebuild +++ b/dev-perl/Geo-IP/Geo-IP-1.510.0.ebuild @@ -10,7 +10,7 @@ inherit perl-module multilib DESCRIPTION="Look up country by IP Address" SLOT="0" -KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 s390 sparc x86 ~x86-fbsd" IUSE="" DEPEND="dev-libs/geoip"