aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sci-mathematics/flocq/ChangeLog4
-rw-r--r--sci-mathematics/flocq/flocq-2.3.0.ebuild3
2 files changed, 4 insertions, 3 deletions
diff --git a/sci-mathematics/flocq/ChangeLog b/sci-mathematics/flocq/ChangeLog
index 2f56c9850..e0f23aa8e 100644
--- a/sci-mathematics/flocq/ChangeLog
+++ b/sci-mathematics/flocq/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 16 Sep 2014; Christoph Junghans <ottxor@gentoo.org> flocq-2.3.0.ebuild:
+ clean up
+
21 Jun 2014; Jonathan-Christofer Demay <jcdemay@gmail.com>
-flocq-2.1.0.ebuild, +flocq-2.3.0.ebuild:
version bump
@@ -21,4 +24,3 @@
13 Feb 2011; Jonathan-Christofer Demay <jcdemay@gmail.com>
+metadata.xml, +ChangeLog:
QA fixes
-
diff --git a/sci-mathematics/flocq/flocq-2.3.0.ebuild b/sci-mathematics/flocq/flocq-2.3.0.ebuild
index b821ae8f7..b77ea1972 100644
--- a/sci-mathematics/flocq/flocq-2.3.0.ebuild
+++ b/sci-mathematics/flocq/flocq-2.3.0.ebuild
@@ -31,7 +31,6 @@ src_compile() {
}
src_install() {
- DESTDIR="${D}" ./remake install || die "emake install failed"
+ DESTDIR="${D}" ./remake install
dodoc NEWS README AUTHORS ChangeLog
}
-