Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 610014

Summary: dev-php/pecl-geoip: Support PHP 7.1
Product: Gentoo Linux Reporter: Hanno Böck <hanno>
Component: Current packagesAssignee: PHP Bugs <php-bugs>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: pecl-geoip-1.1.1-r3.ebuild

Description Hanno Böck gentoo-dev 2017-02-19 13:31:05 UTC
Created attachment 464336 [details]
pecl-geoip-1.1.1-r3.ebuild

It seems no code changes are needed for php 7.1-support, just needs the use flag. See attachment or:

--- pecl-geoip/pecl-geoip-1.1.1-r3.ebuild	2017-02-19 14:28:18.773378915 +0100
+++ /var/portage/dev-php/pecl-geoip/pecl-geoip-1.1.1-r2.ebuild	2017-01-04 21:20:54.718066059 +0100
@@ -6,11 +6,11 @@
 
 PHP_EXT_NAME="geoip"
 DOCS="README ChangeLog"
-USE_PHP="php5-6 php7-0 php7-1"
+USE_PHP="php5-6 php7-0"
 
 inherit php-ext-pecl-r3
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 DESCRIPTION="PHP extension to map IP address to geographic places"
 LICENSE="PHP-3"
Comment 1 Michael Orlitzky gentoo-dev 2017-03-19 16:01:58 UTC
commit 10937c9cc987ab6c9c00821d4a648147fdabc73e
Author: Michael Orlitzky <mjo@gentoo.org>
Date:   Sun Mar 19 11:46:33 2017 -0400

    dev-php/pecl-geoip: new revision with php-7.1 support.

    Gentoo-Bug: 610014

    Package-Manager: Portage-2.3.3, Repoman-2.3.1