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 AB630138A88 for ; Sun, 23 Oct 2016 18:33:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DA408E081C; Sun, 23 Oct 2016 18:33:47 +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 BEE19E081C for ; Sun, 23 Oct 2016 18:33:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 578BC34163E for ; Sun, 23 Oct 2016 18:35:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A266F2F9 for ; Sun, 23 Oct 2016 18:33:43 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1477247616.12196b21e0c812da3ccceac2a434fe3cf0c9cb37.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-Stream/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/XML-Stream/XML-Stream-1.240.0.ebuild X-VCS-Directories: dev-perl/XML-Stream/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 12196b21e0c812da3ccceac2a434fe3cf0c9cb37 X-VCS-Branch: master Date: Sun, 23 Oct 2016 18:33:43 +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: 9e8e3ecc-19d0-4ba5-977c-8428da237836 X-Archives-Hash: 9eee422953e26af48d71a1ccfddd8194 commit: 12196b21e0c812da3ccceac2a434fe3cf0c9cb37 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Oct 23 18:33:03 2016 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Sun Oct 23 18:33:36 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12196b21 dev-perl/XML-Stream: Stable for remaining arches (ALLARCHES; bug 595564) Package-Manager: portage-2.3.2 dev-perl/XML-Stream/XML-Stream-1.240.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-perl/XML-Stream/XML-Stream-1.240.0.ebuild b/dev-perl/XML-Stream/XML-Stream-1.240.0.ebuild index be2e175..1ba7e5b 100644 --- a/dev-perl/XML-Stream/XML-Stream-1.240.0.ebuild +++ b/dev-perl/XML-Stream/XML-Stream-1.240.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 @@ -12,7 +12,7 @@ DESCRIPTION="Creates and XML Stream connection and parses return data" SLOT="0" LICENSE="LGPL-2" -KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86" IUSE="ssl"