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

Bug 434968

Summary: dev-php/pecl-memcached add USE=json
Product: Gentoo Linux Reporter: Brandon Holbrook <gentoo>
Component: Current packagesAssignee: PHP Bugs <php-bugs>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: pecl-memcached-2.1.0-r2.ebuild
metadata.xml

Description Brandon Holbrook 2012-09-14 05:34:09 UTC
Recent versions of pecl-memcached support the "--enable-memcached-json" flag to configure.  Please add support for passing this flag based upon a new "json" USE flag.

Probably also makes sense to also have
DEPEND=dev-lang/php[json?]


Reproducible: Always
Comment 1 Matthew Schultz 2013-01-08 18:39:43 UTC
Created attachment 334836 [details]
pecl-memcached-2.1.0-r2.ebuild

bumped eapi, fixed deps, added json useflag.
Comment 2 Matthew Schultz 2013-01-08 18:40:16 UTC
Created attachment 334838 [details]
metadata.xml

added json use description
Comment 3 Ole Markus With (RETIRED) gentoo-dev 2013-03-28 12:47:13 UTC
json and sasl flag added, as well as php 5.5 support.