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 233AF1382C5 for ; Sun, 24 Jan 2021 17:26:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D28EE09AD; Sun, 24 Jan 2021 17:26:29 +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 05039E09AD for ; Sun, 24 Jan 2021 17:26:28 +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 CEC4A33BE4E for ; Sun, 24 Jan 2021 17:26:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 27D04328 for ; Sun, 24 Jan 2021 17:26:26 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1611509182.94f4e55006a4ae7ea61c4204d29874e05979f71a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/build-docbook-catalog/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/build-docbook-catalog/build-docbook-catalog-1.21.ebuild X-VCS-Directories: app-text/build-docbook-catalog/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 94f4e55006a4ae7ea61c4204d29874e05979f71a X-VCS-Branch: master Date: Sun, 24 Jan 2021 17:26:26 +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: f23a9f4e-e929-42f4-8636-d2fd20b2a691 X-Archives-Hash: 1d88840665ba71556f265709dcb56f41 commit: 94f4e55006a4ae7ea61c4204d29874e05979f71a Author: Sam James gentoo org> AuthorDate: Sun Jan 24 17:16:37 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jan 24 17:26:22 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94f4e550 app-text/build-docbook-catalog: port to EAPI 7 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> .../build-docbook-catalog-1.21.ebuild | 24 +++++++++++++--------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/app-text/build-docbook-catalog/build-docbook-catalog-1.21.ebuild b/app-text/build-docbook-catalog/build-docbook-catalog-1.21.ebuild index debf2a49806..e742d2865f5 100644 --- a/app-text/build-docbook-catalog/build-docbook-catalog-1.21.ebuild +++ b/app-text/build-docbook-catalog/build-docbook-catalog-1.21.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 DESCRIPTION="DocBook XML catalog auto-updater" HOMEPAGE="https://sources.gentoo.org/gentoo-src/build-docbook-catalog/" @@ -11,23 +11,27 @@ SRC_URI="mirror://gentoo/${P}.tar.xz LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" -RDEPEND="|| ( sys-apps/util-linux app-misc/getopt ) +RDEPEND=" + dev-libs/libxml2 + || ( sys-apps/util-linux app-misc/getopt ) ! regen files build-docbook-catalog