From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 866AB1382C5 for ; Sat, 9 Jan 2021 03:11:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BAB8CE088D; Sat, 9 Jan 2021 03:11:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 92312E088D for ; Sat, 9 Jan 2021 03:11:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0F670335C9C for ; Sat, 9 Jan 2021 03:11:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 89D80492 for ; Sat, 9 Jan 2021 03:11:29 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1610161876.d21f3f04bc084502818980ea5ecc7bf69c1ae022.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libXres/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/libXres/libXres-1.2.0-r1.ebuild X-VCS-Directories: x11-libs/libXres/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: d21f3f04bc084502818980ea5ecc7bf69c1ae022 X-VCS-Branch: master Date: Sat, 9 Jan 2021 03:11:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a8a58508-d894-489e-bd8d-8a3e1855b95f X-Archives-Hash: 2da480c1126fe32a96d86894a86a5161 commit: d21f3f04bc084502818980ea5ecc7bf69c1ae022 Author: David Michael gmail com> AuthorDate: Sat Jan 9 00:40:18 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Jan 9 03:11:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d21f3f04 x11-libs/libXres: EAPI 7 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: David Michael gmail.com> Signed-off-by: Matt Turner gentoo.org> x11-libs/libXres/libXres-1.2.0-r1.ebuild | 13 +++++++------ 1 file 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 741d09748ff..326864d2d86 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"