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 690AE139694 for ; Tue, 20 Jun 2017 12:46:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD7A5E0DC8; Tue, 20 Jun 2017 12:46:11 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8FB1EE0DC8 for ; Tue, 20 Jun 2017 12:46:11 +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 B166E3417B9 for ; Tue, 20 Jun 2017 12:46:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4DE14746C for ; Tue, 20 Jun 2017 12:46:09 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1497962760.aac201ed3a4d3387f99f7a1155ae509f749a07c4.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/pxz/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/pxz/pxz-5.0_pre20110811.ebuild X-VCS-Directories: app-arch/pxz/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: aac201ed3a4d3387f99f7a1155ae509f749a07c4 X-VCS-Branch: master Date: Tue, 20 Jun 2017 12:46:09 +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: 2ccb3aef-4f6f-4995-bd58-412f7d28e742 X-Archives-Hash: c57880cc4e5d775a20fa7259b5466121 commit: aac201ed3a4d3387f99f7a1155ae509f749a07c4 Author: Fabian Groffen gentoo org> AuthorDate: Tue Jun 20 12:46:00 2017 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Tue Jun 20 12:46:00 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aac201ed app-arch/pxz: marked ~amd64-linux Package-Manager: Portage-2.3.6, Repoman-2.3.1 app-arch/pxz/pxz-5.0_pre20110811.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-arch/pxz/pxz-5.0_pre20110811.ebuild b/app-arch/pxz/pxz-5.0_pre20110811.ebuild index 1746dbdc144..8f93a1b47eb 100644 --- a/app-arch/pxz/pxz-5.0_pre20110811.ebuild +++ b/app-arch/pxz/pxz-5.0_pre20110811.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="3" @@ -11,7 +11,7 @@ SRC_URI="mirror://gentoo/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 x86 ~amd64-linux" IUSE="" RDEPEND="app-arch/xz-utils"