commit: c325e16e272a2df978830c61a2c3ce2b0307bab7
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 22 09:46:01 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Apr 22 10:18:38 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c325e16e
dev-python/blockdiag: Add missing RDEP on webcolors
.../blockdiag/{blockdiag-1.5.3.ebuild => blockdiag-1.5.3-r1.ebuild} | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-python/blockdiag/blockdiag-1.5.3.ebuild
b/dev-python/blockdiag/blockdiag-1.5.3-r1.ebuild
similarity index 93%
rename from dev-python/blockdiag/blockdiag-1.5.3.ebuild
rename to dev-python/blockdiag/blockdiag-1.5.3-r1.ebuild
index 4f645e7fc3b..6ceb541f355 100644
--- a/dev-python/blockdiag/blockdiag-1.5.3.ebuild
+++ b/dev-python/blockdiag/blockdiag-1.5.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -18,6 +18,7 @@ IUSE="test"
RDEPEND="
>=dev-python/funcparserlib-0.3.6[${PYTHON_USEDEP}]
>=dev-python/pillow-2.2.1[${PYTHON_USEDEP}]
+ dev-python/webcolors[${PYTHON_USEDEP}]
"
DEPEND="
${RDEPEND}