Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 610014 - dev-php/pecl-geoip: Support PHP 7.1
Summary: dev-php/pecl-geoip: Support PHP 7.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-19 13:31 UTC by Hanno Böck
Modified: 2017-03-19 16:01 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
pecl-geoip-1.1.1-r3.ebuild (pecl-geoip-1.1.1-r3.ebuild,451 bytes, text/plain)
2017-02-19 13:31 UTC, Hanno Böck
Details

Note You need to log in before you can comment on or make changes to this bug.
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