diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-03-08 23:48:39 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-03-08 23:48:39 +0000 |
commit | 4a982d0555391fb8f75da07466988ebeeb67b1f7 (patch) | |
tree | 7e619534764f63ac7f385e368bb79c6580a88641 /dev-python/functest | |
parent | x86 stable, bug 540290 (diff) | |
download | gentoo-2-4a982d0555391fb8f75da07466988ebeeb67b1f7.tar.gz gentoo-2-4a982d0555391fb8f75da07466988ebeeb67b1f7.tar.bz2 gentoo-2-4a982d0555391fb8f75da07466988ebeeb67b1f7.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/functest')
-rw-r--r-- | dev-python/functest/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/functest/functest-0.8.8-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/functest/ChangeLog b/dev-python/functest/ChangeLog index df7ef4eaa7c6..2c86fd76f436 100644 --- a/dev-python/functest/ChangeLog +++ b/dev-python/functest/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/functest # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/functest/ChangeLog,v 1.5 2015/03/06 22:21:27 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/functest/ChangeLog,v 1.6 2015/03/08 23:48:39 pacho Exp $ + + 08 Mar 2015; Pacho Ramos <pacho@gentoo.org> functest-0.8.8-r1.ebuild: + x86 stable, bug 540290 06 Mar 2015; Pacho Ramos <pacho@gentoo.org> functest-0.8.8-r1.ebuild: amd64 stable, bug 540290 diff --git a/dev-python/functest/functest-0.8.8-r1.ebuild b/dev-python/functest/functest-0.8.8-r1.ebuild index 308857fa5b61..9fa91144ef13 100644 --- a/dev-python/functest/functest-0.8.8-r1.ebuild +++ b/dev-python/functest/functest-0.8.8-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-python/functest/functest-0.8.8-r1.ebuild,v 1.2 2015/03/06 22:21:27 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/functest/functest-0.8.8-r1.ebuild,v 1.3 2015/03/08 23:48:39 pacho Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" |