summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2013-10-13 19:57:08 +0000
committerMichał Górny <mgorny@gentoo.org>2013-10-13 19:57:08 +0000
commitf62dd62feacec3c7cacbe11df90be8cc3fcc5ff3 (patch)
tree9e9e919cad37a54dd7cbaa3f40ba7966c7ec42aa /dev-libs/elfutils/elfutils-0.155-r1.ebuild
parentExplicitly call einstalldocs in multilib_src_install_all() to accomodate bug ... (diff)
downloadhistorical-f62dd62feacec3c7cacbe11df90be8cc3fcc5ff3.tar.gz
historical-f62dd62feacec3c7cacbe11df90be8cc3fcc5ff3.tar.bz2
historical-f62dd62feacec3c7cacbe11df90be8cc3fcc5ff3.zip
Explicitly call einstalldocs in multilib_src_install_all() to accomodate bug #483304.
Package-Manager: portage-2.2.7/cvs/Linux x86_64 Manifest-Sign-Key: 0xEFB4464E!
Diffstat (limited to 'dev-libs/elfutils/elfutils-0.155-r1.ebuild')
-rw-r--r--dev-libs/elfutils/elfutils-0.155-r1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-libs/elfutils/elfutils-0.155-r1.ebuild b/dev-libs/elfutils/elfutils-0.155-r1.ebuild
index 30b0d33b6111..1563bd81d52c 100644
--- a/dev-libs/elfutils/elfutils-0.155-r1.ebuild
+++ b/dev-libs/elfutils/elfutils-0.155-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.155-r1.ebuild,v 1.1 2013/08/16 12:36:03 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.155-r1.ebuild,v 1.2 2013/10/13 19:57:05 mgorny Exp $
EAPI="4"
@@ -66,6 +66,7 @@ multilib_src_test() {
}
multilib_src_install_all() {
+ einstalldocs
dodoc NOTES
# These build quick, and are needed for most tests, so don't
# disable their building when the USE flag is disabled.