commit: 5377ee7e23be5bac34d00c96ef8388f46c01a366
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 22 07:48:27 2021 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Jul 22 07:48:27 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5377ee7e
app-text/xapers: unset DISTUTILS_USE_SETUPTOOLS
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-text/xapers/xapers-0.9.0.ebuild | 3 ---
1 file changed, 3 deletions(-)
diff --git a/app-text/xapers/xapers-0.9.0.ebuild
b/app-text/xapers/xapers-0.9.0.ebuild
index 50456ea2f2e..e47be22b3be 100644
--- a/app-text/xapers/xapers-0.9.0.ebuild
+++ b/app-text/xapers/xapers-0.9.0.ebuild
@@ -4,7 +4,6 @@
EAPI=7
PYTHON_COMPAT=( python3_{7..9} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1
@@ -18,8 +17,6 @@ LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
RDEPEND="app-text/poppler[utils]
dev-libs/xapian-bindings[python,${PYTHON_USEDEP}]
dev-python/pybtex[${PYTHON_USEDEP}]