diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-10-10 03:07:38 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-10-10 03:14:30 +0200 |
commit | 0485402274682b6b2fdf1b92da532c9c5cda9d2f (patch) | |
tree | e535a3316e67ef3babd2ab9319752458c55b3167 /app-text/ghostscript-gpl | |
parent | app-text/ghostscript-gpl: drop urw-fonts naming patch (diff) | |
download | gentoo-0485402274682b6b2fdf1b92da532c9c5cda9d2f.tar.gz gentoo-0485402274682b6b2fdf1b92da532c9c5cda9d2f.tar.bz2 gentoo-0485402274682b6b2fdf1b92da532c9c5cda9d2f.zip |
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 <whissi@gentoo.org>
Diffstat (limited to 'app-text/ghostscript-gpl')
-rw-r--r-- | app-text/ghostscript-gpl/ghostscript-gpl-9.28_rc4-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 12cf5f015638..e079c4088703 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 ) " |