diff options
author | 2023-07-26 22:57:32 -0400 | |
---|---|---|
committer | 2023-07-26 23:00:31 -0400 | |
commit | b04c1ae9eb9e60c3de21a02937bc588d2588fe54 (patch) | |
tree | 8c2f24999e125c6c1ea2c68f3651d1b1e789d162 /app-eselect/eselect-php | |
parent | app-eselect/eselect-php: drop 0.9.6, 0.9.7, 0.9.7-r1 (diff) | |
download | gentoo-b04c1ae9eb9e60c3de21a02937bc588d2588fe54.tar.gz gentoo-b04c1ae9eb9e60c3de21a02937bc588d2588fe54.tar.bz2 gentoo-b04c1ae9eb9e60c3de21a02937bc588d2588fe54.zip |
app-eselect/eselect-php: update EAPI 7 -> 8 in the live ebuild
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'app-eselect/eselect-php')
-rw-r--r-- | app-eselect/eselect-php/eselect-php-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-eselect/eselect-php/eselect-php-9999.ebuild b/app-eselect/eselect-php/eselect-php-9999.ebuild index aaf4cb6fd250..d43863a6ded3 100644 --- a/app-eselect/eselect-php/eselect-php-9999.ebuild +++ b/app-eselect/eselect-php/eselect-php-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 TMPFILES_OPTIONAL="yes" inherit autotools git-r3 tmpfiles |