diff options
author | Martin Väth <martin@mvath.de> | 2022-01-15 06:41:10 +0100 |
---|---|---|
committer | Martin Väth <martin@mvath.de> | 2022-01-15 06:41:10 +0100 |
commit | b6672b84d90dddab08c1f9765edb1da9773a99db (patch) | |
tree | c1301edf79a8a113363f243a072e0f85a98cb5f4 /app-portage | |
parent | app-portage/eix sys-block/zram-init: Version bumps (diff) | |
download | mv-b6672b84d90dddab08c1f9765edb1da9773a99db.tar.gz mv-b6672b84d90dddab08c1f9765edb1da9773a99db.tar.bz2 mv-b6672b84d90dddab08c1f9765edb1da9773a99db.zip |
app-portage/etcat: EAPI bump. Create missing stardict.eclass
Signed-off-by: Martin Väth <martin@mvath.de>
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/etcat/etcat-1.0.2.ebuild | 6 | ||||
-rw-r--r-- | app-portage/etcat/etcat-99999999.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/app-portage/etcat/etcat-1.0.2.ebuild b/app-portage/etcat/etcat-1.0.2.ebuild index 36229c17..e89d69ac 100644 --- a/app-portage/etcat/etcat-1.0.2.ebuild +++ b/app-portage/etcat/etcat-1.0.2.ebuild @@ -1,7 +1,7 @@ -# Copyright 2016-2021 Martin V\"ath +# Copyright 2016-2022 Martin V\"ath # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 PYTHON_COMPAT=( python3_{7,8,9,10} ) @@ -26,7 +26,7 @@ LICENSE="GPL-2" SLOT="0" IUSE="" -RDEPEND=$(python_gen_cond_dep 'app-portage/gentoolkit[${PYTHON_MULTI_USEDEP}]') +RDEPEND=$(python_gen_cond_dep 'app-portage/gentoolkit[${PYTHON_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 36229c17..e89d69ac 100644 --- a/app-portage/etcat/etcat-99999999.ebuild +++ b/app-portage/etcat/etcat-99999999.ebuild @@ -1,7 +1,7 @@ -# Copyright 2016-2021 Martin V\"ath +# Copyright 2016-2022 Martin V\"ath # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 PYTHON_COMPAT=( python3_{7,8,9,10} ) @@ -26,7 +26,7 @@ LICENSE="GPL-2" SLOT="0" IUSE="" -RDEPEND=$(python_gen_cond_dep 'app-portage/gentoolkit[${PYTHON_MULTI_USEDEP}]') +RDEPEND=$(python_gen_cond_dep 'app-portage/gentoolkit[${PYTHON_USEDEP}]') REQUIRED_USE="${PYTHON_REQUIRED_USE}" src_prepare() { |