diff options
author | Michael Weber <xmw@gentoo.org> | 2017-02-11 00:04:55 +0100 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2017-02-11 00:04:55 +0100 |
commit | 8c3b408f625ac14112774b47f5a5defda1819de5 (patch) | |
tree | 17433a7474affaa5477f2576c0a924e643044907 /app-admin/ccze | |
parent | app-admin/ccze: add ~arm keyword (bug 586710). (diff) | |
download | gentoo-8c3b408f625ac14112774b47f5a5defda1819de5.tar.gz gentoo-8c3b408f625ac14112774b47f5a5defda1819de5.tar.bz2 gentoo-8c3b408f625ac14112774b47f5a5defda1819de5.zip |
app-admin/ccze: fix ncurses dependency.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'app-admin/ccze')
-rw-r--r-- | app-admin/ccze/ccze-0.2.1-r3.ebuild | 2 | ||||
-rw-r--r-- | app-admin/ccze/ccze-0.2.1-r4.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/ccze/ccze-0.2.1-r3.ebuild b/app-admin/ccze/ccze-0.2.1-r3.ebuild index 624ebc317ae7..24b79e2d029b 100644 --- a/app-admin/ccze/ccze-0.2.1-r3.ebuild +++ b/app-admin/ccze/ccze-0.2.1-r3.ebuild @@ -18,7 +18,7 @@ KEYWORDS="amd64 ~arm ppc x86 ~x86-fbsd" IUSE="" DEPEND="dev-libs/libpcre - sys-libs/ncurses" + sys-libs/ncurses:0=" RDEPEND="${DEPEND}" diff --git a/app-admin/ccze/ccze-0.2.1-r4.ebuild b/app-admin/ccze/ccze-0.2.1-r4.ebuild index d5f4c26dc099..1aeb955a854b 100644 --- a/app-admin/ccze/ccze-0.2.1-r4.ebuild +++ b/app-admin/ccze/ccze-0.2.1-r4.ebuild @@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~arm ~ppc ~x86 ~x86-fbsd" IUSE="" DEPEND="dev-libs/libpcre - sys-libs/ncurses" + sys-libs/ncurses:0=" RDEPEND="${DEPEND}" |