diff options
author | Samuli Suominen <drac@gentoo.org> | 2007-11-11 06:20:32 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2007-11-11 06:20:32 +0000 |
commit | 248023d5714d28df62f3cd2b6f7b31b5774c3590 (patch) | |
tree | 883d3027aa48b49817668763658fa3e0b97cfe69 | |
parent | Override CC, LD, thanks to drac (diff) | |
download | gentoo-2-248023d5714d28df62f3cd2b6f7b31b5774c3590.tar.gz gentoo-2-248023d5714d28df62f3cd2b6f7b31b5774c3590.tar.bz2 gentoo-2-248023d5714d28df62f3cd2b6f7b31b5774c3590.zip |
amd64 stable wrt #198416 and use emake in src_install with D quoted.
(Portage version: 2.1.3.19)
-rw-r--r-- | media-libs/liblrdf/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/liblrdf/liblrdf-0.4.0.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/media-libs/liblrdf/ChangeLog b/media-libs/liblrdf/ChangeLog index 7388b2c4cdca..a35faf015003 100644 --- a/media-libs/liblrdf/ChangeLog +++ b/media-libs/liblrdf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/liblrdf # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/liblrdf/ChangeLog,v 1.25 2007/11/10 21:43:05 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/liblrdf/ChangeLog,v 1.26 2007/11/11 06:20:32 drac Exp $ + + 11 Nov 2007; Samuli Suominen <drac@gentoo.org> liblrdf-0.4.0.ebuild: + amd64 stable wrt #198416 and use emake in src_install with D quoted. 10 Nov 2007; Markus Rothe <corsair@gentoo.org> liblrdf-0.4.0.ebuild: Stable on ppc64; bug #198416 diff --git a/media-libs/liblrdf/liblrdf-0.4.0.ebuild b/media-libs/liblrdf/liblrdf-0.4.0.ebuild index 3daf6ce1342b..570e9a7b5772 100644 --- a/media-libs/liblrdf/liblrdf-0.4.0.ebuild +++ b/media-libs/liblrdf/liblrdf-0.4.0.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/liblrdf/liblrdf-0.4.0.ebuild,v 1.3 2007/11/10 21:43:05 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/liblrdf/liblrdf-0.4.0.ebuild,v 1.4 2007/11/11 06:20:32 drac Exp $ DESCRIPTION="A library for the manipulation of RDF file in LADSPA plugins" HOMEPAGE="http://lrdf.sourceforge.net" SRC_URI="mirror://sourceforge/lrdf/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc-macos ppc64 ~sparc ~x86" +KEYWORDS="amd64 ~ppc ppc64 ~sparc ~x86" IUSE="" RDEPEND=">=media-libs/raptor-0.9.12 @@ -16,6 +16,6 @@ DEPEND="${RDEPEND} dev-util/pkgconfig" src_install() { - make DESTDIR=${D} install || die "make install failed" + emake DESTDIR="${D}" install || die "emake install failed." dodoc AUTHORS ChangeLog NEWS README } |