From 06f2a255727e7cdbdf2d0c26c68d90bc14bb953c Mon Sep 17 00:00:00 2001 From: blshkv Date: Sat, 2 Nov 2019 08:46:43 +0800 Subject: [PATCH] capstone: migrate to capstone-bindings, batch 2 --- dev-python/egghatch/egghatch-0.2.3-r1.ebuild | 2 +- .../{plasma-0_p21080708.ebuild => plasma-0_p21080708-r1.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename dev-util/plasma/{plasma-0_p21080708.ebuild => plasma-0_p21080708-r1.ebuild} (93%) diff --git a/dev-python/egghatch/egghatch-0.2.3-r1.ebuild b/dev-python/egghatch/egghatch-0.2.3-r1.ebuild index 7c6baf939..792fb2e92 100644 --- a/dev-python/egghatch/egghatch-0.2.3-r1.ebuild +++ b/dev-python/egghatch/egghatch-0.2.3-r1.ebuild @@ -16,6 +16,6 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" -RDEPEND="dev-libs/capstone[python]" +RDEPEND="dev-libs/capstone-bindings[python,${PYTHON_USEDEP}]" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}]" diff --git a/dev-util/plasma/plasma-0_p21080708.ebuild b/dev-util/plasma/plasma-0_p21080708-r1.ebuild similarity index 93% rename from dev-util/plasma/plasma-0_p21080708.ebuild rename to dev-util/plasma/plasma-0_p21080708-r1.ebuild index 86680900c..c85b512aa 100644 --- a/dev-util/plasma/plasma-0_p21080708.ebuild +++ b/dev-util/plasma/plasma-0_p21080708-r1.ebuild @@ -24,7 +24,7 @@ fi LICENSE="GPL-3" SLOT="0" -DEPEND="dev-libs/capstone[python] +DEPEND="dev-libs/capstone-bindings[python,${PYTHON_USEDEP}] dev-libs/keystone dev-python/pyelftools[${PYTHON_USEDEP}] dev-python/future[${PYTHON_USEDEP}]