diff options
-rw-r--r-- | dev-php/PEAR-Testing_Selenium/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/PEAR-Testing_Selenium/PEAR-Testing_Selenium-0.4.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/PEAR-Testing_Selenium/ChangeLog b/dev-php/PEAR-Testing_Selenium/ChangeLog index 513d5f5d4291..018bff231b93 100644 --- a/dev-php/PEAR-Testing_Selenium/ChangeLog +++ b/dev-php/PEAR-Testing_Selenium/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/PEAR-Testing_Selenium # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Testing_Selenium/ChangeLog,v 1.8 2008/02/04 22:04:18 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Testing_Selenium/ChangeLog,v 1.9 2008/03/08 22:18:30 pva Exp $ + + 08 Mar 2008; <pva@gentoo.org> PEAR-Testing_Selenium-0.4.2.ebuild: + amd64 stable, bug #208848. 04 Feb 2008; Markus Meier <maekke@gentoo.org> PEAR-Testing_Selenium-0.4.2.ebuild: diff --git a/dev-php/PEAR-Testing_Selenium/PEAR-Testing_Selenium-0.4.2.ebuild b/dev-php/PEAR-Testing_Selenium/PEAR-Testing_Selenium-0.4.2.ebuild index 603e372d00cd..764d78b295c8 100644 --- a/dev-php/PEAR-Testing_Selenium/PEAR-Testing_Selenium-0.4.2.ebuild +++ b/dev-php/PEAR-Testing_Selenium/PEAR-Testing_Selenium-0.4.2.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2008 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.2.ebuild,v 1.3 2008/02/04 22:04:18 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Testing_Selenium/PEAR-Testing_Selenium-0.4.2.ebuild,v 1.4 2008/03/08 22:18:30 pva Exp $ inherit php-pear-r1 DESCRIPTION="PHP Client for Selenium Remote Control." LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~sparc x86" +KEYWORDS="~alpha amd64 ~ia64 ~sparc x86" IUSE="" DEPEND=">=dev-lang/php-5.1.0" |