diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-03-11 19:53:56 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-03-11 19:53:56 +0000 |
commit | 9128ed95b8ecac029663ac92045f4237d338b448 (patch) | |
tree | f9cd16f07676ab0b2726b9791ca2c59b31e663d0 /app-text/ghostscript-gpl | |
parent | Marked ~ppc for bug #306549. (diff) | |
download | gentoo-2-9128ed95b8ecac029663ac92045f4237d338b448.tar.gz gentoo-2-9128ed95b8ecac029663ac92045f4237d338b448.tar.bz2 gentoo-2-9128ed95b8ecac029663ac92045f4237d338b448.zip |
Drop redudant has_version. png_sig_cmp is in 1.2 series too.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-text/ghostscript-gpl')
-rw-r--r-- | app-text/ghostscript-gpl/ghostscript-gpl-8.71-r1.ebuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/app-text/ghostscript-gpl/ghostscript-gpl-8.71-r1.ebuild b/app-text/ghostscript-gpl/ghostscript-gpl-8.71-r1.ebuild index 55a630c448f4..abfd3b4eb6f8 100644 --- a/app-text/ghostscript-gpl/ghostscript-gpl-8.71-r1.ebuild +++ b/app-text/ghostscript-gpl/ghostscript-gpl-8.71-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-8.71-r1.ebuild,v 1.2 2010/03/08 10:25:36 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-8.71-r1.ebuild,v 1.3 2010/03/11 19:53:56 ssuominen Exp $ inherit autotools eutils versionator flag-o-matic @@ -115,11 +115,9 @@ src_unpack() { base/Makefile.in base/*.mak || die "sed failed" # http://repos.archlinux.org/wsvn/packages/ghostscript/trunk/libpng14.patch - if has_version ">=media-libs/libpng-1.4"; then - sed -i \ - -e 's:png_check_sig:png_sig_cmp:' \ - "${S}"/{,base,jbig2dec}/configure.ac || die - fi + sed -i \ + -e 's:png_check_sig:png_sig_cmp:' \ + "${S}"/{,base,jbig2dec}/configure.ac || die cd "${S}" eautoreconf |