diff options
author | David Seifert <soap@gentoo.org> | 2017-12-10 15:11:08 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-12-10 15:15:03 +0100 |
commit | e5b72a43b692f147bfb1d15c6ff6674e1ef55e45 (patch) | |
tree | 4a3089c466ac30b23ae770b53d8a458be4348d95 /app-editors/hexcurse | |
parent | app-editors/elvis: [QA] Fix dependency.missingslot (diff) | |
download | gentoo-e5b72a43b692f147bfb1d15c6ff6674e1ef55e45.tar.gz gentoo-e5b72a43b692f147bfb1d15c6ff6674e1ef55e45.tar.bz2 gentoo-e5b72a43b692f147bfb1d15c6ff6674e1ef55e45.zip |
app-editors/hexcurse: [QA] Fix dependency.missingslot
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'app-editors/hexcurse')
-rw-r--r-- | app-editors/hexcurse/hexcurse-1.55.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/hexcurse/hexcurse-1.55.ebuild b/app-editors/hexcurse/hexcurse-1.55.ebuild index 6b743c0840b2..d1d3c8134882 100644 --- a/app-editors/hexcurse/hexcurse-1.55.ebuild +++ b/app-editors/hexcurse/hexcurse-1.55.ebuild @@ -12,7 +12,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 arm hppa ppc s390 sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" -RDEPEND=">=sys-libs/ncurses-5.2" +RDEPEND=">=sys-libs/ncurses-5.2:0=" DEPEND=" ${RDEPEND} " |