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 97883138350 for ; Fri, 14 Feb 2020 09:10:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60816E0830; Fri, 14 Feb 2020 09:10:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 42998E0830 for ; Fri, 14 Feb 2020 09:10:22 +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 31D3A34EDB1 for ; Fri, 14 Feb 2020 09:10:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D920138 for ; Fri, 14 Feb 2020 09:10:07 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1581671398.92d27c92930004acf7f2ae4b25a1fa2d331095f7.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-print/gutenprint/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-print/gutenprint/gutenprint-5.3.1.ebuild net-print/gutenprint/gutenprint-5.3.3.ebuild X-VCS-Directories: net-print/gutenprint/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 92d27c92930004acf7f2ae4b25a1fa2d331095f7 X-VCS-Branch: master Date: Fri, 14 Feb 2020 09:10:07 +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: 01abded1-37d8-447b-b235-7ab5b5d99c20 X-Archives-Hash: 257f13aa767ec13980992d406237930c commit: 92d27c92930004acf7f2ae4b25a1fa2d331095f7 Author: Miroslav Šulc gentoo org> AuthorDate: Fri Feb 14 09:09:46 2020 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Fri Feb 14 09:09:58 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92d27c92 net-print/gutenprint: restricted gimp version Closes: https://bugs.gentoo.org/613278 Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: Miroslav Šulc gentoo.org> net-print/gutenprint/gutenprint-5.3.1.ebuild | 3 ++- net-print/gutenprint/gutenprint-5.3.3.ebuild | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/net-print/gutenprint/gutenprint-5.3.1.ebuild b/net-print/gutenprint/gutenprint-5.3.1.ebuild index 708b353c5f5..fcbf7a181fe 100644 --- a/net-print/gutenprint/gutenprint-5.3.1.ebuild +++ b/net-print/gutenprint/gutenprint-5.3.1.ebuild @@ -18,11 +18,12 @@ KEYWORDS="~alpha amd64 arm hppa ia64 ppc ppc64 sparc x86" IUSE="cups gimp gtk nls readline ppds static-libs" REQUIRED_USE="gimp? ( gtk )" +# gimp restriction: https://sourceforge.net/p/gimp-print/bugs/725/ RDEPEND=" dev-lang/perl readline? ( sys-libs/readline:0= ) cups? ( >=net-print/cups-1.1.14 ) - gimp? ( >=media-gfx/gimp-2.2 x11-libs/gtk+:2 ) + gimp? (