diff options
author | Matt Turner <mattst88@gentoo.org> | 2021-01-10 11:14:43 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2021-01-10 11:15:14 -0500 |
commit | d3cee69f2fb66da22a9d1531f5e48ec390b33a8f (patch) | |
tree | ab51b8516ae79b4181b93d310c36b53bdd6d57d4 /x11-base/xcb-proto | |
parent | qt5-build.eclass: Drop obsolete pre-5.15.2 quirk (diff) | |
download | gentoo-d3cee69f2fb66da22a9d1531f5e48ec390b33a8f.tar.gz gentoo-d3cee69f2fb66da22a9d1531f5e48ec390b33a8f.tar.bz2 gentoo-d3cee69f2fb66da22a9d1531f5e48ec390b33a8f.zip |
x11-*/*: Remove XORG_STATIC
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-base/xcb-proto')
-rw-r--r-- | x11-base/xcb-proto/xcb-proto-1.14.1.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/x11-base/xcb-proto/xcb-proto-1.14.1.ebuild b/x11-base/xcb-proto/xcb-proto-1.14.1.ebuild index a63382124482..1687caa72677 100644 --- a/x11-base/xcb-proto/xcb-proto-1.14.1.ebuild +++ b/x11-base/xcb-proto/xcb-proto-1.14.1.ebuild @@ -7,7 +7,6 @@ PYTHON_COMPAT=( python3_{6,7,8,9} ) XORG_TARBALL_SUFFIX="xz" XORG_MODULE=proto/ XORG_MULTILIB=yes -XORG_STATIC=no inherit python-r1 xorg-3 |