diff options
author | David Michael <fedora.dm0@gmail.com> | 2021-01-08 19:40:18 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2021-01-08 22:11:16 -0500 |
commit | d21f3f04bc084502818980ea5ecc7bf69c1ae022 (patch) | |
tree | 9fe72844bb529ad210a1e1ddb3f88db584b1dc1d /x11-libs/libXres | |
parent | x11-libs/libXpresent: EAPI 7 (diff) | |
download | gentoo-d21f3f04bc084502818980ea5ecc7bf69c1ae022.tar.gz gentoo-d21f3f04bc084502818980ea5ecc7bf69c1ae022.tar.bz2 gentoo-d21f3f04bc084502818980ea5ecc7bf69c1ae022.zip |
x11-libs/libXres: EAPI 7
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: David Michael <fedora.dm0@gmail.com>
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-libs/libXres')
-rw-r--r-- | x11-libs/libXres/libXres-1.2.0-r1.ebuild | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/x11-libs/libXres/libXres-1.2.0-r1.ebuild b/x11-libs/libXres/libXres-1.2.0-r1.ebuild index 741d09748ffa..326864d2d86f 100644 --- a/x11-libs/libXres/libXres-1.2.0-r1.ebuild +++ b/x11-libs/libXres/libXres-1.2.0-r1.ebuild @@ -1,15 +1,16 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 -inherit xorg-2 +EAPI=7 + +XORG_DOC=doc +inherit xorg-3 DESCRIPTION="X.Org XRes library" 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" -IUSE="" -RDEPEND="x11-base/xorg-proto - x11-libs/libX11 +RDEPEND="x11-libs/libX11 x11-libs/libXext" -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + x11-base/xorg-proto" |