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 4B504138334 for ; Thu, 10 Oct 2019 01:14:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6B99AE0819; Thu, 10 Oct 2019 01:14:58 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 4FEFCE0819 for ; Thu, 10 Oct 2019 01:14:58 +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 ED5A334BAD9 for ; Thu, 10 Oct 2019 01:14:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8121E83E for ; Thu, 10 Oct 2019 01:14:54 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1570670070.0485402274682b6b2fdf1b92da532c9c5cda9d2f.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/ghostscript-gpl/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/ghostscript-gpl/ghostscript-gpl-9.28_rc4-r1.ebuild X-VCS-Directories: app-text/ghostscript-gpl/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 0485402274682b6b2fdf1b92da532c9c5cda9d2f X-VCS-Branch: master Date: Thu, 10 Oct 2019 01:14:54 +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: d0d819e4-788a-4086-852c-a929b59061c1 X-Archives-Hash: 7bd196beac8de3cea39f87758050f9f6 commit: 0485402274682b6b2fdf1b92da532c9c5cda9d2f Author: Thomas Deutschmann gentoo org> AuthorDate: Thu Oct 10 01:07:38 2019 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Thu Oct 10 01:14:30 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04854022 app-text/ghostscript-gpl: fix net-dns/libidn dependency Closes: https://bugs.gentoo.org/695728 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Thomas Deutschmann gentoo.org> app-text/ghostscript-gpl/ghostscript-gpl-9.28_rc4-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/ghostscript-gpl/ghostscript-gpl-9.28_rc4-r1.ebuild b/app-text/ghostscript-gpl/ghostscript-gpl-9.28_rc4-r1.ebuild index 12cf5f01563..e079c408870 100644 --- a/app-text/ghostscript-gpl/ghostscript-gpl-9.28_rc4-r1.ebuild +++ b/app-text/ghostscript-gpl/ghostscript-gpl-9.28_rc4-r1.ebuild @@ -43,7 +43,7 @@ DEPEND=" cups? ( >=net-print/cups-1.3.8 ) dbus? ( sys-apps/dbus ) gtk? ( || ( x11-libs/gtk+:3 x11-libs/gtk+:2 ) ) - unicode? ( net-dns/libidn:= ) + unicode? ( net-dns/libidn:0= ) tiff? ( >=media-libs/tiff-4.0.1:0= ) X? ( x11-libs/libXt x11-libs/libXext ) "