diff options
author | 2020-02-15 10:52:43 +0100 | |
---|---|---|
committer | 2020-02-15 10:52:43 +0100 | |
commit | 91909adc92d9a393bd9500e258b56b3c9305b39e (patch) | |
tree | 9bf95efa6063d4e4215c200cb090ff64f5e8d890 /app-portage | |
parent | app-shells/zshrc-mv: Version bump. Various packages: Bump to python3_8 (diff) | |
download | mv-91909adc92d9a393bd9500e258b56b3c9305b39e.tar.gz mv-91909adc92d9a393bd9500e258b56b3c9305b39e.tar.bz2 mv-91909adc92d9a393bd9500e258b56b3c9305b39e.zip |
app-portage/etcat: Adapt to modified gentoo eclasses
Signed-off-by: Martin Väth <mvath@google.com>
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/etcat/etcat-1.0.2.ebuild | 2 | ||||
-rw-r--r-- | app-portage/etcat/etcat-99999999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-portage/etcat/etcat-1.0.2.ebuild b/app-portage/etcat/etcat-1.0.2.ebuild index 6fa582db..8c7f6366 100644 --- a/app-portage/etcat/etcat-1.0.2.ebuild +++ b/app-portage/etcat/etcat-1.0.2.ebuild @@ -26,7 +26,7 @@ LICENSE="GPL-2" SLOT="0" IUSE="" -RDEPEND="app-portage/gentoolkit[${PYTHON_USEDEP}]" +RDEPEND=$(python_gen_cond_dep 'app-portage/gentoolkit[${PYTHON_MULTI_USEDEP}]') REQUIRED_USE="${PYTHON_REQUIRED_USE}" src_prepare() { diff --git a/app-portage/etcat/etcat-99999999.ebuild b/app-portage/etcat/etcat-99999999.ebuild index 6fa582db..8c7f6366 100644 --- a/app-portage/etcat/etcat-99999999.ebuild +++ b/app-portage/etcat/etcat-99999999.ebuild @@ -26,7 +26,7 @@ LICENSE="GPL-2" SLOT="0" IUSE="" -RDEPEND="app-portage/gentoolkit[${PYTHON_USEDEP}]" +RDEPEND=$(python_gen_cond_dep 'app-portage/gentoolkit[${PYTHON_MULTI_USEDEP}]') REQUIRED_USE="${PYTHON_REQUIRED_USE}" src_prepare() { |