diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2015-07-07 16:11:39 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2015-07-07 16:11:39 +0000 |
commit | 3f8308c97c38fc9c2cad272bac30c55a51baa841 (patch) | |
tree | 58f3acb1af281d0c84319a79c755a341619ee434 /dev-python/oslotest | |
parent | amd64 stable wrt bug #554114 (diff) | |
download | gentoo-2-3f8308c97c38fc9c2cad272bac30c55a51baa841.tar.gz gentoo-2-3f8308c97c38fc9c2cad272bac30c55a51baa841.tar.bz2 gentoo-2-3f8308c97c38fc9c2cad272bac30c55a51baa841.zip |
Mark proper version stable
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'dev-python/oslotest')
-rw-r--r-- | dev-python/oslotest/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/oslotest/oslotest-1.5.0.ebuild | 4 | ||||
-rw-r--r-- | dev-python/oslotest/oslotest-1.5.1.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-python/oslotest/ChangeLog b/dev-python/oslotest/ChangeLog index 597001a9b488..27cb5c8132a7 100644 --- a/dev-python/oslotest/ChangeLog +++ b/dev-python/oslotest/ChangeLog @@ -1,6 +1,10 @@ # 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.19 2015/07/07 16:07:11 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/oslotest/ChangeLog,v 1.20 2015/07/07 16:11:39 zlogene Exp $ + + 07 Jul 2015; Mikle Kolyada <zlogene@gentoo.org> oslotest-1.5.0.ebuild, + oslotest-1.5.1.ebuild: + Mark proper version stable 07 Jul 2015; Mikle Kolyada <zlogene@gentoo.org> oslotest-1.5.0.ebuild: amd64 stable wrt bug #554114 diff --git a/dev-python/oslotest/oslotest-1.5.0.ebuild b/dev-python/oslotest/oslotest-1.5.0.ebuild index 49bacbc4a96a..6a9d0dff5c91 100644 --- a/dev-python/oslotest/oslotest-1.5.0.ebuild +++ b/dev-python/oslotest/oslotest-1.5.0.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/oslotest/oslotest-1.5.0.ebuild,v 1.2 2015/07/07 16:07:11 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/oslotest/oslotest-1.5.0.ebuild,v 1.3 2015/07/07 16:11:39 zlogene 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 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="doc test" CDEPEND=" diff --git a/dev-python/oslotest/oslotest-1.5.1.ebuild b/dev-python/oslotest/oslotest-1.5.1.ebuild index ceb0a8cc7547..ebed4c8c7237 100644 --- a/dev-python/oslotest/oslotest-1.5.1.ebuild +++ b/dev-python/oslotest/oslotest-1.5.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/oslotest/oslotest-1.5.1.ebuild,v 1.1 2015/03/14 23:22:35 alunduil Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/oslotest/oslotest-1.5.1.ebuild,v 1.2 2015/07/07 16:11:39 zlogene 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=" |