diff options
author | Fabian Groffen <grobian@gentoo.org> | 2022-01-10 08:24:26 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2022-01-10 08:24:42 +0100 |
commit | f69d75a29ac169c7da06b8fc2c6932d10ee720c3 (patch) | |
tree | 3b90df6c457bbc0407ea29908136bdbf7e2dbe48 /app-portage | |
parent | dev-ruby/tins: add 1.31.0 (diff) | |
download | gentoo-f69d75a29ac169c7da06b8fc2c6932d10ee720c3.tar.gz gentoo-f69d75a29ac169c7da06b8fc2c6932d10ee720c3.tar.bz2 gentoo-f69d75a29ac169c7da06b8fc2c6932d10ee720c3.zip |
app-portage/portage-utils: bump live ebuild to EAPI=7
Closes: https://bugs.gentoo.org/830869
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/portage-utils/portage-utils-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-portage/portage-utils/portage-utils-9999.ebuild b/app-portage/portage-utils/portage-utils-9999.ebuild index 85c3b587a26c..f0936e338fac 100644 --- a/app-portage/portage-utils/portage-utils-9999.ebuild +++ b/app-portage/portage-utils/portage-utils-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI=7 DESCRIPTION="Small and fast Portage helper tools written in C" HOMEPAGE="https://wiki.gentoo.org/wiki/Portage-utils" |