Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/dav/
Date: Sun, 10 Dec 2017 14:16:58
Message-Id: 1512915284.7c6b7ee3a83151f6bc6bc2aae08265c793d2d0ef.soap@gentoo
1 commit: 7c6b7ee3a83151f6bc6bc2aae08265c793d2d0ef
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 10 14:10:58 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 10 14:14:44 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c6b7ee3
7
8 app-editors/dav: [QA] Fix dependency.missingslot
9
10 Package-Manager: Portage-2.3.16, Repoman-2.3.6
11
12 app-editors/dav/dav-0.8.5-r1.ebuild | 4 ++--
13 app-editors/dav/dav-0.8.5-r2.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/app-editors/dav/dav-0.8.5-r1.ebuild b/app-editors/dav/dav-0.8.5-r1.ebuild
17 index daf758b0c87..5483b1ddd02 100644
18 --- a/app-editors/dav/dav-0.8.5-r1.ebuild
19 +++ b/app-editors/dav/dav-0.8.5-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -15,7 +15,7 @@ LICENSE="GPL-2"
27 SLOT="0"
28 KEYWORDS="alpha amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
29
30 -RDEPEND="sys-libs/ncurses"
31 +RDEPEND="sys-libs/ncurses:0="
32 DEPEND="
33 ${RDEPEND}
34 virtual/pkgconfig
35
36 diff --git a/app-editors/dav/dav-0.8.5-r2.ebuild b/app-editors/dav/dav-0.8.5-r2.ebuild
37 index b01033d7565..01ee84f4222 100644
38 --- a/app-editors/dav/dav-0.8.5-r2.ebuild
39 +++ b/app-editors/dav/dav-0.8.5-r2.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2016 Gentoo Foundation
42 +# Copyright 1999-2017 Gentoo Foundation
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI=6
46 @@ -15,7 +15,7 @@ LICENSE="GPL-2"
47 SLOT="0"
48 KEYWORDS="~alpha ~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
49
50 -RDEPEND="sys-libs/ncurses:0"
51 +RDEPEND="sys-libs/ncurses:0="
52 DEPEND="
53 ${RDEPEND}
54 virtual/pkgconfig