diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-03-06 22:31:43 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-03-06 22:31:43 +0000 |
commit | 64884462385f4c89fbabd180e95fc59ee72a3d55 (patch) | |
tree | 759e4e328a944f58c1bcc38d3078302461625df8 | |
parent | amd64 stable, bug 540290 (diff) | |
download | gentoo-2-64884462385f4c89fbabd180e95fc59ee72a3d55.tar.gz gentoo-2-64884462385f4c89fbabd180e95fc59ee72a3d55.tar.bz2 gentoo-2-64884462385f4c89fbabd180e95fc59ee72a3d55.zip |
amd64 stable, bug 540290
(Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
-rw-r--r-- | dev-python/oslotest/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/oslotest/oslotest-1.3.0.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-python/oslotest/ChangeLog b/dev-python/oslotest/ChangeLog index 9d3703ad41df..8a99ce079f2a 100644 --- a/dev-python/oslotest/ChangeLog +++ b/dev-python/oslotest/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/oslotest # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/oslotest/ChangeLog,v 1.9 2015/02/28 21:22:18 alunduil Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/oslotest/ChangeLog,v 1.10 2015/03/06 22:31:43 pacho Exp $ + + 06 Mar 2015; Pacho Ramos <pacho@gentoo.org> oslotest-1.3.0.ebuild: + amd64 stable, bug 540290 *oslotest-1.5.0 (28 Feb 2015) diff --git a/dev-python/oslotest/oslotest-1.3.0.ebuild b/dev-python/oslotest/oslotest-1.3.0.ebuild index 2feb6d6f1361..da957ae47325 100644 --- a/dev-python/oslotest/oslotest-1.3.0.ebuild +++ b/dev-python/oslotest/oslotest-1.3.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/oslotest/oslotest-1.3.0.ebuild,v 1.1 2014/12/21 04:53:17 alunduil Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/oslotest/oslotest-1.3.0.ebuild,v 1.2 2015/03/06 22:31:43 pacho Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 python3_3 python3_4 ) @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~amd64-linux ~x86 ~x86-linux" +KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="doc test" CDEPEND=" |