diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-10-14 18:17:33 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-10-14 18:17:33 +0000 |
commit | 7b0c7124dc762eea348284cf5d1982b42704ddaf (patch) | |
tree | 961722de7b6d764b6ec4c67c362f6c580968fb4d /media-video/vcdimager/vcdimager-0.7.24.ebuild | |
parent | Marked stable on AMD64 based on arch tester report by Elijah "Armageddon" El ... (diff) | |
download | historical-7b0c7124dc762eea348284cf5d1982b42704ddaf.tar.gz historical-7b0c7124dc762eea348284cf5d1982b42704ddaf.tar.bz2 historical-7b0c7124dc762eea348284cf5d1982b42704ddaf.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 'media-video/vcdimager/vcdimager-0.7.24.ebuild')
-rw-r--r-- | media-video/vcdimager/vcdimager-0.7.24.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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 } |