diff options
author | Brian Evans <grknight@gentoo.org> | 2022-03-17 09:23:55 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2022-03-17 09:23:55 -0400 |
commit | d668cccd67c5b3269776ba15200fd30a81fcf60b (patch) | |
tree | 431e5547e616434894b5702c3e7aaedddafc27fd /dev-php | |
parent | dev-libs/ossp-uuid: Drop PHP support; Revbump for EAPI 8 (diff) | |
download | gentoo-d668cccd67c5b3269776ba15200fd30a81fcf60b.tar.gz gentoo-d668cccd67c5b3269776ba15200fd30a81fcf60b.tar.bz2 gentoo-d668cccd67c5b3269776ba15200fd30a81fcf60b.zip |
dev-php/pecl-ncurses: Update targets
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/pecl-ncurses/pecl-ncurses-1.0.2-r5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/pecl-ncurses/pecl-ncurses-1.0.2-r5.ebuild b/dev-php/pecl-ncurses/pecl-ncurses-1.0.2-r5.ebuild index 87adfe2ff31d..273b93d25b1c 100644 --- a/dev-php/pecl-ncurses/pecl-ncurses-1.0.2-r5.ebuild +++ b/dev-php/pecl-ncurses/pecl-ncurses-1.0.2-r5.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -USE_PHP="php5-6 php7-1 php7-2 php7-3 php7-4" +USE_PHP="php7-3 php7-4" inherit php-ext-pecl-r3 |