diff options
author | David Seifert <soap@gentoo.org> | 2017-12-10 15:11:21 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-12-10 15:15:26 +0100 |
commit | 51142d53ae81e73aeb69f978092740f979a85746 (patch) | |
tree | bc4a9c9f3c02f469f32086fc8640aaf6766887cb /app-editors/sandy | |
parent | app-editors/moe: [QA] Fix dependency.missingslot (diff) | |
download | gentoo-51142d53ae81e73aeb69f978092740f979a85746.tar.gz gentoo-51142d53ae81e73aeb69f978092740f979a85746.tar.bz2 gentoo-51142d53ae81e73aeb69f978092740f979a85746.zip |
app-editors/sandy: [QA] Fix dependency.missingslot
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'app-editors/sandy')
-rw-r--r-- | app-editors/sandy/sandy-0.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/sandy/sandy-0.4.ebuild b/app-editors/sandy/sandy-0.4.ebuild index 47708c7ae369..d401639ce641 100644 --- a/app-editors/sandy/sandy-0.4.ebuild +++ b/app-editors/sandy/sandy-0.4.ebuild @@ -12,7 +12,7 @@ LICENSE="MIT-with-advertising" SLOT="0" KEYWORDS="~amd64" -DEPEND="sys-libs/ncurses" +DEPEND="sys-libs/ncurses:0=" RDEPEND="${DEPEND}" src_prepare() { |