aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan-Christofer Demay <jcdemay@gmail.com>2014-06-22 16:29:25 +0200
committerJonathan-Christofer Demay <jcdemay@gmail.com>2014-06-22 16:29:25 +0200
commit03917aeca50f3a5bfb3382205e973e7777a67570 (patch)
tree9b012497b885586aaa60975bf8e486663f1adcc6 /dev-ml/mlgmpidl/mlgmpidl-1.1.ebuild
parentadded missing deps (bug #514084) (diff)
downloadsci-03917aeca50f3a5bfb3382205e973e7777a67570.tar.gz
sci-03917aeca50f3a5bfb3382205e973e7777a67570.tar.bz2
sci-03917aeca50f3a5bfb3382205e973e7777a67570.zip
multiple version bumps
Diffstat (limited to 'dev-ml/mlgmpidl/mlgmpidl-1.1.ebuild')
-rw-r--r--dev-ml/mlgmpidl/mlgmpidl-1.1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ml/mlgmpidl/mlgmpidl-1.1.ebuild b/dev-ml/mlgmpidl/mlgmpidl-1.1.ebuild
index a2bf2eec4..6efca0c5f 100644
--- a/dev-ml/mlgmpidl/mlgmpidl-1.1.ebuild
+++ b/dev-ml/mlgmpidl/mlgmpidl-1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -12,7 +12,7 @@ SRC_URI="https://gforge.inria.fr/frs/download.php/20228/${PN}-${PV}.tgz"
LICENSE="LGPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~x86"
IUSE="doc +mpfr"
DEPEND=">=dev-lang/ocaml-3.09
@@ -49,7 +49,7 @@ src_compile() {
}
src_install(){
- emake install DESTDIR="${D}" || die "emake install failed"
+ DESTDIR="${D}" emake install || die "emake install failed"
dodoc README
if use doc; then