diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2014-09-22 23:55:41 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-09-22 23:55:41 +0000 |
commit | b62bbed6955d1b8bf383a4ef195d12153fbdb6a4 (patch) | |
tree | 5a4aeb1a2fa5e4b9dc6885f3298de467d86a394d /net-libs | |
parent | add GOG-EULA to LICENSES (diff) | |
download | gentoo-2-b62bbed6955d1b8bf383a4ef195d12153fbdb6a4.tar.gz gentoo-2-b62bbed6955d1b8bf383a4ef195d12153fbdb6a4.tar.bz2 gentoo-2-b62bbed6955d1b8bf383a4ef195d12153fbdb6a4.zip |
Avoid rebuilding docs for each abi.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/axtls/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/axtls/axtls-1.4.9-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/axtls/ChangeLog b/net-libs/axtls/ChangeLog index fe2cf2e7d216..6ce5cc264352 100644 --- a/net-libs/axtls/ChangeLog +++ b/net-libs/axtls/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/axtls # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/axtls/ChangeLog,v 1.29 2014/09/22 20:08:28 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/axtls/ChangeLog,v 1.30 2014/09/22 23:55:41 blueness Exp $ + + 22 Sep 2014; Anthony G. Basile <blueness@gentoo.org> axtls-1.4.9-r1.ebuild: + Avoid rebuilding docs for each abi. 22 Sep 2014; Anthony G. Basile <blueness@gentoo.org> axtls-1.4.9-r1.ebuild: Fix build with USE=doc diff --git a/net-libs/axtls/axtls-1.4.9-r1.ebuild b/net-libs/axtls/axtls-1.4.9-r1.ebuild index 376d0da6944c..74e8830d1af9 100644 --- a/net-libs/axtls/axtls-1.4.9-r1.ebuild +++ b/net-libs/axtls/axtls-1.4.9-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/axtls/axtls-1.4.9-r1.ebuild,v 1.3 2014/09/22 20:08:28 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/axtls/axtls-1.4.9-r1.ebuild,v 1.4 2014/09/22 23:55:41 blueness Exp $ EAPI="5" @@ -156,7 +156,7 @@ multilib_src_install() { fi # The build system needs to install before it builds docs - if use doc; then + if multilib_is_native_abi && use doc; then emake docs dodoc -r docsrc/html fi |