summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
Diffstat (limited to 'eclass')
-rw-r--r--eclass/Manifest.gzbin41533 -> 41531 bytes
-rw-r--r--eclass/mysql_fx.eclass6
-rw-r--r--eclass/php-pear-r1.eclass1
-rw-r--r--eclass/ruby-utils.eclass2
4 files changed, 4 insertions, 5 deletions
diff --git a/eclass/Manifest.gz b/eclass/Manifest.gz
index cfc9704ceecb..aa3f066a0e2f 100644
--- a/eclass/Manifest.gz
+++ b/eclass/Manifest.gz
Binary files differ
diff --git a/eclass/mysql_fx.eclass b/eclass/mysql_fx.eclass
index 9d1e5967f673..02c6f846f0f3 100644
--- a/eclass/mysql_fx.eclass
+++ b/eclass/mysql_fx.eclass
@@ -6,10 +6,10 @@
# Do not use it in new series.
# @ECLASS: mysql_fx.eclass
-# @AUTHOR: Francesco Riosa (Retired) <vivo@gentoo.org>
# @MAINTAINER:
-# - MySQL Team <mysql-bugs@gentoo.org>
-# - Luca Longinotti <chtekk@gentoo.org>
+# - MySQL Team <mysql-bugs@gentoo.org>
+# - Luca Longinotti <chtekk@gentoo.org>
+# @AUTHOR: Francesco Riosa (Retired) <vivo@gentoo.org>
# @BLURB: This eclass provides some helper functions for mysql ebuilds
# @DESCRIPTION:
# This eclass providers helpers to build mysql servers including patching
diff --git a/eclass/php-pear-r1.eclass b/eclass/php-pear-r1.eclass
index aac801f79d4f..d565f07a0958 100644
--- a/eclass/php-pear-r1.eclass
+++ b/eclass/php-pear-r1.eclass
@@ -51,7 +51,6 @@ fix_PEAR_PV() {
}
# @ECLASS-VARIABLE: PEAR_PV
-# @DEFAULT: PV with _rc->RC, _beta->b, _alpha->a, _pre->pre, _p->p
# @DESCRIPTION:
# Set in ebuild if the eclass ${PV} mangling breaks SRC_URI for alpha/beta/rc versions
[[ -z "${PEAR_PV}" ]] && fix_PEAR_PV
diff --git a/eclass/ruby-utils.eclass b/eclass/ruby-utils.eclass
index e4a072a0972e..4be437672d08 100644
--- a/eclass/ruby-utils.eclass
+++ b/eclass/ruby-utils.eclass
@@ -31,7 +31,7 @@ if [[ ! ${_RUBY_UTILS} ]]; then
RUBY_TARGETS_PREFERENCE="ruby22 "
# All other active ruby targets
-RUBY_TARGETS_PREFERENCE+="ruby23 ruby24"
+RUBY_TARGETS_PREFERENCE+="ruby23 ruby24 ruby25"
_ruby_implementation_depend() {