Skip to content

Commit

Permalink
dev-php/geos-php: add PHP 7.3 support
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Thomas Deutschmann <[email protected]>
  • Loading branch information
Whissi committed Jun 7, 2019
1 parent d702110 commit fdc645a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dev-php/geos-php/geos-php-1.0.0.ebuild
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI="6"
EAPI="7"
PHP_EXT_NAME="geos"
PHP_EXT_INI="yes"
PHP_EXT_ZENDEXT="no"

USE_PHP="php5-6 php7-0 php7-1 php7-2"
USE_PHP="php5-6 php7-0 php7-1 php7-2 php7-3"

MY_PV="${PV/_/}"
MY_PV="${MY_PV/rc/RC}"
Expand Down

0 comments on commit fdc645a

Please sign in to comment.