From 7de702c313b45e721c8b2e2278c7f43265c3e2d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20F=C3=B6rster?= Date: Fri, 22 Mar 2019 02:47:28 +0100 Subject: [PATCH] [dev-python/authres] fix copy pasta error --- dev-python/authres/authres-1.1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/authres/authres-1.1.1.ebuild b/dev-python/authres/authres-1.1.1.ebuild index 62d92a0..c34abd4 100644 --- a/dev-python/authres/authres-1.1.1.ebuild +++ b/dev-python/authres/authres-1.1.1.ebuild @@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86" SLOT="0" IUSE="" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" python_test() { "${PYTHON}" -c "import sys, ${PN}, doctest; f, t = doctest.testfile('${PN}/tests'); \