summaryrefslogtreecommitdiff
path: root/dev-util/smem/smem-1.4.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-12-15 18:09:03 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-12-15 18:09:03 +0000
commit7bc9c63c9da678a7e6fceb095d56c634afd22c56 (patch)
tree4a67d50a439e9af63947e5f8b6ba3719af98b6c9 /dev-util/smem/smem-1.4.ebuild
parentb284a3168fa91a038925d2ecf5e4791011ea5e7d (diff)
gentoo resync : 15.12.2019
Diffstat (limited to 'dev-util/smem/smem-1.4.ebuild')
-rw-r--r--dev-util/smem/smem-1.4.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-util/smem/smem-1.4.ebuild b/dev-util/smem/smem-1.4.ebuild
index 2eff0923ad8f..410d64cfa06e 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/"
@@ -13,12 +13,11 @@ SRC_URI="https://www.selenic.com/${PN}/download/${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="${PYTHON_DEPS}"
-
-BDEPEND="dev-lang/python:2.7"
+BDEPEND="${RDEPEND}"
src_prepare() {
default