Skip to content

Commit

Permalink
dev-php/pecl-event: drop unexistent php-7.1 dep
Browse files Browse the repository at this point in the history
Signed-off-by: Joonas Niilola <[email protected]>
  • Loading branch information
juippis committed Sep 30, 2020
1 parent a8bfc23 commit d5b3979
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dev-php/pecl-event/pecl-event-2.5.7.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PHP_EXT_INI="yes"
PHP_EXT_ZENDEXT="no"
DOCS=( README.md )

USE_PHP="php7-1 php7-2 php7-3 php7-4"
USE_PHP="php7-2 php7-3 php7-4"

inherit php-ext-pecl-r3

Expand All @@ -24,7 +24,6 @@ DEPEND="
!libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:0= )
)
php_targets_php7-1? ( dev-lang/php:7.1[sockets?] )
php_targets_php7-2? ( dev-lang/php:7.2[sockets?] )
php_targets_php7-3? ( dev-lang/php:7.3[sockets?] )
php_targets_php7-4? ( dev-lang/php:7.4[sockets?] )"
Expand Down

0 comments on commit d5b3979

Please sign in to comment.