Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/portage-utils/
Date: Mon, 10 Jan 2022 07:24:49
Message-Id: 1641799482.f69d75a29ac169c7da06b8fc2c6932d10ee720c3.grobian@gentoo
1 commit: f69d75a29ac169c7da06b8fc2c6932d10ee720c3
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 10 07:24:26 2022 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 10 07:24:42 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f69d75a2
7
8 app-portage/portage-utils: bump live ebuild to EAPI=7
9
10 Closes: https://bugs.gentoo.org/830869
11 Package-Manager: Portage-3.0.28, Repoman-3.0.3
12 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
13
14 app-portage/portage-utils/portage-utils-9999.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/app-portage/portage-utils/portage-utils-9999.ebuild b/app-portage/portage-utils/portage-utils-9999.ebuild
18 index 85c3b587a26c..f0936e338fac 100644
19 --- a/app-portage/portage-utils/portage-utils-9999.ebuild
20 +++ b/app-portage/portage-utils/portage-utils-9999.ebuild
21 @@ -1,7 +1,7 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 -EAPI="6"
27 +EAPI=7
28
29 DESCRIPTION="Small and fast Portage helper tools written in C"
30 HOMEPAGE="https://wiki.gentoo.org/wiki/Portage-utils"