From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7AF36139697 for ; Sun, 19 Feb 2017 23:46:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 10C8A21C06A; Sun, 19 Feb 2017 23:46:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E005321C06A for ; Sun, 19 Feb 2017 23:46:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0EB65340C9D for ; Sun, 19 Feb 2017 23:46:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 292024DC6 for ; Sun, 19 Feb 2017 23:46:01 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1487547822.c3b7dcce4813a1b610e995d45ecc0e7e078a9586.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/gccmakedep/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/gccmakedep/gccmakedep-1.0.3.ebuild X-VCS-Directories: x11-misc/gccmakedep/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: c3b7dcce4813a1b610e995d45ecc0e7e078a9586 X-VCS-Branch: master Date: Sun, 19 Feb 2017 23:46:01 +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: dfb16f7f-fc73-4bfb-bbf3-01f1cdba685f X-Archives-Hash: 41d9b7459a8e7f755a65f1cb0088d813 commit: c3b7dcce4813a1b610e995d45ecc0e7e078a9586 Author: Harri Nieminen gmail com> AuthorDate: Sun Feb 19 08:47:43 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Feb 19 23:43:42 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3b7dcce x11-misc/gccmakedep: Add XORG_STATIC=no, Bug #515356 Fixes: https://bugs.gentoo.org/515356 Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/4029 x11-misc/gccmakedep/gccmakedep-1.0.3.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/x11-misc/gccmakedep/gccmakedep-1.0.3.ebuild b/x11-misc/gccmakedep/gccmakedep-1.0.3.ebuild index 057c93dd97..5246db8445 100644 --- a/x11-misc/gccmakedep/gccmakedep-1.0.3.ebuild +++ b/x11-misc/gccmakedep/gccmakedep-1.0.3.ebuild @@ -3,6 +3,7 @@ # $Id$ EAPI=5 +XORG_STATIC=no inherit xorg-2 DESCRIPTION="create dependencies in makefiles using 'gcc -M'"