summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-04-15 17:34:19 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-04-15 17:34:19 +0000
commit45e9172e67dd4b1c1385aaef2eca51aca24c0861 (patch)
treea3fb81420bb590bdf74a573e54405d5803a832ff /media-gfx/povray
parentAlso update 2.8 branch with libffi/debug changes (diff)
downloadgentoo-2-45e9172e67dd4b1c1385aaef2eca51aca24c0861.tar.gz
gentoo-2-45e9172e67dd4b1c1385aaef2eca51aca24c0861.tar.bz2
gentoo-2-45e9172e67dd4b1c1385aaef2eca51aca24c0861.zip
Force at least libpng 1.4 in order to remove ugly has_version workaround
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx/povray')
-rw-r--r--media-gfx/povray/povray-3.6.1-r4.ebuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/media-gfx/povray/povray-3.6.1-r4.ebuild b/media-gfx/povray/povray-3.6.1-r4.ebuild
index 5e38fa0bf0e4..bf04a1aed469 100644
--- a/media-gfx/povray/povray-3.6.1-r4.ebuild
+++ b/media-gfx/povray/povray-3.6.1-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/povray/povray-3.6.1-r4.ebuild,v 1.13 2011/02/26 18:23:12 signals Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/povray/povray-3.6.1-r4.ebuild,v 1.14 2011/04/15 17:34:19 ssuominen Exp $
inherit flag-o-matic eutils autotools
@@ -13,7 +13,7 @@ SLOT="0"
KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE="svga tiff X"
-DEPEND="media-libs/libpng
+DEPEND=">=media-libs/libpng-1.4
tiff? ( >=media-libs/tiff-3.6.1 )
virtual/jpeg
sys-libs/zlib
@@ -25,9 +25,7 @@ src_unpack() {
unpack ${A}
cd "${S}"
- has_version ">=media-libs/libpng-1.4" && epatch \
- "${FILESDIR}"/${P}-libpng14.patch
-
+ epatch "${FILESDIR}"/${P}-libpng14.patch
epatch "${FILESDIR}"/${P}-configure.patch
epatch "${FILESDIR}"/${P}-find-egrep.patch