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/libXpresent/
Date: Sat, 09 Jan 2021 03:11:33
Message-Id: 1610161876.cf14673f7943b989edbdd59ae474695c9eeca47d.mattst88@gentoo
1 commit: cf14673f7943b989edbdd59ae474695c9eeca47d
2 Author: David Michael <fedora.dm0 <AT> gmail <DOT> com>
3 AuthorDate: Sat Jan 9 00:39:49 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=cf14673f
7
8 x11-libs/libXpresent: 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 Closes: https://github.com/gentoo/gentoo/pull/18998
13 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
14
15 x11-libs/libXpresent/libXpresent-1.0.0-r1.ebuild | 15 +++++++--------
16 1 file changed, 7 insertions(+), 8 deletions(-)
17
18 diff --git a/x11-libs/libXpresent/libXpresent-1.0.0-r1.ebuild b/x11-libs/libXpresent/libXpresent-1.0.0-r1.ebuild
19 index d7974d21867..f2fffc3694d 100644
20 --- a/x11-libs/libXpresent/libXpresent-1.0.0-r1.ebuild
21 +++ b/x11-libs/libXpresent/libXpresent-1.0.0-r1.ebuild
22 @@ -1,23 +1,22 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 +# Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 -EAPI=5
28 +EAPI=7
29
30 +XORG_DOC=doc
31 XORG_MULTILIB=yes
32 -inherit xorg-2
33 +inherit xorg-3
34
35 DESCRIPTION="X Present Extension C Library"
36
37 KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
38 -IUSE=""
39
40 RDEPEND="
41 - x11-base/xorg-proto
42 x11-libs/libX11[${MULTILIB_USEDEP}]
43 x11-libs/libXext[${MULTILIB_USEDEP}]
44 x11-libs/libXfixes[${MULTILIB_USEDEP}]
45 - x11-libs/libXrandr[${MULTILIB_USEDEP}]
46 -"
47 -DEPEND="${RDEPEND}"
48 + x11-libs/libXrandr[${MULTILIB_USEDEP}]"
49 +DEPEND="${RDEPEND}
50 + x11-base/xorg-proto"
51
52 PATCHES=( "${FILESDIR}"/${P}-add-depends-to-pkgconfig.patch )