diff options
author | Brian Evans <grknight@gentoo.org> | 2021-01-28 11:28:00 -0500 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2021-01-28 11:29:58 -0500 |
commit | eadd8de8dc5ef6781f9d0b6452c272cd2b05f458 (patch) | |
tree | 9d2680bc6020727778ded84a51b414076fc421de /dev-php | |
parent | dev-libs/liblinear: Stabilize 242 sparc, #767772 (diff) | |
download | gentoo-eadd8de8dc5ef6781f9d0b6452c272cd2b05f458.tar.gz gentoo-eadd8de8dc5ef6781f9d0b6452c272cd2b05f458.tar.bz2 gentoo-eadd8de8dc5ef6781f9d0b6452c272cd2b05f458.zip |
dev-php/pecl-pam: Drop unreachable targets
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/pecl-pam/pecl-pam-1.0.3-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/pecl-pam/pecl-pam-1.0.3-r3.ebuild b/dev-php/pecl-pam/pecl-pam-1.0.3-r3.ebuild index 233b87e332c2..5827d6ef1d27 100644 --- a/dev-php/pecl-pam/pecl-pam-1.0.3-r3.ebuild +++ b/dev-php/pecl-pam/pecl-pam-1.0.3-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -8,7 +8,7 @@ PHP_EXT_INI="yes" PHP_EXT_ZENDEXT="no" DOCS=( README ) -USE_PHP="php5-6 php7-0 php7-1 php7-2 php7-3 php7-4" +USE_PHP="php7-2 php7-3 php7-4" inherit php-ext-pecl-r3 pam |