diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-03-08 13:41:37 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-03-08 13:41:37 +0000 |
commit | 8f22ab5785a9c607609ecdefbf51b69648998427 (patch) | |
tree | 85bfb546ac0faafc10519546af292b474fe3605f /x11-libs/openmotif | |
parent | Maintenance release for 1.3.2, and final 1.3.3 release, bug #307075. Also rem... (diff) | |
download | gentoo-2-8f22ab5785a9c607609ecdefbf51b69648998427.tar.gz gentoo-2-8f22ab5785a9c607609ecdefbf51b69648998427.tar.bz2 gentoo-2-8f22ab5785a9c607609ecdefbf51b69648998427.zip |
Drop redudant has_version, png_sig_cmp is already available in 1.2.x series
(Portage version: 2.2_rc65/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/openmotif')
-rw-r--r-- | x11-libs/openmotif/openmotif-2.3.2-r2.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
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 } |