diff options
author | David Seifert <soap@gentoo.org> | 2017-12-10 15:11:24 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-12-10 15:15:32 +0100 |
commit | 654513c76fa4cae814e6ebd1b3b742c824c6fc9f (patch) | |
tree | 669f3339d276d8ccdf4c62dba8736dd89f33c9a2 /app-editors | |
parent | app-editors/sandy: [QA] Fix dependency.missingslot (diff) | |
download | gentoo-654513c76fa4cae814e6ebd1b3b742c824c6fc9f.tar.gz gentoo-654513c76fa4cae814e6ebd1b3b742c824c6fc9f.tar.bz2 gentoo-654513c76fa4cae814e6ebd1b3b742c824c6fc9f.zip |
app-editors/shed: [QA] Fix dependency.missingslot
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/shed/shed-1.15.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/shed/shed-1.15.ebuild b/app-editors/shed/shed-1.15.ebuild index 79499011aa1c..6d1bfdeb8c3d 100644 --- a/app-editors/shed/shed-1.15.ebuild +++ b/app-editors/shed/shed-1.15.ebuild @@ -12,7 +12,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" -RDEPEND="sys-libs/ncurses" +RDEPEND="sys-libs/ncurses:0=" DEPEND=" ${RDEPEND} virtual/pkgconfig |