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/libXres/
Date: Sat, 09 Jan 2021 03:11:34
Message-Id: 1610161876.d21f3f04bc084502818980ea5ecc7bf69c1ae022.mattst88@gentoo
1 commit: d21f3f04bc084502818980ea5ecc7bf69c1ae022
2 Author: David Michael <fedora.dm0 <AT> gmail <DOT> com>
3 AuthorDate: Sat Jan 9 00:40:18 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 9 03:11:16 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d21f3f04
7
8 x11-libs/libXres: EAPI 7
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: David Michael <fedora.dm0 <AT> gmail.com>
12 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
13
14 x11-libs/libXres/libXres-1.2.0-r1.ebuild | 13 +++++++------
15 1 file changed, 7 insertions(+), 6 deletions(-)
16
17 diff --git a/x11-libs/libXres/libXres-1.2.0-r1.ebuild b/x11-libs/libXres/libXres-1.2.0-r1.ebuild
18 index 741d09748ff..326864d2d86 100644
19 --- a/x11-libs/libXres/libXres-1.2.0-r1.ebuild
20 +++ b/x11-libs/libXres/libXres-1.2.0-r1.ebuild
21 @@ -1,15 +1,16 @@
22 # Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=5
26 -inherit xorg-2
27 +EAPI=7
28 +
29 +XORG_DOC=doc
30 +inherit xorg-3
31
32 DESCRIPTION="X.Org XRes library"
33
34 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
35 -IUSE=""
36
37 -RDEPEND="x11-base/xorg-proto
38 - x11-libs/libX11
39 +RDEPEND="x11-libs/libX11
40 x11-libs/libXext"
41 -DEPEND="${RDEPEND}"
42 +DEPEND="${RDEPEND}
43 + x11-base/xorg-proto"