summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2015-09-25 12:59:47 -0400
committerMichael Orlitzky <mjo@gentoo.org>2015-09-25 13:00:01 -0400
commitd5335c4e77eec4e81687b8db78f00ea9a48fc9de (patch)
treebeb58b9f600099115d9a48b3b63c847537d3d56c /dev-php/pecl-oauth
parentapp-admin/entre: Initial commit. Fixes bug 558204. (diff)
downloadgentoo-d5335c4e77eec4e81687b8db78f00ea9a48fc9de.tar.gz
gentoo-d5335c4e77eec4e81687b8db78f00ea9a48fc9de.tar.bz2
gentoo-d5335c4e77eec4e81687b8db78f00ea9a48fc9de.zip
dev-php/pecl-oauth: revbump to fix DOCS and add USE=examples.
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'dev-php/pecl-oauth')
-rw-r--r--dev-php/pecl-oauth/pecl-oauth-1.2.3-r3.ebuild (renamed from dev-php/pecl-oauth/pecl-oauth-1.2.3-r2.ebuild)3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-php/pecl-oauth/pecl-oauth-1.2.3-r2.ebuild b/dev-php/pecl-oauth/pecl-oauth-1.2.3-r3.ebuild
index e409572d0c69..0afc7320d7ae 100644
--- a/dev-php/pecl-oauth/pecl-oauth-1.2.3-r2.ebuild
+++ b/dev-php/pecl-oauth/pecl-oauth-1.2.3-r3.ebuild
@@ -6,7 +6,6 @@ EAPI="5"
PHP_EXT_NAME="oauth"
PHP_EXT_INI="yes"
PHP_EXT_ZENDEXT="no"
-DOCS="README"
USE_PHP="php5-6 php5-5 php5-4"
@@ -17,7 +16,7 @@ KEYWORDS="~amd64 ~x86"
DESCRIPTION="OAuth is an authorization protocol built on top of HTTP"
LICENSE="BSD"
SLOT="0"
-IUSE=""
+IUSE="examples"
for target in ${USE_PHP}; do
slot=${target/php}