x11-libs/libXrandr: Remove unnecessary XORG_DOC=doc
authorMatt Turner <mattst88@gentoo.org>
Fri, 26 Apr 2019 18:03:39 +0000 (11:03 -0700)
committerMatt Turner <mattst88@gentoo.org>
Fri, 26 Apr 2019 18:06:25 +0000 (11:06 -0700)
XORG_DOC=doc pulls in additional unnecessary dependencies.

Signed-off-by: Matt Turner <mattst88@gentoo.org>
x11-libs/libXrandr/libXrandr-1.5.2.ebuild

index 0eacddb8580a08d7812a6c48626b88c4725ee6ab..77711f315eb9adeed39a370e24f2c4c244cf7a5f 100644 (file)
@@ -3,14 +3,13 @@
 
 EAPI=7
 
-XORG_DOC=doc
 XORG_MULTILIB=yes
 inherit xorg-3
 
 DESCRIPTION="X.Org Xrandr library"
 
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
-IUSE=""
+IUSE="doc"
 
 RDEPEND="
        >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]