From: Mike Frysinger Date: Sun, 11 Feb 2007 11:10:06 +0000 (+0000) Subject: arm/sh love #157154 by Shvetsov Alexey X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=26d73fee0de164b28e4e78920248df0b00ea7633;p=gentoo.git arm/sh love #157154 by Shvetsov Alexey Package-Manager: portage-2.1.2-r9 --- diff --git a/media-libs/taglib/taglib-1.4-r1.ebuild b/media-libs/taglib/taglib-1.4-r1.ebuild index 55ef9dbcfc54..7f1a56e5cf71 100644 --- a/media-libs/taglib/taglib-1.4-r1.ebuild +++ b/media-libs/taglib/taglib-1.4-r1.ebuild @@ -1,16 +1,16 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/taglib/taglib-1.4-r1.ebuild,v 1.7 2007/02/04 06:50:11 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/taglib/taglib-1.4-r1.ebuild,v 1.8 2007/02/11 11:10:06 vapier Exp $ inherit libtool eutils DESCRIPTION="A library for reading and editing audio meta data" HOMEPAGE="http://developer.kde.org/~wheeler/taglib.html" SRC_URI="http://developer.kde.org/~wheeler/files/src/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 hppa ~ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd" IUSE="debug" DEPEND="sys-libs/zlib" @@ -18,9 +18,7 @@ DEPEND="sys-libs/zlib" src_unpack() { unpack ${A} cd "${S}" - - epatch "${FILESDIR}/${P}-dirtypointer.patch" - + epatch "${FILESDIR}"/${P}-dirtypointer.patch elibtoolize } @@ -30,6 +28,6 @@ src_compile() { } src_install() { - make DESTDIR=${D} install || die + emake DESTDIR="${D}" install || die dodoc AUTHORS ChangeLog README TODO }