diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2015-09-25 12:59:47 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2015-09-25 13:00:01 -0400 |
commit | d5335c4e77eec4e81687b8db78f00ea9a48fc9de (patch) | |
tree | beb58b9f600099115d9a48b3b63c847537d3d56c | |
parent | app-admin/entre: Initial commit. Fixes bug 558204. (diff) | |
download | gentoo-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
-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} |