diff options
Diffstat (limited to 'dev-util/pkgcheck')
-rw-r--r-- | dev-util/pkgcheck/pkgcheck-9999.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-util/pkgcheck/pkgcheck-9999.ebuild b/dev-util/pkgcheck/pkgcheck-9999.ebuild index 22550d50d55e..75dc351a4f38 100644 --- a/dev-util/pkgcheck/pkgcheck-9999.ebuild +++ b/dev-util/pkgcheck/pkgcheck-9999.ebuild @@ -30,7 +30,10 @@ else >=dev-python/snakeoil-0.8.0[${PYTHON_USEDEP}] >=sys-apps/pkgcore-0.10.0[${PYTHON_USEDEP}]" fi -RDEPEND+=" dev-python/lxml[${PYTHON_USEDEP}]" +RDEPEND+=" + dev-python/chardet[${PYTHON_USEDEP}] + dev-python/lxml[${PYTHON_USEDEP}] +" DEPEND="${RDEPEND} doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) dev-python/setuptools[${PYTHON_USEDEP}]" |