diff options
author | Matt Turner <mattst88@gentoo.org> | 2018-04-26 21:08:23 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-04-26 21:11:11 -0700 |
commit | dc087297e2e60f30bdf803ab432407877d0bd00e (patch) | |
tree | 584e046e554fa92429b68d807786385766d2561c /x11-base/xcb-proto | |
parent | dev-python/keyring: 12.2.0 bup (diff) | |
download | gentoo-dc087297e2e60f30bdf803ab432407877d0bd00e.tar.gz gentoo-dc087297e2e60f30bdf803ab432407877d0bd00e.tar.bz2 gentoo-dc087297e2e60f30bdf803ab432407877d0bd00e.zip |
x11-base/xcb-proto: Use XORG_STATIC=no to avoid some warnings
Noticed by Arfrever.
Diffstat (limited to 'x11-base/xcb-proto')
-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 |