Skip to content

Commit

Permalink
dev-util/cmdtest: Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorny committed Feb 23, 2018
1 parent 1f6342e commit 4c51fc1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dev-util/cmdtest/cmdtest-0.30.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6
Expand All @@ -15,12 +15,12 @@ LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"

DEPEND="
${PYTHON_DEPS}
RDEPEND="
dev-python/cliapp[${PYTHON_USEDEP}]
dev-python/markdown[${PYTHON_USEDEP}]
dev-python/ttystatus[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}"

src_compile() {
addwrite /proc/self/comm
Expand Down

0 comments on commit 4c51fc1

Please sign in to comment.