summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-03-07 19:59:57 +0000
committerJustin Lecher <jlec@gentoo.org>2015-03-07 19:59:57 +0000
commit3b725f8df06c461b0e1b841ec47dbae335186830 (patch)
tree287eb57a76fe81d4ba05eab9f2fc0711ba97248f /sci-biology
parentFix type for pread/pwrite. Bug #541694. (diff)
downloadgentoo-2-3b725f8df06c461b0e1b841ec47dbae335186830.tar.gz
gentoo-2-3b725f8df06c461b0e1b841ec47dbae335186830.tar.bz2
gentoo-2-3b725f8df06c461b0e1b841ec47dbae335186830.zip
Fix broken doc installations, #542348
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'sci-biology')
-rw-r--r--sci-biology/cutg/ChangeLog5
-rw-r--r--sci-biology/cutg/cutg-160-r1.ebuild5
2 files changed, 6 insertions, 4 deletions
diff --git a/sci-biology/cutg/ChangeLog b/sci-biology/cutg/ChangeLog
index 147db5682017..6439310caa0e 100644
--- a/sci-biology/cutg/ChangeLog
+++ b/sci-biology/cutg/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-biology/cutg
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/cutg/ChangeLog,v 1.57 2015/03/05 10:14:41 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/cutg/ChangeLog,v 1.58 2015/03/07 19:59:57 jlec Exp $
+
+ 07 Mar 2015; Justin Lecher <jlec@gentoo.org> cutg-160-r1.ebuild:
+ Fix broken doc installations, #542348
*cutg-160-r1 (05 Mar 2015)
diff --git a/sci-biology/cutg/cutg-160-r1.ebuild b/sci-biology/cutg/cutg-160-r1.ebuild
index 4e576d290520..af80a2de92c3 100644
--- a/sci-biology/cutg/cutg-160-r1.ebuild
+++ b/sci-biology/cutg/cutg-160-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/cutg/cutg-160-r1.ebuild,v 1.1 2015/03/05 10:14:41 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/cutg/cutg-160-r1.ebuild,v 1.2 2015/03/07 19:59:57 jlec Exp $
EAPI=5
@@ -32,6 +32,7 @@ src_compile() {
src_install() {
local file
+ dodoc README CODON_LABEL SPSUM_LABEL
if ! use minimal; then
dodir /usr/share/${PN}
mv *.codon *.spsum "${ED}"/usr/share/${PN} || die \
@@ -46,6 +47,4 @@ src_install() {
"Installing the EMBOSS-indexed database failed."
done
fi
-
- dodoc README CODON_LABEL SPSUM_LABEL
}