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 2587A138336 for ; Sat, 1 Jun 2019 21:56:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4C8EE0824; Sat, 1 Jun 2019 21:56:53 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 8ADE2E0822 for ; Sat, 1 Jun 2019 21:56:53 +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 2CCC3345519 for ; Sat, 1 Jun 2019 21:56:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 128DA603 for ; Sat, 1 Jun 2019 21:56:50 +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: <1559426145.98d36a7347b4a5d26a3493af8a87a6ef37d2110e.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/i2bits/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/i2bits/i2bits-0.1.0.ebuild X-VCS-Directories: app-misc/i2bits/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 98d36a7347b4a5d26a3493af8a87a6ef37d2110e X-VCS-Branch: master Date: Sat, 1 Jun 2019 21:56:50 +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: 887c3561-6f82-430e-8616-267d10bd3713 X-Archives-Hash: 87d44636becb24b73413760ea8016722 commit: 98d36a7347b4a5d26a3493af8a87a6ef37d2110e Author: Patrice Clement gentoo org> AuthorDate: Mon May 27 17:24:37 2019 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sat Jun 1 21:55:45 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98d36a73 app-misc/i2bits: stable for amd64+x86. Signed-off-by: Patrice Clement gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 app-misc/i2bits/i2bits-0.1.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/i2bits/i2bits-0.1.0.ebuild b/app-misc/i2bits/i2bits-0.1.0.ebuild index f4d07dee5b4..4bb902c770b 100644 --- a/app-misc/i2bits/i2bits-0.1.0.ebuild +++ b/app-misc/i2bits/i2bits-0.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,4 +11,4 @@ SRC_URI="http://unixdev.ru/src/${P}.tar.gz" LICENSE="WTFPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86"