Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libXrandr/
Date: Fri, 26 Apr 2019 18:06:41
Message-Id: 1556301985.4f2dba62055029c81fe9360f470dd2068da900bd.mattst88@gentoo
1 commit: 4f2dba62055029c81fe9360f470dd2068da900bd
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 26 18:03:39 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 26 18:06:25 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f2dba62
7
8 x11-libs/libXrandr: Remove unnecessary XORG_DOC=doc
9
10 XORG_DOC=doc pulls in additional unnecessary dependencies.
11
12 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
13
14 x11-libs/libXrandr/libXrandr-1.5.2.ebuild | 3 +--
15 1 file changed, 1 insertion(+), 2 deletions(-)
16
17 diff --git a/x11-libs/libXrandr/libXrandr-1.5.2.ebuild b/x11-libs/libXrandr/libXrandr-1.5.2.ebuild
18 index 0eacddb8580..77711f315eb 100644
19 --- a/x11-libs/libXrandr/libXrandr-1.5.2.ebuild
20 +++ b/x11-libs/libXrandr/libXrandr-1.5.2.ebuild
21 @@ -3,14 +3,13 @@
22
23 EAPI=7
24
25 -XORG_DOC=doc
26 XORG_MULTILIB=yes
27 inherit xorg-3
28
29 DESCRIPTION="X.Org Xrandr library"
30
31 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"
32 -IUSE=""
33 +IUSE="doc"
34
35 RDEPEND="
36 >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]