diff options
-rw-r--r-- | x11-base/xcb-proto/xcb-proto-1.12-r2.ebuild | 1 | ||||
-rw-r--r-- | x11-base/xcb-proto/xcb-proto-1.13.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
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 a49cbb8e2a4a..e32dfd29e7b1 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 81add3e7b94f..4eec175dd3b9 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 |