summaryrefslogtreecommitdiff
path: root/app-misc/clockywock
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-12-10 15:11:44 +0100
committerDavid Seifert <soap@gentoo.org>2017-12-10 15:16:07 +0100
commitcbe509f57c5403ecf961f62964e42304050afbc8 (patch)
tree628a06d2a39ca9cf6f8d3176b7f5fe6c8fe3e116 /app-misc/clockywock
parentb2de1624de53852aabd2cd3cbef1e7c419ef6ba1 (diff)
downloadgentoo-cbe509f57c5403ecf961f62964e42304050afbc8.tar.gz
gentoo-cbe509f57c5403ecf961f62964e42304050afbc8.tar.xz
app-misc/clockywock: [QA] Fix dependency.missingslot
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'app-misc/clockywock')
-rw-r--r--app-misc/clockywock/clockywock-0.3.1a.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/clockywock/clockywock-0.3.1a.ebuild b/app-misc/clockywock/clockywock-0.3.1a.ebuild
index 737417c6f1e..13ea8812d46 100644
--- a/app-misc/clockywock/clockywock-0.3.1a.ebuild
+++ b/app-misc/clockywock/clockywock-0.3.1a.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
@@ -13,7 +13,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-RDEPEND="sys-libs/ncurses"
+RDEPEND="sys-libs/ncurses:0="
DEPEND="${RDEPEND}"
PATCHES=( "${FILESDIR}/${P}-makefile.patch" )