diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2014-09-16 10:47:32 -0600 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2014-09-16 10:47:32 -0600 |
commit | b626c173514306fd782e756fa7bd4754f127a38e (patch) | |
tree | 8c749b84954601519b5090b328c84d0d9ce1da8f /sci-mathematics | |
parent | clean up (diff) | |
download | sci-b626c173514306fd782e756fa7bd4754f127a38e.tar.gz sci-b626c173514306fd782e756fa7bd4754f127a38e.tar.bz2 sci-b626c173514306fd782e756fa7bd4754f127a38e.zip |
clean up
Package-Manager: portage-2.2.8-r1
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/flocq/ChangeLog | 4 | ||||
-rw-r--r-- | sci-mathematics/flocq/flocq-2.3.0.ebuild | 3 |
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 } - |