projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2b1c4a
)
dev-util/cmdtest: add missing dep, fixes #607804
author
Marc Schiffbauer
<mschiff@gentoo.org>
Tue, 31 Jan 2017 20:33:07 +0000
(21:33 +0100)
committer
Marc Schiffbauer
<mschiff@gentoo.org>
Tue, 31 Jan 2017 20:33:27 +0000
(21:33 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-util/cmdtest/cmdtest-0.27.ebuild
patch
|
blob
|
history
diff --git
a/dev-util/cmdtest/cmdtest-0.27.ebuild
b/dev-util/cmdtest/cmdtest-0.27.ebuild
index 654312bcc4238de2a308fc9d0e85bab6c4a054d7..d393a783a3fa9ff756e8d2b8f235d008f0b78b44 100644
(file)
--- a/
dev-util/cmdtest/cmdtest-0.27.ebuild
+++ b/
dev-util/cmdtest/cmdtest-0.27.ebuild
@@
-14,11
+14,12
@@
SRC_URI="http://code.liw.fi/debian/pool/main/c/${PN}/${PN}_${PV}.orig.tar.xz"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~
hppa ~
ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
DEPEND="
${PYTHON_DEPS}
dev-python/cliapp[${PYTHON_USEDEP}]
+ dev-python/markdown[${PYTHON_USEDEP}]
dev-python/ttystatus[${PYTHON_USEDEP}]
"