diff options
author | Matt Turner <mattst88@gentoo.org> | 2019-04-26 11:03:39 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2019-04-26 11:06:25 -0700 |
commit | 4f2dba62055029c81fe9360f470dd2068da900bd (patch) | |
tree | bc3f9c8ce01d0bba08061ac98c45c4b263604401 /x11-libs/libXrandr/libXrandr-1.5.2.ebuild | |
parent | x11-libs/libXft: Replace XORG_DOC=doc with IUSE=doc (diff) | |
download | gentoo-4f2dba62055029c81fe9360f470dd2068da900bd.tar.gz gentoo-4f2dba62055029c81fe9360f470dd2068da900bd.tar.bz2 gentoo-4f2dba62055029c81fe9360f470dd2068da900bd.zip |
x11-libs/libXrandr: Remove unnecessary XORG_DOC=doc
XORG_DOC=doc pulls in additional unnecessary dependencies.
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-libs/libXrandr/libXrandr-1.5.2.ebuild')
-rw-r--r-- | x11-libs/libXrandr/libXrandr-1.5.2.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-libs/libXrandr/libXrandr-1.5.2.ebuild b/x11-libs/libXrandr/libXrandr-1.5.2.ebuild index 0eacddb8580a..77711f315eb9 100644 --- a/x11-libs/libXrandr/libXrandr-1.5.2.ebuild +++ b/x11-libs/libXrandr/libXrandr-1.5.2.ebuild @@ -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}] |