diff options
author | Matthias Maier <tamiko@gentoo.org> | 2014-10-23 17:37:26 +0000 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2014-10-23 17:37:26 +0000 |
commit | c189ab7c2f86e0f54777a6673f36c06b1a9e2543 (patch) | |
tree | 6033a340b0ac0b13ab452d0089b9e020f86ad89d /app-text/ghostscript-gpl | |
parent | Restore python-r1 version to SLOT 0 as well. (diff) | |
download | gentoo-2-c189ab7c2f86e0f54777a6673f36c06b1a9e2543.tar.gz gentoo-2-c189ab7c2f86e0f54777a6673f36c06b1a9e2543.tar.bz2 gentoo-2-c189ab7c2f86e0f54777a6673f36c06b1a9e2543.zip |
fix build dependency wrt bug #524676
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key BD3A97A3)
Diffstat (limited to 'app-text/ghostscript-gpl')
-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:= |