diff options
author | David Seifert <soap@gentoo.org> | 2017-12-10 15:10:58 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-12-10 15:14:44 +0100 |
commit | 7c6b7ee3a83151f6bc6bc2aae08265c793d2d0ef (patch) | |
tree | 672ed2cf5ac503a802db9f4b4e4c3f1df6af6ae7 /app-editors | |
parent | app-arch/rpm: [QA] Fix dependency.missingslot (diff) | |
download | gentoo-7c6b7ee3a83151f6bc6bc2aae08265c793d2d0ef.tar.gz gentoo-7c6b7ee3a83151f6bc6bc2aae08265c793d2d0ef.tar.bz2 gentoo-7c6b7ee3a83151f6bc6bc2aae08265c793d2d0ef.zip |
app-editors/dav: [QA] Fix dependency.missingslot
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/dav/dav-0.8.5-r1.ebuild | 4 | ||||
-rw-r--r-- | app-editors/dav/dav-0.8.5-r2.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-editors/dav/dav-0.8.5-r1.ebuild b/app-editors/dav/dav-0.8.5-r1.ebuild index daf758b0c875..5483b1ddd029 100644 --- a/app-editors/dav/dav-0.8.5-r1.ebuild +++ b/app-editors/dav/dav-0.8.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -15,7 +15,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos" -RDEPEND="sys-libs/ncurses" +RDEPEND="sys-libs/ncurses:0=" DEPEND=" ${RDEPEND} virtual/pkgconfig diff --git a/app-editors/dav/dav-0.8.5-r2.ebuild b/app-editors/dav/dav-0.8.5-r2.ebuild index b01033d75652..01ee84f4222c 100644 --- a/app-editors/dav/dav-0.8.5-r2.ebuild +++ b/app-editors/dav/dav-0.8.5-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -15,7 +15,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" -RDEPEND="sys-libs/ncurses:0" +RDEPEND="sys-libs/ncurses:0=" DEPEND=" ${RDEPEND} virtual/pkgconfig |