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 22166138334 for ; Sat, 30 Nov 2019 01:45:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4CF36E0856; Sat, 30 Nov 2019 01:45:47 +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 3414AE0856 for ; Sat, 30 Nov 2019 01:45:46 +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 647D434D5B7 for ; Sat, 30 Nov 2019 01:45:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BB7F426C for ; Sat, 30 Nov 2019 01:45:43 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1575078335.3176b9dd295006722110ece5f96833e2ec2a5421.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/dnssec-root/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/dnssec-root/dnssec-root-20181220-r1.ebuild net-dns/dnssec-root/dnssec-root-20181220.ebuild X-VCS-Directories: net-dns/dnssec-root/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 3176b9dd295006722110ece5f96833e2ec2a5421 X-VCS-Branch: master Date: Sat, 30 Nov 2019 01:45:43 +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: dc2742bd-14a4-4d4c-acf9-fe369ec488fa X-Archives-Hash: a6432c040eb6c4417bb30a04ef69d628 commit: 3176b9dd295006722110ece5f96833e2ec2a5421 Author: Thomas Deutschmann gentoo org> AuthorDate: Sat Nov 30 01:45:04 2019 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sat Nov 30 01:45:35 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3176b9dd net-dns/dnssec-root: move dev-perl/XML-XPath to BDEPEND Closes: https://github.com/gentoo/gentoo/pull/13805 Closes: https://bugs.gentoo.org/701510 Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Thomas Deutschmann gentoo.org> .../{dnssec-root-20181220.ebuild => dnssec-root-20181220-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-dns/dnssec-root/dnssec-root-20181220.ebuild b/net-dns/dnssec-root/dnssec-root-20181220-r1.ebuild similarity index 98% rename from net-dns/dnssec-root/dnssec-root-20181220.ebuild rename to net-dns/dnssec-root/dnssec-root-20181220-r1.ebuild index 3c8605cef52..8af38f03fa8 100644 --- a/net-dns/dnssec-root/dnssec-root-20181220.ebuild +++ b/net-dns/dnssec-root/dnssec-root-20181220-r1.ebuild @@ -14,8 +14,8 @@ SLOT="0" KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x64-macos" IUSE="" -RDEPEND="" -DEPEND=">=dev-perl/XML-XPath-1.420.0" +RDEPEND=">=dev-perl/XML-XPath-1.420.0" +DEPEND="" src_unpack() { mkdir "${S}" || die