diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-03-08 23:58:45 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-03-08 23:58:45 +0000 |
commit | abb82ee20793a24d47b7981440e398d4e0481ad8 (patch) | |
tree | f5e9000d499f3ad652ba84a34b2ce8eca71415c3 /dev-python/selenium | |
parent | x86 stable, bug 540290 (diff) | |
download | gentoo-2-abb82ee20793a24d47b7981440e398d4e0481ad8.tar.gz gentoo-2-abb82ee20793a24d47b7981440e398d4e0481ad8.tar.bz2 gentoo-2-abb82ee20793a24d47b7981440e398d4e0481ad8.zip |
x86 stable, bug 540290
(Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-python/selenium')
-rw-r--r-- | dev-python/selenium/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/selenium/selenium-2.42.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/selenium/ChangeLog b/dev-python/selenium/ChangeLog index e01e7ad6d4c6..1c965bc9f9ee 100644 --- a/dev-python/selenium/ChangeLog +++ b/dev-python/selenium/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/selenium # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/selenium/ChangeLog,v 1.8 2015/03/06 22:37:18 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/selenium/ChangeLog,v 1.9 2015/03/08 23:58:45 pacho Exp $ + + 08 Mar 2015; Pacho Ramos <pacho@gentoo.org> selenium-2.42.1.ebuild: + x86 stable, bug 540290 06 Mar 2015; Pacho Ramos <pacho@gentoo.org> selenium-2.42.1.ebuild: amd64 stable, bug 540290 diff --git a/dev-python/selenium/selenium-2.42.1.ebuild b/dev-python/selenium/selenium-2.42.1.ebuild index b20dcf5b88db..504e445a6fdf 100644 --- a/dev-python/selenium/selenium-2.42.1.ebuild +++ b/dev-python/selenium/selenium-2.42.1.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-python/selenium/selenium-2.42.1.ebuild,v 1.2 2015/03/06 22:37:18 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/selenium/selenium-2.42.1.ebuild,v 1.3 2015/03/08 23:58:45 pacho Exp $ EAPI=5 @@ -12,7 +12,7 @@ DESCRIPTION="Python language binding for Selenium Remote Control (version 1.0 an HOMEPAGE="http://pypi.python.org/pypi/selenium/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" -KEYWORDS="amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm x86" IUSE="doc" LICENSE="Apache-2.0" SLOT="0" |