summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2013-10-14 18:17:31 +0000
committerMichał Górny <mgorny@gentoo.org>2013-10-14 18:17:31 +0000
commita9093e8a9f82f6ef74951aed86364f756ef36768 (patch)
tree6144a78206353d2b0c15b8d803f7f292517c50df /media-video/vcdimager
parentMarked stable on AMD64 based on arch tester report by Elijah "Armageddon" El ... (diff)
downloadgentoo-2-a9093e8a9f82f6ef74951aed86364f756ef36768.tar.gz
gentoo-2-a9093e8a9f82f6ef74951aed86364f756ef36768.tar.bz2
gentoo-2-a9093e8a9f82f6ef74951aed86364f756ef36768.zip
Explicitly call einstalldocs in multilib_src_install_all() to accomodate bug #483304.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'media-video/vcdimager')
-rw-r--r--media-video/vcdimager/ChangeLog6
-rw-r--r--media-video/vcdimager/vcdimager-0.7.24.ebuild3
2 files changed, 7 insertions, 2 deletions
diff --git a/media-video/vcdimager/ChangeLog b/media-video/vcdimager/ChangeLog
index 185be232735b..20c4a3ff3545 100644
--- a/media-video/vcdimager/ChangeLog
+++ b/media-video/vcdimager/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-video/vcdimager
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/vcdimager/ChangeLog,v 1.69 2013/08/14 19:48:27 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vcdimager/ChangeLog,v 1.70 2013/10/14 18:17:31 mgorny Exp $
+
+ 14 Oct 2013; Michał Górny <mgorny@gentoo.org> vcdimager-0.7.24.ebuild:
+ Explicitly call einstalldocs in multilib_src_install_all() to accomodate bug
+ #483304.
*vcdimager-0.7.24 (14 Aug 2013)
diff --git a/media-video/vcdimager/vcdimager-0.7.24.ebuild b/media-video/vcdimager/vcdimager-0.7.24.ebuild
index cad4afbb5957..9595b41f04c5 100644
--- a/media-video/vcdimager/vcdimager-0.7.24.ebuild
+++ b/media-video/vcdimager/vcdimager-0.7.24.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/media-video/vcdimager/vcdimager-0.7.24.ebuild,v 1.1 2013/08/14 19:48:27 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vcdimager/vcdimager-0.7.24.ebuild,v 1.2 2013/10/14 18:17:31 mgorny Exp $
EAPI=5
inherit eutils multilib-minimal
@@ -49,4 +49,5 @@ multilib_src_configure() {
multilib_src_install_all() {
prune_libtool_files
+ einstalldocs
}