diff options
author | Mike Pagano <mpagano@gentoo.org> | 2021-08-11 18:23:26 -0400 |
---|---|---|
committer | Mike Pagano <mpagano@gentoo.org> | 2021-08-11 18:23:26 -0400 |
commit | f4568bb65e12ccf9126ecc0701bd2594a67821f8 (patch) | |
tree | 1f59375cb13e6a15669651be705b7b20ab70ce46 /dev-util/quilt | |
parent | app-crypt/certbot-nginx: sync live ebuild with 1.18.0 (diff) | |
download | gentoo-f4568bb65e12ccf9126ecc0701bd2594a67821f8.tar.gz gentoo-f4568bb65e12ccf9126ecc0701bd2594a67821f8.tar.bz2 gentoo-f4568bb65e12ccf9126ecc0701bd2594a67821f8.zip |
dev-util/quilt: EAPI=8 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Mike Pagano <mpagano@gentoo.org>
Diffstat (limited to 'dev-util/quilt')
-rw-r--r-- | dev-util/quilt/quilt-0.66-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/quilt/quilt-0.66-r1.ebuild b/dev-util/quilt/quilt-0.66-r1.ebuild index efecefba479a..1c8ce1bedd0f 100644 --- a/dev-util/quilt/quilt-0.66-r1.ebuild +++ b/dev-util/quilt/quilt-0.66-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="7" +EAPI="8" inherit bash-completion-r1 |