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 E8F8B138359 for ; Thu, 23 Jul 2020 05:15:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ADA38E08A0; Thu, 23 Jul 2020 05:15:17 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 914D0E08A0 for ; Thu, 23 Jul 2020 05:15:17 +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 0DA6A34EE86 for ; Thu, 23 Jul 2020 05:15:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7BAFE2ED for ; Thu, 23 Jul 2020 05:15:11 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1595481212.c1383134cd104e7f9a1df3aa416892d2d7b5d112.kentnl@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-r3.ebuild X-VCS-Directories: media-gfx/ufraw/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: c1383134cd104e7f9a1df3aa416892d2d7b5d112 X-VCS-Branch: master Date: Thu, 23 Jul 2020 05:15: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9ab4d1ae-871d-46c9-8def-3f74f32f3fea X-Archives-Hash: a90f06e6af5dcfdfe1f03d12bfcc9fce commit: c1383134cd104e7f9a1df3aa416892d2d7b5d112 Author: Kent Fredric gentoo org> AuthorDate: Thu Jul 23 04:52:14 2020 +0000 Commit: Kent Fredric gentoo org> CommitDate: Thu Jul 23 05:13:32 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1383134 media-gfx/ufraw: Drop solaris prefixes re bug #690140 Depends: - media-gfx/gimp - media-libs/gegl - media-video/ffmpeg - net-misc/wget - dev-perl/IO-Socket-SSL Bug: https://bugs.gentoo.org/690140 Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric gentoo.org> media-gfx/ufraw/ufraw-0.22-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/ufraw/ufraw-0.22-r3.ebuild b/media-gfx/ufraw/ufraw-0.22-r3.ebuild index 9d1ace9d197..23f139c7fab 100644 --- a/media-gfx/ufraw/ufraw-0.22-r3.ebuild +++ b/media-gfx/ufraw/ufraw-0.22-r3.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux" IUSE="contrast fits gimp gnome gtk openmp timezone" REQUIRED_USE="gimp? ( gtk )"