diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-02-11 10:56:55 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-02-11 10:56:55 +0000 |
commit | c0086f0cbc9e074ec4d0f12a0ac92f7d4ba7e17f (patch) | |
tree | b6b733ccf2e8b0cb1eadbb59d49b7d47ad811950 /dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.3.1-r2.ebuild | |
parent | arm/sh love #134270 (diff) | |
download | gentoo-2-c0086f0cbc9e074ec4d0f12a0ac92f7d4ba7e17f.tar.gz gentoo-2-c0086f0cbc9e074ec4d0f12a0ac92f7d4ba7e17f.tar.bz2 gentoo-2-c0086f0cbc9e074ec4d0f12a0ac92f7d4ba7e17f.zip |
arm/sh love #134270
(Portage version: 2.1.2-r9)
Diffstat (limited to 'dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.3.1-r2.ebuild')
-rw-r--r-- | dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.3.1-r2.ebuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.3.1-r2.ebuild b/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.3.1-r2.ebuild index b25ab8015142..de8ce0e757a4 100644 --- a/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.3.1-r2.ebuild +++ b/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.3.1-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.3.1-r2.ebuild,v 1.1 2006/03/09 20:45:49 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.3.1-r2.ebuild,v 1.2 2007/02/11 10:56:55 vapier Exp $ inherit php-pear-r1 eutils @@ -8,17 +8,15 @@ DESCRIPTION="Provides classes to deal with creation and manipulation of mime mes LICENSE="PHP" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="" src_unpack() { unpack ${A} - cd "${S}" # Fix DOS encodings edos2unix * - # Fix bug #125451 - epatch "${FILESDIR}/php-pass-by-reference-fix.patch" + epatch "${FILESDIR}"/php-pass-by-reference-fix.patch #125451 } |