diff options
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/ghostscript-gpl/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/ghostscript-gpl/ghostscript-gpl-9.15.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/ghostscript-gpl/ChangeLog b/app-text/ghostscript-gpl/ChangeLog index 58ac3729dcda..b63e533b06fa 100644 --- a/app-text/ghostscript-gpl/ChangeLog +++ b/app-text/ghostscript-gpl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/ghostscript-gpl # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ChangeLog,v 1.175 2014/10/06 00:01:00 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ChangeLog,v 1.176 2014/10/23 17:37:26 tamiko Exp $ + + 23 Oct 2014; Matthias Maier <tamiko@gentoo.org> ghostscript-gpl-9.15.ebuild: + fix build dependency wrt bug #524676 *ghostscript-gpl-9.15 (06 Oct 2014) diff --git a/app-text/ghostscript-gpl/ghostscript-gpl-9.15.ebuild b/app-text/ghostscript-gpl/ghostscript-gpl-9.15.ebuild index 4745c8fb26e7..0745ae070bfa 100644 --- a/app-text/ghostscript-gpl/ghostscript-gpl-9.15.ebuild +++ b/app-text/ghostscript-gpl/ghostscript-gpl-9.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-9.15.ebuild,v 1.1 2014/10/06 00:01:00 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-9.15.ebuild,v 1.2 2014/10/23 17:37:26 tamiko Exp $ EAPI=5 @@ -27,7 +27,7 @@ COMMON_DEPEND=" media-libs/fontconfig >=media-libs/freetype-2.4.9:2= media-libs/jbig2dec - >=media-libs/lcms-2.5:2 + >=media-libs/lcms-2.6:2 >=media-libs/libpng-1.6.2:0= >=media-libs/tiff-4.0.1:0= >=sys-libs/zlib-1.2.7:= |