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 3627A1389E2 for ; Thu, 4 Dec 2014 13:58:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 631B7E0871; Thu, 4 Dec 2014 13:58:48 +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 9C878E086D for ; Thu, 4 Dec 2014 13:58:47 +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 E3D86340644 for ; Thu, 4 Dec 2014 13:58:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E04AB8F6 for ; Thu, 4 Dec 2014 13:58:44 +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: <1417642014.46d9c185e4b3974e75578af3ec68e5c85e7dd17c.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: 46d9c185e4b3974e75578af3ec68e5c85e7dd17c X-VCS-Branch: master Date: Thu, 4 Dec 2014 13:58:44 +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: 6a56859e-1423-4514-8b99-55019a3508bb X-Archives-Hash: c0f548c33bfaad18a254bfc2b34e84a9 commit: 46d9c185e4b3974e75578af3ec68e5c85e7dd17c Author: Michał Górny gentoo org> AuthorDate: Wed Dec 3 21:26:54 2014 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Dec 3 21:26:54 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=46d9c185 sys-devel/gcc: Add multilib.eclass inherit. Package-Manager: portage-2.2.14 --- 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 c575f57..cb81f0a 100644 --- a/sys-devel/gcc/gcc-4.9.2-r100.ebuild +++ b/sys-devel/gcc/gcc-4.9.2-r100.ebuild @@ -12,7 +12,7 @@ PIE_VER="0.6.1" SPECS_VER="0.2.0" SPECS_GCC_VER="4.4.3" -inherit eutils flag-o-matic toolchain-funcs +inherit eutils flag-o-matic multilib toolchain-funcs DESCRIPTION="The GNU Compiler Collection" HOMEPAGE="http://gcc.gnu.org/"