commit: c3b7dcce4813a1b610e995d45ecc0e7e078a9586 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com> AuthorDate: Sun Feb 19 08:47:43 2017 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> 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'"
