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 519171382C5 for ; Sat, 17 Mar 2018 21:47:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7FE21E08D0; Sat, 17 Mar 2018 21:47:50 +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 565A8E08D0 for ; Sat, 17 Mar 2018 21:47:50 +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 61F1D335CE9 for ; Sat, 17 Mar 2018 21:47:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E6F0D232 for ; Sat, 17 Mar 2018 21:47:47 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1521323262.d94fea344beba5d6750df20b574d74737232d696.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/interceptty/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/interceptty/interceptty-0.6-r1.ebuild X-VCS-Directories: app-misc/interceptty/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: d94fea344beba5d6750df20b574d74737232d696 X-VCS-Branch: master Date: Sat, 17 Mar 2018 21:47:47 +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: 785e8697-6001-4798-b148-095e1415d13e X-Archives-Hash: e223643b71eaaa4bb99b2f1903e6f539 commit: d94fea344beba5d6750df20b574d74737232d696 Author: Patrice Clement gentoo org> AuthorDate: Sat Mar 17 21:46:29 2018 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sat Mar 17 21:47:42 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d94fea34 app-misc/interceptty: clean up old. Package-Manager: Portage-2.3.24, Repoman-2.3.6 app-misc/interceptty/interceptty-0.6-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/interceptty/interceptty-0.6-r1.ebuild b/app-misc/interceptty/interceptty-0.6-r1.ebuild index 7648068d4ad..c5ad585cc5e 100644 --- a/app-misc/interceptty/interceptty-0.6-r1.ebuild +++ b/app-misc/interceptty/interceptty-0.6-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 @@ -9,7 +9,7 @@ SRC_URI="http://www.suspectclass.com/~sgifford/${PN}/files/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" DOCS=( AUTHORS NEWS README TODO )