diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2024-01-22 23:07:41 +0000 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2024-01-22 23:07:41 +0000 |
commit | df2df880a615e9200e57cc5e326796d6fc62bd4c (patch) | |
tree | 1b50b9c0e9bc4b6b6f78c25a8e39e748dae5eef6 /dev-libs | |
parent | pants-on/base: add 20240111, drop 20200926 (diff) | |
download | portage-df2df880a615e9200e57cc5e326796d6fc62bd4c.tar.xz |
dev-libs/randomx: update cmake category
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/randomx/randomx-1.1.10.ebuild | 2 | ||||
-rw-r--r-- | dev-libs/randomx/randomx-1.2.1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/randomx/randomx-1.1.10.ebuild b/dev-libs/randomx/randomx-1.1.10.ebuild index a9362807..3bc2533e 100644 --- a/dev-libs/randomx/randomx-1.1.10.ebuild +++ b/dev-libs/randomx/randomx-1.1.10.ebuild @@ -15,7 +15,7 @@ IUSE="" DEPEND="" RDEPEND="${DEPEND}" -BDEPEND=">=dev-util/cmake-3.5" +BDEPEND=">=dev-build/cmake-3.5" S="${WORKDIR}/RandomX-${PV}" diff --git a/dev-libs/randomx/randomx-1.2.1.ebuild b/dev-libs/randomx/randomx-1.2.1.ebuild index 3b5920ca..74fbae22 100644 --- a/dev-libs/randomx/randomx-1.2.1.ebuild +++ b/dev-libs/randomx/randomx-1.2.1.ebuild @@ -15,7 +15,7 @@ IUSE="" DEPEND="" RDEPEND="${DEPEND}" -BDEPEND=">=dev-util/cmake-3.5" +BDEPEND=">=dev-build/cmake-3.5" S="${WORKDIR}/RandomX-${PV}" |