diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-10-23 14:33:17 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-10-23 14:33:17 +0000 |
commit | 697f481241fdac1f20adbd0721962d8bb2aadaf9 (patch) | |
tree | 2b251e34fc3e29940c68392a9d4b79550c7884d2 /dev-python/testscenarios | |
parent | amd64/x86 stable, bug #526006 (diff) | |
download | gentoo-2-697f481241fdac1f20adbd0721962d8bb2aadaf9.tar.gz gentoo-2-697f481241fdac1f20adbd0721962d8bb2aadaf9.tar.bz2 gentoo-2-697f481241fdac1f20adbd0721962d8bb2aadaf9.zip |
amd64/x86 stable, bug #525994
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-python/testscenarios')
-rw-r--r-- | dev-python/testscenarios/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/testscenarios/testscenarios-0.4-r5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/testscenarios/ChangeLog b/dev-python/testscenarios/ChangeLog index 309052f86220..72662c0bb4ab 100644 --- a/dev-python/testscenarios/ChangeLog +++ b/dev-python/testscenarios/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/testscenarios # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/testscenarios/ChangeLog,v 1.19 2014/10/23 09:43:48 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/testscenarios/ChangeLog,v 1.20 2014/10/23 14:33:17 pacho Exp $ + + 23 Oct 2014; Pacho Ramos <pacho@gentoo.org> testscenarios-0.4-r5.ebuild: + amd64/x86 stable, bug #525994 23 Oct 2014; Jeroen Roovers <jer@gentoo.org> testscenarios-0.4-r5.ebuild: Stable for HPPA (bug #525994). diff --git a/dev-python/testscenarios/testscenarios-0.4-r5.ebuild b/dev-python/testscenarios/testscenarios-0.4-r5.ebuild index b2dd41609ac3..4d8234c7e16a 100644 --- a/dev-python/testscenarios/testscenarios-0.4-r5.ebuild +++ b/dev-python/testscenarios/testscenarios-0.4-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/testscenarios/testscenarios-0.4-r5.ebuild,v 1.5 2014/10/23 09:43:48 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/testscenarios/testscenarios-0.4-r5.ebuild,v 1.6 2014/10/23 14:33:17 pacho Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" RDEPEND="dev-python/testtools[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} |