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 456361382C5 for ; Sat, 13 Mar 2021 20:01:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7FEA5E0824; Sat, 13 Mar 2021 20:01:55 +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 67D20E0824 for ; Sat, 13 Mar 2021 20:01:55 +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 AD06B340C30 for ; Sat, 13 Mar 2021 20:01:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3420059B for ; Sat, 13 Mar 2021 20:01:52 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1615665699.0f1479e63a1b6c09fde01c98148aae158a344dcf.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libdmx/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/libdmx/libdmx-1.1.4.ebuild X-VCS-Directories: x11-libs/libdmx/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 0f1479e63a1b6c09fde01c98148aae158a344dcf X-VCS-Branch: master Date: Sat, 13 Mar 2021 20:01:52 +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: 4f2eb2be-ba0f-47d2-be3b-2f2b1fa15fa6 X-Archives-Hash: 3048367cb363599bb36a3ff3d48a874b commit: 0f1479e63a1b6c09fde01c98148aae158a344dcf Author: David Seifert gentoo org> AuthorDate: Sat Mar 13 20:01:39 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Mar 13 20:01:39 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f1479e6 x11-libs/libdmx: Port to EAPI 7 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: David Seifert gentoo.org> x11-libs/libdmx/libdmx-1.1.4.ebuild | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/x11-libs/libdmx/libdmx-1.1.4.ebuild b/x11-libs/libdmx/libdmx-1.1.4.ebuild index 5cae09487b7..4af9be3851c 100644 --- a/x11-libs/libdmx/libdmx-1.1.4.ebuild +++ b/x11-libs/libdmx/libdmx-1.1.4.ebuild @@ -1,14 +1,15 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 -inherit xorg-2 +EAPI=7 + +inherit xorg-3 DESCRIPTION="X.Org dmx library" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc x86" -IUSE="" -RDEPEND="x11-base/xorg-proto +RDEPEND=" + x11-base/xorg-proto x11-libs/libX11 x11-libs/libXext" DEPEND="${RDEPEND}"