commit: dc087297e2e60f30bdf803ab432407877d0bd00e
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 27 04:08:23 2018 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Apr 27 04:11:11 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc087297
x11-base/xcb-proto: Use XORG_STATIC=no to avoid some warnings
Noticed by Arfrever.
x11-base/xcb-proto/xcb-proto-1.12-r2.ebuild | 1 +
x11-base/xcb-proto/xcb-proto-1.13.ebuild | 1 +
2 files changed, 2 insertions(+)
diff --git a/x11-base/xcb-proto/xcb-proto-1.12-r2.ebuild
b/x11-base/xcb-proto/xcb-proto-1.12-r2.ebuild
index a49cbb8e2a4..e32dfd29e7b 100644
--- a/x11-base/xcb-proto/xcb-proto-1.12-r2.ebuild
+++ b/x11-base/xcb-proto/xcb-proto-1.12-r2.ebuild
@@ -5,6 +5,7 @@ EAPI=5
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
XORG_MULTILIB=yes
+XORG_STATIC=no
inherit python-r1 xorg-2
diff --git a/x11-base/xcb-proto/xcb-proto-1.13.ebuild
b/x11-base/xcb-proto/xcb-proto-1.13.ebuild
index 81add3e7b94..4eec175dd3b 100644
--- a/x11-base/xcb-proto/xcb-proto-1.13.ebuild
+++ b/x11-base/xcb-proto/xcb-proto-1.13.ebuild
@@ -5,6 +5,7 @@ EAPI=5
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
XORG_MULTILIB=yes
+XORG_STATIC=no
inherit python-r1 xorg-2