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 6E5001395E2 for ; Sun, 13 Nov 2016 08:45:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D47E521C028; Sun, 13 Nov 2016 08:45:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 BF59D21C028 for ; Sun, 13 Nov 2016 08:45:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BA6853411FB for ; Sun, 13 Nov 2016 08:45:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 29A6D24BA for ; Sun, 13 Nov 2016 08:45:11 +0000 (UTC) From: "Markus Meier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markus Meier" Message-ID: <1479026695.0e8b879dd1a11fec3c6b80ee95e3d50126e1b039.maekke@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/ufraw/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/ufraw/ufraw-0.22.ebuild X-VCS-Directories: media-gfx/ufraw/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: 0e8b879dd1a11fec3c6b80ee95e3d50126e1b039 X-VCS-Branch: master Date: Sun, 13 Nov 2016 08:45: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: c6334b71-91f0-4f7d-8550-c4ab58b0d925 X-Archives-Hash: 821d6c4b5b3dfb1b71a2dd2ddb3a8b01 commit: 0e8b879dd1a11fec3c6b80ee95e3d50126e1b039 Author: Markus Meier gentoo org> AuthorDate: Sun Nov 13 08:44:55 2016 +0000 Commit: Markus Meier gentoo org> CommitDate: Sun Nov 13 08:44:55 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e8b879d media-gfx/ufraw: arm stable, bug #591210 Package-Manager: portage-2.3.2 RepoMan-Options: --include-arches="arm" media-gfx/ufraw/ufraw-0.22.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-gfx/ufraw/ufraw-0.22.ebuild b/media-gfx/ufraw/ufraw-0.22.ebuild index 4ddf348..3921ded 100644 --- a/media-gfx/ufraw/ufraw-0.22.ebuild +++ b/media-gfx/ufraw/ufraw-0.22.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris" IUSE="contrast fits gimp gnome gtk openmp timezone" REQUIRED_USE="gimp? ( gtk )"