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 4E6B4138334 for ; Sat, 2 Mar 2019 19:52:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 005C7E0893; Sat, 2 Mar 2019 19:52:32 +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 CA0D0E0893 for ; Sat, 2 Mar 2019 19:52:31 +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 4110D335CD9 for ; Sat, 2 Mar 2019 19:52:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF0E0556 for ; Sat, 2 Mar 2019 19:52:28 +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: <1551556340.c068332f64b7b1e9301cc318eae03a8ddd3ca4ba.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/chrootuid/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/chrootuid/chrootuid-1.3-r2.ebuild X-VCS-Directories: app-admin/chrootuid/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: c068332f64b7b1e9301cc318eae03a8ddd3ca4ba X-VCS-Branch: master Date: Sat, 2 Mar 2019 19:52:28 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 99915597-967f-44d3-91a2-4960198e4105 X-Archives-Hash: bddeb2dc8068519c01aea39e0b977a30 commit: c068332f64b7b1e9301cc318eae03a8ddd3ca4ba Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Mar 2 19:51:32 2019 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Mar 2 19:52:20 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c068332f app-admin/chrootuid: stable 1.3-r2 for ia64, bug #677846 Package-Manager: Portage-2.3.62, Repoman-2.3.12 RepoMan-Options: --include-arches="ia64" Signed-off-by: Sergei Trofimovich gentoo.org> app-admin/chrootuid/chrootuid-1.3-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-admin/chrootuid/chrootuid-1.3-r2.ebuild b/app-admin/chrootuid/chrootuid-1.3-r2.ebuild index cdb02fef8c5..d42cb3a4552 100644 --- a/app-admin/chrootuid/chrootuid-1.3-r2.ebuild +++ b/app-admin/chrootuid/chrootuid-1.3-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ SRC_URI="ftp://ftp.porcupine.org/pub/security/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~x86" +KEYWORDS="~amd64 ~arm ia64 ~ppc ~x86" IUSE="" S="${WORKDIR}/${MY_P}"