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 B635D1382C5 for ; Wed, 25 Apr 2018 21:43:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DDD55E093E; Wed, 25 Apr 2018 21:43:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 B353AE093E for ; Wed, 25 Apr 2018 21:43:25 +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 E5E10335C82 for ; Wed, 25 Apr 2018 21:43:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0554F28B for ; Wed, 25 Apr 2018 21:43:22 +0000 (UTC) From: "Aaron Bauman" 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" Message-ID: <1524692587.ad47f54d6772d0698ea35be50daa12e00038656c.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/lwp/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/lwp/lwp-2.8.ebuild X-VCS-Directories: sys-libs/lwp/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: ad47f54d6772d0698ea35be50daa12e00038656c X-VCS-Branch: master Date: Wed, 25 Apr 2018 21:43:22 +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: 0241bcdb-4d01-4f4d-8110-a20d864e7270 X-Archives-Hash: 86f1654259a7d3c53eeba4e29be392df commit: ad47f54d6772d0698ea35be50daa12e00038656c Author: Aaron Bauman gentoo org> AuthorDate: Wed Apr 25 21:43:07 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Wed Apr 25 21:43:07 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad47f54d sys-libs/lwp: amd64 stable wrt bug #654098 Bug: https://bugs.gentoo.org/654098 Package-Manager: Portage-2.3.31, Repoman-2.3.9 sys-libs/lwp/lwp-2.8.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-libs/lwp/lwp-2.8.ebuild b/sys-libs/lwp/lwp-2.8.ebuild index 9f58c389b04..2b8f53ed69f 100644 --- a/sys-libs/lwp/lwp-2.8.ebuild +++ b/sys-libs/lwp/lwp-2.8.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 @@ -10,7 +10,7 @@ SRC_URI="http://www.coda.cs.cmu.edu/pub/lwp/src/${P}.tar.xz" LICENSE="LGPL-2.1" SLOT="1" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="" src_configure() {