summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Kursawe <phosphan@gentoo.org>2004-03-03 12:09:06 +0000
committerPatrick Kursawe <phosphan@gentoo.org>2004-03-03 12:09:06 +0000
commitaa1dd5ab6b89fbedfdf040c92d027a56475868ba (patch)
tree15303d5a06893af1d7cadeedb353077cbaa1870f /media-libs/libemf
parentRemoved cvs in patch. (Manifest recommit) (diff)
downloadgentoo-2-aa1dd5ab6b89fbedfdf040c92d027a56475868ba.tar.gz
gentoo-2-aa1dd5ab6b89fbedfdf040c92d027a56475868ba.tar.bz2
gentoo-2-aa1dd5ab6b89fbedfdf040c92d027a56475868ba.zip
-> ppc
Diffstat (limited to 'media-libs/libemf')
-rw-r--r--media-libs/libemf/libemf-1.0.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/media-libs/libemf/libemf-1.0.ebuild b/media-libs/libemf/libemf-1.0.ebuild
index aac5bea8126f..28c06ca55cad 100644
--- a/media-libs/libemf/libemf-1.0.ebuild
+++ b/media-libs/libemf/libemf-1.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libemf/libemf-1.0.ebuild,v 1.4 2004/02/18 11:02:08 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libemf/libemf-1.0.ebuild,v 1.5 2004/03/03 12:09:06 phosphan Exp $
MY_P="${P/emf/EMF}"
@@ -9,7 +9,7 @@ HOMEPAGE="http://libemf.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
LICENSE="LGPL-2.1 GPL-2"
SLOT="0"
-KEYWORDS="x86 ~ppc"
+KEYWORDS="x86 ppc"
IUSE=""
DEPEND=""
@@ -21,7 +21,7 @@ src_unpack() {
unpack ${A}
if [ $(gcc-major-version) -ge 3 ]; then
einfo "gcc >= 3, patch needed"
- patch -p0 < ${FILESDIR}/${MY_P}-gcc3.patch || die "patch failed"
+ epatch ${FILESDIR}/${MY_P}-gcc3.patch
fi
}