public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] [PATCH 1/2] xorg-3.eclass: Drop font IUSE=nls handling
       [not found] <Message-Id: <20201001051831.989485-1-mattst88@gentoo.org>
@ 2020-10-01 22:32 ` Matt Turner
  0 siblings, 0 replies; only message in thread
From: Matt Turner @ 2020-10-01 22:32 UTC (permalink / raw
  To: gentoo-dev; +Cc: Matt Turner

The previous logic incorrectly added IUSE=nls for font-bitstream-100dpi,
font-bitstream-75dpi, font-cronyx-cyrillic, font-misc-cyrillic,
font-screen-cyrillic, and font-winitzki-cyrillic. This caused
"QA Notice: Unrecognized configure options: ..." with USE=-nls.

Instead, we'll simply have IUSE="nls" in the packages' ebuilds that need
it.

Closes: https://bugs.gentoo.org/745756
Signed-off-by: Matt Turner <mattst88@gentoo.org>
---
 eclass/xorg-3.eclass | 2 --
 1 file changed, 2 deletions(-)

diff --git a/eclass/xorg-3.eclass b/eclass/xorg-3.eclass
index 78c843401cc..af28f6fa30d 100644
--- a/eclass/xorg-3.eclass
+++ b/eclass/xorg-3.eclass
@@ -168,8 +168,6 @@ if [[ ${FONT} == yes ]]; then
 	FONT_DIR=${FONT_DIR/otf/OTF}
 	FONT_DIR=${FONT_DIR/type1/Type1}
 	FONT_DIR=${FONT_DIR/speedo/Speedo}
-
-	[[ ${PN} = font-misc-misc || ${PN} = font-schumacher-misc || ${PN##*-} = 75dpi || ${PN##*-} = 100dpi || ${PN##*-} = cyrillic ]] && IUSE+=" nls"
 fi
 
 # @ECLASS-VARIABLE: XORG_STATIC
-- 
2.26.2



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-10-01 22:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <Message-Id: <20201001051831.989485-1-mattst88@gentoo.org>
2020-10-01 22:32 ` [gentoo-dev] [PATCH 1/2] xorg-3.eclass: Drop font IUSE=nls handling Matt Turner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox