Diff PEAR-HTML_QuickForm2-2.2.0 with a PEAR-HTML_QuickForm2-2.2.2

/usr/portage/dev-php/PEAR-HTML_QuickForm2/PEAR-HTML_QuickForm2-2.2.2.ebuild 2023-10-09 14:52:29.956368362 +0300
1
# Copyright 1999-2020 Gentoo Authors
1
# Copyright 1999-2021 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=7
......
11 11
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
12 12
IUSE="examples"
13 13

  
14
DEPEND=">=dev-lang/php-5.2.0:*"
14
DEPEND=">=dev-lang/php-5.4.0:*"
15 15
RDEPEND="${DEPEND}
16
	>=dev-php/PEAR-HTML_Common2-2.1.0"
16
	>=dev-php/PEAR-HTML_Common2-2.2.0"
17 17

  
18 18
src_install() {
19 19
	HTML_DOCS=( data/quickform.css data/js )
Thank you!