Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/asciinema/
Date: Wed, 27 Feb 2019 13:25:05
Message-Id: 1551273892.c1d3f202d6104ddc64b418e3709d348ebe4535fa.kensington@gentoo
1 commit: c1d3f202d6104ddc64b418e3709d348ebe4535fa
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 27 13:24:31 2019 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 27 13:24:52 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1d3f202
7
8 app-misc/asciinema: move dependencies to BDEPEND
9
10 Package-Manager: Portage-2.3.51, Repoman-2.3.12
11 Signed-off-by: Michael Palimaka <kensington <AT> gentoo.org>
12
13 app-misc/asciinema/asciinema-2.0.2.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-misc/asciinema/asciinema-2.0.2.ebuild b/app-misc/asciinema/asciinema-2.0.2.ebuild
17 index fd0caf8e3a5..a44b1367cd1 100644
18 --- a/app-misc/asciinema/asciinema-2.0.2.ebuild
19 +++ b/app-misc/asciinema/asciinema-2.0.2.ebuild
20 @@ -15,7 +15,7 @@ SLOT="0"
21 KEYWORDS="~amd64 ~x86"
22 IUSE="test"
23
24 -DEPEND="
25 +BDEPEND="
26 dev-python/setuptools[${PYTHON_USEDEP}]
27 test? ( dev-python/nose[${PYTHON_USEDEP}] )
28 "