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 34F5E139694 for ; Sun, 4 Jun 2017 16:37:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B910E0E68; Sun, 4 Jun 2017 16:37:57 +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 6A0A5E0E68 for ; Sun, 4 Jun 2017 16:37:57 +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 4E92534191D for ; Sun, 4 Jun 2017 16:37:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E5212745F for ; Sun, 4 Jun 2017 16:37:53 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1496594262.1343a9aa3f4350d393c2193c2db5f7aca7809613.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/fakeroot/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/fakeroot/fakeroot-1.20.2.ebuild X-VCS-Directories: sys-apps/fakeroot/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 1343a9aa3f4350d393c2193c2db5f7aca7809613 X-VCS-Branch: master Date: Sun, 4 Jun 2017 16:37:53 +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: 9ab8aad8-c1ca-4d45-b8aa-5829cbb02997 X-Archives-Hash: e20d21288d1bb3276ec676a24bf8d1e4 commit: 1343a9aa3f4350d393c2193c2db5f7aca7809613 Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Jun 4 15:52:49 2017 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Jun 4 16:37:42 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1343a9aa sys-apps/fakeroot: ia64 stable, bug #593768 Package-Manager: Portage-2.3.6, Repoman-2.3.2 sys-apps/fakeroot/fakeroot-1.20.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/fakeroot/fakeroot-1.20.2.ebuild b/sys-apps/fakeroot/fakeroot-1.20.2.ebuild index 0befd65ed34..448b4b46ec6 100644 --- a/sys-apps/fakeroot/fakeroot-1.20.2.ebuild +++ b/sys-apps/fakeroot/fakeroot-1.20.2.ebuild @@ -10,7 +10,7 @@ SRC_URI="mirror://debian/pool/main/${PN:0:1}/${PN}/${P/-/_}.orig.tar.bz2" LICENSE="GPL-3" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux" IUSE="acl debug static-libs test" DEPEND="acl? ( sys-apps/acl )