diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-01-15 12:12:41 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-01-15 12:12:41 +0000 |
commit | 9ca54f143c1ec235226f5253619bdb59808a4cb2 (patch) | |
tree | 7fba29c3872f4012cbdc465a604ed05c9134eadb /eclass/autotools-multilib.eclass | |
parent | dev-vcs/git-cola: Version Bump (diff) | |
download | gentoo-2-9ca54f143c1ec235226f5253619bdb59808a4cb2.tar.gz gentoo-2-9ca54f143c1ec235226f5253619bdb59808a4cb2.tar.bz2 gentoo-2-9ca54f143c1ec235226f5253619bdb59808a4cb2.zip |
Actually enable in-source build support.
Diffstat (limited to 'eclass/autotools-multilib.eclass')
-rw-r--r-- | eclass/autotools-multilib.eclass | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/eclass/autotools-multilib.eclass b/eclass/autotools-multilib.eclass index 655c55dc1025..a7c647929894 100644 --- a/eclass/autotools-multilib.eclass +++ b/eclass/autotools-multilib.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/autotools-multilib.eclass,v 1.19 2013/11/24 10:53:43 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/autotools-multilib.eclass,v 1.20 2014/01/15 12:12:41 mgorny Exp $ # @ECLASS: autotools-multilib.eclass # @MAINTAINER: @@ -29,10 +29,6 @@ case ${EAPI:-0} in *) die "EAPI=${EAPI} is not supported" ;; esac -if [[ ${AUTOTOOLS_IN_SOURCE_BUILD} ]]; then - die "${ECLASS}: multilib support requires out-of-source builds." -fi - inherit autotools-utils eutils multilib-build multilib-minimal EXPORT_FUNCTIONS src_prepare src_configure src_compile src_test src_install |