commit: a10ecb0dd18da9aea633dec4b0036f56e7c09f39
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 9 13:40:02 2014 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Dec 9 13:40:02 2014 +0000
URL:
http://sources.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=a10ecb0d
sys-devel/gcc: Add missing pax-utils inherit.
Package-Manager: portage-2.2.15
---
sys-devel/gcc/gcc-4.9.2-r100.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-devel/gcc/gcc-4.9.2-r100.ebuild
b/sys-devel/gcc/gcc-4.9.2-r100.ebuild
index 46f4310..f51749c 100644
--- a/sys-devel/gcc/gcc-4.9.2-r100.ebuild
+++ b/sys-devel/gcc/gcc-4.9.2-r100.ebuild
@@ -20,7 +20,7 @@ MULTILIB_COMPAT=(
abi_s390_32 abi_s390_64
)
-inherit eutils flag-o-matic multilib multilib-build toolchain-funcs
+inherit eutils flag-o-matic multilib multilib-build pax-utils toolchain-funcs
DESCRIPTION="The GNU Compiler Collection"
HOMEPAGE="http://gcc.gnu.org/"