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 CA2C01395E2 for ; Tue, 15 Nov 2016 15:34:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86658E0CC9; Tue, 15 Nov 2016 15:34:29 +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 700CAE0CC9 for ; Tue, 15 Nov 2016 15:34:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 ADD12341229 for ; Tue, 15 Nov 2016 15:34:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50DC624C2 for ; Tue, 15 Nov 2016 15:34:25 +0000 (UTC) From: "Tobias Klausmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tobias Klausmann" Message-ID: <1479224040.850acd7dbb061b8ca49455674d27b4bf44e947c8.klausman@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: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: 850acd7dbb061b8ca49455674d27b4bf44e947c8 X-VCS-Branch: master Date: Tue, 15 Nov 2016 15:34:25 +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: 42c4b8be-3cc7-4442-889d-13df47d5bdce X-Archives-Hash: b639db123788b3aea1b5d27689e2c7a8 commit: 850acd7dbb061b8ca49455674d27b4bf44e947c8 Author: Tobias Klausmann gentoo org> AuthorDate: Tue Nov 15 15:34:00 2016 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Tue Nov 15 15:34:00 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=850acd7d media-gfx/ufraw-0.22-r0: stable on alpha Gentoo-Bug: 591210 media-gfx/ufraw/ufraw-0.22.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/ufraw/ufraw-0.22.ebuild b/media-gfx/ufraw/ufraw-0.22.ebuild index 3921ded..ca37a68 100644 --- a/media-gfx/ufraw/ufraw-0.22.ebuild +++ b/media-gfx/ufraw/ufraw-0.22.ebuild @@ -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 )"