diff options
Diffstat (limited to 'app-portage/esearch/esearch-1.3-r3.ebuild')
-rw-r--r-- | app-portage/esearch/esearch-1.3-r3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-portage/esearch/esearch-1.3-r3.ebuild b/app-portage/esearch/esearch-1.3-r3.ebuild index 4fd4c76d3ac..aa064e8bf0c 100644 --- a/app-portage/esearch/esearch-1.3-r3.ebuild +++ b/app-portage/esearch/esearch-1.3-r3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=(python3_{6..9}) +PYTHON_COMPAT=(python3_{7..9}) PYTHON_REQ_USE="readline(+)" DISTUTILS_USE_SETUPTOOLS=no @@ -17,7 +17,7 @@ LICENSE="GPL-2" SLOT="0" IUSE="l10n_fr l10n_it" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris" DEPEND="sys-apps/portage" RDEPEND="${DEPEND}" |