diff options
author | 2015-04-19 09:28:01 +0000 | |
---|---|---|
committer | 2015-04-19 09:28:01 +0000 | |
commit | 3133d91be067a1377460887acfb72c52d4dc313e (patch) | |
tree | 1096090744ebfad214a6754fbb48bd8e796c30ef /dev-php/PEAR-Testing_Selenium | |
parent | A bit of cleanup and sync with regular ebuilds (diff) | |
download | gentoo-2-3133d91be067a1377460887acfb72c52d4dc313e.tar.gz gentoo-2-3133d91be067a1377460887acfb72c52d4dc313e.tar.bz2 gentoo-2-3133d91be067a1377460887acfb72c52d4dc313e.zip |
Stable for amd64/x86, wrt bug #546662
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-php/PEAR-Testing_Selenium')
-rw-r--r-- | dev-php/PEAR-Testing_Selenium/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/PEAR-Testing_Selenium/PEAR-Testing_Selenium-0.4.4-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-php/PEAR-Testing_Selenium/ChangeLog b/dev-php/PEAR-Testing_Selenium/ChangeLog index 844f884c55f6..a8850e218f90 100644 --- a/dev-php/PEAR-Testing_Selenium/ChangeLog +++ b/dev-php/PEAR-Testing_Selenium/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/PEAR-Testing_Selenium # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Testing_Selenium/ChangeLog,v 1.16 2015/04/15 04:31:44 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Testing_Selenium/ChangeLog,v 1.17 2015/04/19 09:28:01 ago Exp $ + + 19 Apr 2015; Agostino Sarubbo <ago@gentoo.org> + PEAR-Testing_Selenium-0.4.4-r1.ebuild: + Stable for amd64/x86, wrt bug #546662 15 Apr 2015; Jeroen Roovers <jer@gentoo.org> PEAR-Testing_Selenium-0.4.4-r1.ebuild: diff --git a/dev-php/PEAR-Testing_Selenium/PEAR-Testing_Selenium-0.4.4-r1.ebuild b/dev-php/PEAR-Testing_Selenium/PEAR-Testing_Selenium-0.4.4-r1.ebuild index cd6a5fcdbee7..f07e48d6fcdc 100644 --- a/dev-php/PEAR-Testing_Selenium/PEAR-Testing_Selenium-0.4.4-r1.ebuild +++ b/dev-php/PEAR-Testing_Selenium/PEAR-Testing_Selenium-0.4.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Testing_Selenium/PEAR-Testing_Selenium-0.4.4-r1.ebuild,v 1.2 2015/04/15 04:31:44 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Testing_Selenium/PEAR-Testing_Selenium-0.4.4-r1.ebuild,v 1.3 2015/04/19 09:28:01 ago Exp $ EAPI=5 @@ -9,6 +9,6 @@ inherit php-pear-r1 DESCRIPTION="PHP Client for Selenium Remote Control" LICENSE="PHP-3" SLOT="0" -KEYWORDS="~alpha ~amd64 hppa ~ia64 ~sparc ~x86" +KEYWORDS="~alpha amd64 hppa ~ia64 ~sparc x86" IUSE="" RDEPEND=">=dev-lang/php-5.1.0" |