dev-util/smem: [QA] Fix python dependency specification

Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
David Seifert
2019-12-07 17:18:40 +01:00
parent 1d9f516ac3
commit e522d6b9c2

View File

@@ -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