From 8f22ab5785a9c607609ecdefbf51b69648998427 Mon Sep 17 00:00:00 2001 From: Samuli Suominen Date: Mon, 8 Mar 2010 13:41:37 +0000 Subject: Drop redudant has_version, png_sig_cmp is already available in 1.2.x series (Portage version: 2.2_rc65/cvs/Linux x86_64) --- x11-libs/openmotif/openmotif-2.3.2-r2.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'x11-libs/openmotif') diff --git a/x11-libs/openmotif/openmotif-2.3.2-r2.ebuild b/x11-libs/openmotif/openmotif-2.3.2-r2.ebuild index a0355556a25c..71ecce326319 100644 --- a/x11-libs/openmotif/openmotif-2.3.2-r2.ebuild +++ b/x11-libs/openmotif/openmotif-2.3.2-r2.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/x11-libs/openmotif/openmotif-2.3.2-r2.ebuild,v 1.3 2010/03/08 12:00:22 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.2-r2.ebuild,v 1.4 2010/03/08 13:41:37 ssuominen Exp $ EAPI=3 @@ -95,8 +95,7 @@ src_prepare() { # add X.Org vendor string to aliases for virtual bindings echo -e '"The X.Org Foundation"\t\t\t\t\tpc' >>bindings/xmbind.alias - has_version ">=media-libs/libpng-1.4" && epatch \ - "${FILESDIR}"/${P}-libpng14.patch + epatch "${FILESDIR}"/${P}-libpng14.patch AT_M4DIR=. eautoreconf } -- cgit v1.2.3-65-gdbad