diff options
author | Michael Palimaka <kensington@gentoo.org> | 2019-02-28 00:24:31 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2019-02-28 00:24:52 +1100 |
commit | c1d3f202d6104ddc64b418e3709d348ebe4535fa (patch) | |
tree | 3c52838fe14815df559cc61012032b2f3dabcc42 /app-misc/asciinema | |
parent | app-misc/tracker-miners: remove old (diff) | |
download | gentoo-c1d3f202d6104ddc64b418e3709d348ebe4535fa.tar.gz gentoo-c1d3f202d6104ddc64b418e3709d348ebe4535fa.tar.bz2 gentoo-c1d3f202d6104ddc64b418e3709d348ebe4535fa.zip |
app-misc/asciinema: move dependencies to BDEPEND
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Michael Palimaka <kensington@gentoo.org>
Diffstat (limited to 'app-misc/asciinema')
-rw-r--r-- | app-misc/asciinema/asciinema-2.0.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/asciinema/asciinema-2.0.2.ebuild b/app-misc/asciinema/asciinema-2.0.2.ebuild index fd0caf8e3a52..a44b1367cd19 100644 --- a/app-misc/asciinema/asciinema-2.0.2.ebuild +++ b/app-misc/asciinema/asciinema-2.0.2.ebuild @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" -DEPEND=" +BDEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/nose[${PYTHON_USEDEP}] ) " |