diff options
author | Ulrich Müller <ulm@gentoo.org> | 2010-03-08 16:58:09 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2010-03-08 16:58:09 +0000 |
commit | b8a6c5df97393c2c3731b518f03b97855e214a33 (patch) | |
tree | 2e4c74e8718e349157e1f1529f06b1e3a5ede1ed /x11-libs/openmotif | |
parent | Marking netatalk-2.0.5-r1 ppc64 for bug 252210 (diff) | |
download | gentoo-2-b8a6c5df97393c2c3731b518f03b97855e214a33.tar.gz gentoo-2-b8a6c5df97393c2c3731b518f03b97855e214a33.tar.bz2 gentoo-2-b8a6c5df97393c2c3731b518f03b97855e214a33.zip |
Move epatch commands together.
(Portage version: 2.2_rc65/cvs/Linux i686)
Diffstat (limited to 'x11-libs/openmotif')
-rw-r--r-- | x11-libs/openmotif/openmotif-2.3.2-r2.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/x11-libs/openmotif/openmotif-2.3.2-r2.ebuild b/x11-libs/openmotif/openmotif-2.3.2-r2.ebuild index 71ecce326319..d42f5366129e 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.4 2010/03/08 13:41:37 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.2-r2.ebuild,v 1.5 2010/03/08 16:58:09 ulm Exp $ EAPI=3 @@ -14,7 +14,7 @@ LICENSE="MOTIF MIT" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="doc examples jpeg png unicode xft" -# license allows usage only on "open source operating systems" +# license allows distribution only for "open source operating systems" RESTRICT="!kernel_linux? ( !kernel_FreeBSD? ( !kernel_Darwin? ( @@ -86,6 +86,7 @@ src_prepare() { epatch "${FILESDIR}/${P}-ldflags.patch" #293573 epatch "${FILESDIR}/${P}-ddd-layout.patch" #303887 epatch "${FILESDIR}/${P}-sanitise-paths.patch" + epatch "${FILESDIR}/${P}-libpng14.patch" [[ ${CHOST} == *-solaris2.11 ]] \ && epatch "${FILESDIR}/${P}-solaris-2.11.patch" @@ -95,8 +96,6 @@ 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 - epatch "${FILESDIR}"/${P}-libpng14.patch - AT_M4DIR=. eautoreconf } |