autotools-multilib.eclass: [QA] inherit ltprune.eclass directly
authorDavid Seifert <soap@gentoo.org>
Sat, 15 Feb 2020 09:57:15 +0000 (10:57 +0100)
committerDavid Seifert <soap@gentoo.org>
Sat, 15 Feb 2020 09:57:15 +0000 (10:57 +0100)
Signed-off-by: David Seifert <soap@gentoo.org>
eclass/autotools-multilib.eclass

index cce308cbfd63f7b4ba6066fd8259603b488b78fd..a357760017f4a00fd41e24397ddcc8e29abef693 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # @ECLASS: autotools-multilib.eclass
@@ -26,7 +26,7 @@ case ${EAPI:-0} in
        *) die "EAPI=${EAPI} is not supported" ;;
 esac
 
-inherit autotools-utils eutils multilib-build multilib-minimal
+inherit autotools-utils eutils ltprune multilib-build multilib-minimal
 
 EXPORT_FUNCTIONS src_prepare src_configure src_compile src_test src_install