Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/clockywock/
Date: Sun, 10 Dec 2017 14:17:06
Message-Id: 1512915367.cbe509f57c5403ecf961f62964e42304050afbc8.soap@gentoo
1 commit: cbe509f57c5403ecf961f62964e42304050afbc8
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 10 14:11:44 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 10 14:16:07 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbe509f5
7
8 app-misc/clockywock: [QA] Fix dependency.missingslot
9
10 Package-Manager: Portage-2.3.16, Repoman-2.3.6
11
12 app-misc/clockywock/clockywock-0.3.1a.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-misc/clockywock/clockywock-0.3.1a.ebuild b/app-misc/clockywock/clockywock-0.3.1a.ebuild
16 index 737417c6f1e..13ea8812d46 100644
17 --- a/app-misc/clockywock/clockywock-0.3.1a.ebuild
18 +++ b/app-misc/clockywock/clockywock-0.3.1a.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2013 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI="5"
25 @@ -13,7 +13,7 @@ LICENSE="GPL-2"
26 SLOT="0"
27 KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
28
29 -RDEPEND="sys-libs/ncurses"
30 +RDEPEND="sys-libs/ncurses:0="
31 DEPEND="${RDEPEND}"
32
33 PATCHES=( "${FILESDIR}/${P}-makefile.patch" )