From: David Seifert Date: Sat, 7 Dec 2019 16:18:40 +0000 (+0100) Subject: dev-util/smem: [QA] Fix python dependency specification X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=e522d6b9c2f0194a65408609c8ce68a8cbfc9079;p=gentoo.git dev-util/smem: [QA] Fix python dependency specification Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: David Seifert --- diff --git a/dev-util/smem/smem-1.4.ebuild b/dev-util/smem/smem-1.4.ebuild index 2eff0923ad8f..8ccf6bea3049 100644 --- a/dev-util/smem/smem-1.4.ebuild +++ b/dev-util/smem/smem-1.4.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python2_7 ) -inherit python-single-r1 toolchain-funcs +inherit eutils python-single-r1 toolchain-funcs DESCRIPTION="A tool that can give numerous reports on memory usage on Linux systems" HOMEPAGE="https://www.selenic.com/smem/" @@ -17,8 +17,7 @@ KEYWORDS="~amd64 ~x86" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS}" - -BDEPEND="dev-lang/python:2.7" +BDEPEND="${RDEPEND}" src_prepare() { default