aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/memkind/memkind-1.10.1.ebuild')
-rw-r--r--dev-libs/memkind/memkind-1.10.1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/memkind/memkind-1.10.1.ebuild b/dev-libs/memkind/memkind-1.10.1.ebuild
index 7aa39135a..df6efc9e4 100644
--- a/dev-libs/memkind/memkind-1.10.1.ebuild
+++ b/dev-libs/memkind/memkind-1.10.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then
EGIT_REPO_URI="https://github.com/memkind/memkind"
else
SRC_URI="https://github.com/memkind/memkind/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
+ KEYWORDS="~amd64 ~x86"
fi
LICENSE="BSD"
@@ -22,7 +22,7 @@ IUSE="+heap-manager openmp secure +tls"
RESTRICT="test"
DEPEND="
- sys-apps/ndctl
+ sys-block/ndctl
sys-process/numactl
"
RDEPEND="${DEPEND}"