diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-10-13 20:17:01 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-10-13 20:17:01 +0000 |
commit | 0257ab53126a698da32065b71eaefc017b82b1fb (patch) | |
tree | cfcf55c5d49745c0415fa6943ed37a50c3ceee07 /dev-libs | |
parent | Depend on udev-init-scripts unconditionally, bug 487080. (diff) | |
download | gentoo-2-0257ab53126a698da32065b71eaefc017b82b1fb.tar.gz gentoo-2-0257ab53126a698da32065b71eaefc017b82b1fb.tar.bz2 gentoo-2-0257ab53126a698da32065b71eaefc017b82b1fb.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 'dev-libs')
-rw-r--r-- | dev-libs/glib/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/glib/glib-2.36.4-r1.ebuild | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/dev-libs/glib/ChangeLog b/dev-libs/glib/ChangeLog index 96af3b6bddd3..acd05422556f 100644 --- a/dev-libs/glib/ChangeLog +++ b/dev-libs/glib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/glib # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v 1.578 2013/09/29 10:39:57 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v 1.579 2013/10/13 20:17:01 mgorny Exp $ + + 13 Oct 2013; Michał Górny <mgorny@gentoo.org> glib-2.36.4-r1.ebuild: + Explicitly call einstalldocs in multilib_src_install_all() to accomodate bug + #483304. 29 Sep 2013; Pacho Ramos <pacho@gentoo.org> glib-2.36.4-r1.ebuild: Support compilation in clang until upstream solves this, upstream bug #691608 diff --git a/dev-libs/glib/glib-2.36.4-r1.ebuild b/dev-libs/glib/glib-2.36.4-r1.ebuild index 30b209360d69..4016a6b48ea5 100644 --- a/dev-libs/glib/glib-2.36.4-r1.ebuild +++ b/dev-libs/glib/glib-2.36.4-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/glib/glib-2.36.4-r1.ebuild,v 1.4 2013/09/29 10:39:57 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.36.4-r1.ebuild,v 1.5 2013/10/13 20:17:01 mgorny Exp $ EAPI="5" PYTHON_COMPAT=( python2_{6,7} ) @@ -214,6 +214,8 @@ multilib_src_configure() { } multilib_src_install_all() { + einstalldocs + if use utils ; then python_replicate_script "${ED}"/usr/bin/gtester-report else |