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 A694D139694 for ; Wed, 19 Apr 2017 06:55:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E3A5E0CE2; Wed, 19 Apr 2017 06:55:01 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E1464E0CE2 for ; Wed, 19 Apr 2017 06:55:00 +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 EF08433BE1A for ; Wed, 19 Apr 2017 06:54:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AFAA369BC for ; Wed, 19 Apr 2017 06:54:58 +0000 (UTC) From: "Michael Weber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Weber" Message-ID: <1492584893.3cbff7296fbea1fc97c8b332d1eeaa2fdba62e1f.xmw@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-cdr/dvd+rw-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-cdr/dvd+rw-tools/dvd+rw-tools-7.1-r3.ebuild X-VCS-Directories: app-cdr/dvd+rw-tools/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: 3cbff7296fbea1fc97c8b332d1eeaa2fdba62e1f X-VCS-Branch: master Date: Wed, 19 Apr 2017 06:54:58 +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: b36038ee-2da0-4a24-b71c-d5d31d4506c9 X-Archives-Hash: f67c277cd6f233d7573ec03972364fd0 commit: 3cbff7296fbea1fc97c8b332d1eeaa2fdba62e1f Author: Michael Weber gentoo org> AuthorDate: Wed Apr 19 06:46:45 2017 +0000 Commit: Michael Weber gentoo org> CommitDate: Wed Apr 19 06:54:53 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cbff729 app-cdr/dvd+rw-tools: arm ppc ppc64 stable (bug 615020). Package-Manager: Portage-2.3.5, Repoman-2.3.2 RepoMan-Options: --include-arches="arm arm64 ppc ppc64" app-cdr/dvd+rw-tools/dvd+rw-tools-7.1-r3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-cdr/dvd+rw-tools/dvd+rw-tools-7.1-r3.ebuild b/app-cdr/dvd+rw-tools/dvd+rw-tools-7.1-r3.ebuild index 35e05e7194a..08b570cebff 100644 --- a/app-cdr/dvd+rw-tools/dvd+rw-tools-7.1-r3.ebuild +++ b/app-cdr/dvd+rw-tools/dvd+rw-tools-7.1-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ SRC_URI="http://fy.chalmers.se/~appro/linux/DVD+RW/tools/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ppc ppc64 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux" IUSE="" RDEPEND="virtual/cdrtools"