commit:     911285101d26ca627850aa98e2d80519c78f1600
Author:     Thomas Gstädtner <thomas <AT> gstaedtner <DOT> net>
AuthorDate: Wed Feb 14 20:33:20 2018 +0000
Commit:     Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Fri Feb 16 19:52:04 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91128510

media-gfx/sigal: fix test dependencies

add the necessary dependency to the test useflag

Closes: https://bugs.gentoo.org/647660
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 media-gfx/sigal/sigal-1.3.0.ebuild | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/media-gfx/sigal/sigal-1.3.0.ebuild 
b/media-gfx/sigal/sigal-1.3.0.ebuild
index 735f9a67f9f..7c7049ae750 100644
--- a/media-gfx/sigal/sigal-1.3.0.ebuild
+++ b/media-gfx/sigal/sigal-1.3.0.ebuild
@@ -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
@@ -23,7 +23,10 @@ CDEPEND="dev-python/blinker[${PYTHON_USEDEP}]
        dev-python/pilkit[${PYTHON_USEDEP}]"
 DEPEND="${CDEPEND}
        s3? ( dev-python/boto[${PYTHON_USEDEP}] )
-       test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
+       test? (
+               dev-python/boto[${PYTHON_USEDEP}]
+               dev-python/pytest[${PYTHON_USEDEP}]
+       )"
 RDEPEND="${CDEPEND}"
 
 DOCS="README.rst"

Reply via email to