Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ttystatus/
Date: Fri, 23 Feb 2018 23:37:17
Message-Id: 1519429023.0afc5755e388d42d6c2d82470234516857e04390.mgorny@gentoo
1 commit: 0afc5755e388d42d6c2d82470234516857e04390
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 23 23:32:15 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 23 23:37:03 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0afc5755
7
8 dev-python/ttystatus: Remove duplicate deps
9
10 dev-python/ttystatus/ttystatus-0.35.ebuild | 4 +---
11 1 file changed, 1 insertion(+), 3 deletions(-)
12
13 diff --git a/dev-python/ttystatus/ttystatus-0.35.ebuild b/dev-python/ttystatus/ttystatus-0.35.ebuild
14 index bcebdfdd01e..7549ff37d00 100644
15 --- a/dev-python/ttystatus/ttystatus-0.35.ebuild
16 +++ b/dev-python/ttystatus/ttystatus-0.35.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2017 Gentoo Foundation
19 +# Copyright 1999-2018 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=5
23 @@ -15,5 +15,3 @@ LICENSE="GPL-3"
24 SLOT="0"
25 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
26 IUSE=""
27 -
28 -DEPEND="${PYTHON_DEPS}"