Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/dnssec-root/
Date: Fri, 05 Oct 2018 18:37:47
Message-Id: 1538764612.603036c004c603a46a2ac73f0f02f593760c56e2.whissi@gentoo
1 commit: 603036c004c603a46a2ac73f0f02f593760c56e2
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 5 18:36:52 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 5 18:36:52 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=603036c0
7
8 net-dns/dnssec-root: bump dev-perl/XML-XPath requirement
9
10 Bug: https://bugs.gentoo.org/667774
11 Package-Manager: Portage-2.3.50, Repoman-2.3.11
12 RepoMan-Options: --force
13 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
14
15 .../{dnssec-root-20170203.ebuild => dnssec-root-20170203-r1.ebuild} | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/net-dns/dnssec-root/dnssec-root-20170203.ebuild b/net-dns/dnssec-root/dnssec-root-20170203-r1.ebuild
19 similarity index 98%
20 rename from net-dns/dnssec-root/dnssec-root-20170203.ebuild
21 rename to net-dns/dnssec-root/dnssec-root-20170203-r1.ebuild
22 index f829b14c0ef..ffac71c421d 100644
23 --- a/net-dns/dnssec-root/dnssec-root-20170203.ebuild
24 +++ b/net-dns/dnssec-root/dnssec-root-20170203-r1.ebuild
25 @@ -15,7 +15,7 @@ KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh
26 IUSE=""
27
28 RDEPEND=""
29 -DEPEND="dev-perl/XML-XPath"
30 +DEPEND=">=dev-perl/XML-XPath-1.420.0"
31
32 src_unpack() {
33 mkdir "${S}" || die