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 D43D91382C5 for ; Tue, 20 Mar 2018 10:02:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F149FE09C6; Tue, 20 Mar 2018 10:01:58 +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 BD2B7E09B6 for ; Tue, 20 Mar 2018 10:01: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 05ADE335C4A for ; Tue, 20 Mar 2018 10:01:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 26194262 for ; Tue, 20 Mar 2018 10:01:54 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1521540000.b90e8b4d2e1c14bcaed9f0ad8749a2f83fb5cb44.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/http-fetcher/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/http-fetcher/http-fetcher-1.1.0-r1.ebuild X-VCS-Directories: dev-libs/http-fetcher/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: b90e8b4d2e1c14bcaed9f0ad8749a2f83fb5cb44 X-VCS-Branch: master Date: Tue, 20 Mar 2018 10:01:54 +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: cfa0808a-66e9-496f-866d-a3463dd32f9d X-Archives-Hash: 3336ac0b49be3a237b78ade808212ea2 commit: b90e8b4d2e1c14bcaed9f0ad8749a2f83fb5cb44 Author: Agostino Sarubbo gentoo org> AuthorDate: Tue Mar 20 10:00:00 2018 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Tue Mar 20 10:00:00 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b90e8b4d dev-libs/http-fetcher: amd64 stable wrt bug #647516 Signed-off-by: Agostino Sarubbo gentoo.org> Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="amd64" dev-libs/http-fetcher/http-fetcher-1.1.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/http-fetcher/http-fetcher-1.1.0-r1.ebuild b/dev-libs/http-fetcher/http-fetcher-1.1.0-r1.ebuild index 82fa74245a7..a9927cccc89 100644 --- a/dev-libs/http-fetcher/http-fetcher-1.1.0-r1.ebuild +++ b/dev-libs/http-fetcher/http-fetcher-1.1.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~x86" +KEYWORDS="~alpha amd64 ~ppc ~x86" IUSE="debug" S="${WORKDIR}/${MY_P}"