diff options
Diffstat (limited to 'dev-util/smem')
-rw-r--r-- | dev-util/smem/smem-1.4.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
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 |