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-libs/xtrans | |
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-libs/xtrans')
-rw-r--r-- | x11-libs/xtrans/xtrans-1.4.0.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/x11-libs/xtrans/xtrans-1.4.0.ebuild b/x11-libs/xtrans/xtrans-1.4.0.ebuild index 910cfc06abf0..fe2fd8a45255 100644 --- a/x11-libs/xtrans/xtrans-1.4.0.ebuild +++ b/x11-libs/xtrans/xtrans-1.4.0.ebuild @@ -5,7 +5,6 @@ EAPI=7 XORG_PACKAGE_NAME="lib${PN}" # this package just installs some .c and .h files, no libraries -XORG_STATIC=no XORG_DOC=doc inherit xorg-3 |