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 8B5B21382C5 for ; Thu, 8 Feb 2018 22:13:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49A26E0A45; Thu, 8 Feb 2018 22:13:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 22A4FE0A45 for ; Thu, 8 Feb 2018 22:13:17 +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 D3A17335C56 for ; Thu, 8 Feb 2018 22:13:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E81171E7 for ; Thu, 8 Feb 2018 22:13:11 +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: <1518127980.8f5d1bef7bb6ffac1e2b98ec3ba6d73bf0c25f9b.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-cdr/nrg2iso/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-cdr/nrg2iso/nrg2iso-0.4-r2.ebuild X-VCS-Directories: app-cdr/nrg2iso/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 8f5d1bef7bb6ffac1e2b98ec3ba6d73bf0c25f9b X-VCS-Branch: master Date: Thu, 8 Feb 2018 22:13:11 +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: 0984b7fa-ec01-45c0-90d4-20b660dc7b41 X-Archives-Hash: 74bc97dcb61bb8ccb7f7a5029124737d commit: 8f5d1bef7bb6ffac1e2b98ec3ba6d73bf0c25f9b Author: Rolf Eike Beer sf-mail de> AuthorDate: Thu Feb 8 22:03:56 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Thu Feb 8 22:13:00 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f5d1bef app-cdr/nrg2iso: stable 0.4-r2 for sparc, bug #646972 Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="sparc" app-cdr/nrg2iso/nrg2iso-0.4-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-cdr/nrg2iso/nrg2iso-0.4-r2.ebuild b/app-cdr/nrg2iso/nrg2iso-0.4-r2.ebuild index 30048df034e..66fa97d50c2 100644 --- a/app-cdr/nrg2iso/nrg2iso-0.4-r2.ebuild +++ b/app-cdr/nrg2iso/nrg2iso-0.4-r2.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" @@ -15,7 +15,7 @@ SRC_URI="http://gregory.kokanosky.free.fr/v4/linux/${P}.tar.gz LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="~amd64 ~ppc ~ppc64 sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos" IUSE="test" DOCS=( CHANGELOG )