Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/esearch/
Date: Sun, 16 Aug 2020 21:01:21
Message-Id: 1597611633.996d6860f67aca6d631204d348a0fb103d82147d.zmedico@gentoo
1 commit: 996d6860f67aca6d631204d348a0fb103d82147d
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 16 21:00:33 2020 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 16 21:00:33 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=996d6860
7
8 app-portage/esearch: Update PYTHON_COMPAT and EAPI for 9999
9
10 Package-Manager: Portage-3.0.2, Repoman-2.3.23
11 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
12
13 app-portage/esearch/esearch-9999.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-portage/esearch/esearch-9999.ebuild b/app-portage/esearch/esearch-9999.ebuild
17 index f880bb7a1ad..cb46da61322 100644
18 --- a/app-portage/esearch/esearch-9999.ebuild
19 +++ b/app-portage/esearch/esearch-9999.ebuild
20 @@ -1,9 +1,9 @@
21 # Copyright 1999-2020 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=5
25 +EAPI=7
26
27 -PYTHON_COMPAT=(python{3_6,3_7})
28 +PYTHON_COMPAT=(python3_{6..9})
29 PYTHON_REQ_USE="readline(+)"
30
31 inherit distutils-r1 git-r3