Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 434968 - dev-php/pecl-memcached add USE=json
Summary: dev-php/pecl-memcached add USE=json
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-14 05:34 UTC by Brandon Holbrook
Modified: 2013-03-28 12:47 UTC (History)
0 users

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


Attachments
pecl-memcached-2.1.0-r2.ebuild (pecl-memcached-2.1.0-r2.ebuild,836 bytes, text/plain)
2013-01-08 18:39 UTC, Matthew Schultz
Details
metadata.xml (metadata.xml,377 bytes, text/plain)
2013-01-08 18:40 UTC, Matthew Schultz
Details

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