diff options
author | David Seifert <soap@gentoo.org> | 2020-09-07 10:52:31 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-09-07 10:52:31 +0200 |
commit | 1372f96c7420173a24fb9dce016b79768e424e5f (patch) | |
tree | 799ceafc7f7ab0f865a1beb54f271ca68eee044c /dev-util/smem | |
parent | dev-util/sccache: Inherit optfeature.eclass (diff) | |
download | gentoo-1372f96c7420173a24fb9dce016b79768e424e5f.tar.gz gentoo-1372f96c7420173a24fb9dce016b79768e424e5f.tar.bz2 gentoo-1372f96c7420173a24fb9dce016b79768e424e5f.zip |
dev-util/smem: Inherit optfeature.eclass
Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-util/smem')
-rw-r--r-- | dev-util/smem/smem-1.5-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/smem/smem-1.5-r1.ebuild b/dev-util/smem/smem-1.5-r1.ebuild index a910bb665c9d..69e6644eee3d 100644 --- a/dev-util/smem/smem-1.5-r1.ebuild +++ b/dev-util/smem/smem-1.5-r1.ebuild @@ -6,7 +6,7 @@ EAPI=7 EGIT_COMMIT="2ab5040d5633" PYTHON_COMPAT=( python3_{6..9} ) -inherit eutils python-single-r1 toolchain-funcs +inherit optfeature 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/" |