From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1262695-garchives=archives.gentoo.org@lists.gentoo.org> 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 14B0C13835A for <garchives@archives.gentoo.org>; Fri, 19 Mar 2021 22:40:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5FD01E0887; Fri, 19 Mar 2021 22:40:21 +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 466A9E0887 for <gentoo-commits@lists.gentoo.org>; Fri, 19 Mar 2021 22:40:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 6940F340B63 for <gentoo-commits@lists.gentoo.org>; Fri, 19 Mar 2021 22:40:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 741785CE for <gentoo-commits@lists.gentoo.org>; Fri, 19 Mar 2021 22:40:17 +0000 (UTC) From: "David Seifert" <soap@gentoo.org> 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" <soap@gentoo.org> Message-ID: <1616193541.921e213b95a7df2a3fbddf2dec8e6da57b2eecd5.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/xlsfonts/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/xlsfonts/xlsfonts-1.0.6.ebuild X-VCS-Directories: x11-apps/xlsfonts/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 921e213b95a7df2a3fbddf2dec8e6da57b2eecd5 X-VCS-Branch: master Date: Fri, 19 Mar 2021 22:40:17 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 02b87e01-cd6d-40af-8903-d2f3fbb7e9e9 X-Archives-Hash: 393f028749161677decc3530260fb8ee commit: 921e213b95a7df2a3fbddf2dec8e6da57b2eecd5 Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Fri Mar 19 22:39:01 2021 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Fri Mar 19 22:39:01 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=921e213b x11-apps/xlsfonts: Port to EAPI 7 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: David Seifert <soap <AT> gentoo.org> x11-apps/xlsfonts/xlsfonts-1.0.6.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/x11-apps/xlsfonts/xlsfonts-1.0.6.ebuild b/x11-apps/xlsfonts/xlsfonts-1.0.6.ebuild index 8ae47d4ad07..32365ce3cf1 100644 --- a/x11-apps/xlsfonts/xlsfonts-1.0.6.ebuild +++ b/x11-apps/xlsfonts/xlsfonts-1.0.6.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 -inherit xorg-2 +inherit xorg-3 DESCRIPTION="X.Org xlsfonts application" KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris" -IUSE="" + RDEPEND="x11-libs/libX11" DEPEND="${RDEPEND}"