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 07C84138335 for ; Sat, 1 Sep 2018 19:01:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2492E0874; Sat, 1 Sep 2018 19:01:17 +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 ABA53E0874 for ; Sat, 1 Sep 2018 19:01:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 A2246335CCB for ; Sat, 1 Sep 2018 19:01:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D33983D3 for ; Sat, 1 Sep 2018 19:01:12 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1535828457.4c1a09b0bf2c9a41ea2fc3d2db8fa60632fa861d.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/PerlIO-gzip/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/PerlIO-gzip/PerlIO-gzip-0.200.0.ebuild X-VCS-Directories: dev-perl/PerlIO-gzip/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 4c1a09b0bf2c9a41ea2fc3d2db8fa60632fa861d X-VCS-Branch: master Date: Sat, 1 Sep 2018 19:01:12 +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: e6f47401-0ad4-414a-a82d-b75590c3a43a X-Archives-Hash: 3c82abdf57bf2830233b97473a6a675f commit: 4c1a09b0bf2c9a41ea2fc3d2db8fa60632fa861d Author: Thomas Deutschmann gentoo org> AuthorDate: Sat Sep 1 18:54:48 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sat Sep 1 19:00:57 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c1a09b0 dev-perl/PerlIO-gzip: x86 stable (bug #661778) Package-Manager: Portage-2.3.48, Repoman-2.3.10 dev-perl/PerlIO-gzip/PerlIO-gzip-0.200.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/PerlIO-gzip/PerlIO-gzip-0.200.0.ebuild b/dev-perl/PerlIO-gzip/PerlIO-gzip-0.200.0.ebuild index 470a2f230b9..246ff8b18b0 100644 --- a/dev-perl/PerlIO-gzip/PerlIO-gzip-0.200.0.ebuild +++ b/dev-perl/PerlIO-gzip/PerlIO-gzip-0.200.0.ebuild @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="PerlIO layer to gzip/gunzip" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ppc64 ~s390 ~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="" DEPEND="sys-libs/zlib"