From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B58061389E2 for ; Tue, 9 Dec 2014 13:43:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DDBD4E0A5F; Tue, 9 Dec 2014 13:43:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 93C94E0A5F for ; Tue, 9 Dec 2014 13:43:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8A5733405A3 for ; Tue, 9 Dec 2014 13:43:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 309FBBF80 for ; Tue, 9 Dec 2014 13:43:33 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1418132402.a10ecb0dd18da9aea633dec4b0036f56e7c09f39.mgorny@gentoo> Subject: [gentoo-commits] dev/mgorny:master commit in: sys-devel/gcc/ X-VCS-Repository: dev/mgorny X-VCS-Files: sys-devel/gcc/gcc-4.9.2-r100.ebuild X-VCS-Directories: sys-devel/gcc/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a10ecb0dd18da9aea633dec4b0036f56e7c09f39 X-VCS-Branch: master Date: Tue, 9 Dec 2014 13:43:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7647bf32-2302-4299-b53d-e3e66de4f2d5 X-Archives-Hash: 21fd1dd0e4484b17a96c77904f1be8f8 commit: a10ecb0dd18da9aea633dec4b0036f56e7c09f39 Author: Michał Górny gentoo org> AuthorDate: Tue Dec 9 13:40:02 2014 +0000 Commit: Michał Górny gentoo 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/"