summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lua')
-rw-r--r--dev-lua/luaexpat/ChangeLog5
-rw-r--r--dev-lua/luaexpat/luaexpat-1.2.0-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lua/luaexpat/ChangeLog b/dev-lua/luaexpat/ChangeLog
index f47a635b9fb2..1c2164879fc0 100644
--- a/dev-lua/luaexpat/ChangeLog
+++ b/dev-lua/luaexpat/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-lua/luaexpat
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lua/luaexpat/ChangeLog,v 1.9 2012/09/30 12:00:47 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lua/luaexpat/ChangeLog,v 1.10 2012/09/30 12:03:55 djc Exp $
+
+ 30 Sep 2012; Dirkjan Ochtman <djc@gentoo.org> luaexpat-1.2.0-r1.ebuild:
+ Port src_install() to emake (bug 436480).
30 Sep 2012; Dirkjan Ochtman <djc@gentoo.org> -luaexpat-1.2.0.ebuild:
Remove old version.
diff --git a/dev-lua/luaexpat/luaexpat-1.2.0-r1.ebuild b/dev-lua/luaexpat/luaexpat-1.2.0-r1.ebuild
index a44c24266b39..f1aafb4926d2 100644
--- a/dev-lua/luaexpat/luaexpat-1.2.0-r1.ebuild
+++ b/dev-lua/luaexpat/luaexpat-1.2.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lua/luaexpat/luaexpat-1.2.0-r1.ebuild,v 1.4 2012/09/28 17:33:24 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lua/luaexpat/luaexpat-1.2.0-r1.ebuild,v 1.5 2012/09/30 12:03:55 djc Exp $
EAPI=4
@@ -39,7 +39,7 @@ src_compile() {
}
src_install() {
- make DESTDIR="${D}" install
+ emake DESTDIR="${D}" install
dodoc README
dohtml -r doc/*
}