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-misc | |
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-misc')
-rw-r--r-- | x11-misc/compose-tables/compose-tables-1.7.0.ebuild | 1 | ||||
-rw-r--r-- | x11-misc/imake/imake-1.0.8.ebuild | 1 | ||||
-rw-r--r-- | x11-misc/makedepend/makedepend-1.0.6.ebuild | 1 | ||||
-rw-r--r-- | x11-misc/xcompmgr/xcompmgr-1.1.8.ebuild | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/x11-misc/compose-tables/compose-tables-1.7.0.ebuild b/x11-misc/compose-tables/compose-tables-1.7.0.ebuild index 448e65eba222..3df2e244891e 100644 --- a/x11-misc/compose-tables/compose-tables-1.7.0.ebuild +++ b/x11-misc/compose-tables/compose-tables-1.7.0.ebuild @@ -3,7 +3,6 @@ EAPI=7 -XORG_STATIC=no XORG_MULTILIB=no inherit xorg-3 diff --git a/x11-misc/imake/imake-1.0.8.ebuild b/x11-misc/imake/imake-1.0.8.ebuild index 3bc41c5b6d95..83e3302b4d8a 100644 --- a/x11-misc/imake/imake-1.0.8.ebuild +++ b/x11-misc/imake/imake-1.0.8.ebuild @@ -3,7 +3,6 @@ EAPI=7 -XORG_STATIC=no inherit toolchain-funcs xorg-3 DESCRIPTION="C preprocessor interface to the make utility" diff --git a/x11-misc/makedepend/makedepend-1.0.6.ebuild b/x11-misc/makedepend/makedepend-1.0.6.ebuild index 43f22b11557b..d89f1ced1741 100644 --- a/x11-misc/makedepend/makedepend-1.0.6.ebuild +++ b/x11-misc/makedepend/makedepend-1.0.6.ebuild @@ -2,7 +2,6 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -XORG_STATIC=no inherit xorg-3 DESCRIPTION="create dependencies in makefiles" diff --git a/x11-misc/xcompmgr/xcompmgr-1.1.8.ebuild b/x11-misc/xcompmgr/xcompmgr-1.1.8.ebuild index 5d3be298debd..7f73b708e97c 100644 --- a/x11-misc/xcompmgr/xcompmgr-1.1.8.ebuild +++ b/x11-misc/xcompmgr/xcompmgr-1.1.8.ebuild @@ -4,7 +4,6 @@ EAPI=7 XORG_MODULE=app/ -XORG_STATIC=no inherit xorg-3 DESCRIPTION="X Compositing manager" |