diff options
author | 2015-03-09 00:04:52 +0000 | |
---|---|---|
committer | 2015-03-09 00:04:52 +0000 | |
commit | f4f3c7bf89a93f32d4f6a086c7c63f33879e7e9c (patch) | |
tree | ac2e3819ab43c25480c6c8f5b7d6bc3486b5f56c /dev-python/nose-exclude | |
parent | x86 stable, bug 540290 (diff) | |
download | gentoo-2-f4f3c7bf89a93f32d4f6a086c7c63f33879e7e9c.tar.gz gentoo-2-f4f3c7bf89a93f32d4f6a086c7c63f33879e7e9c.tar.bz2 gentoo-2-f4f3c7bf89a93f32d4f6a086c7c63f33879e7e9c.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/nose-exclude')
-rw-r--r-- | dev-python/nose-exclude/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/nose-exclude/nose-exclude-0.1.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/nose-exclude/ChangeLog b/dev-python/nose-exclude/ChangeLog index 867c41fc1b91..c555f9e90632 100644 --- a/dev-python/nose-exclude/ChangeLog +++ b/dev-python/nose-exclude/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/nose-exclude # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/nose-exclude/ChangeLog,v 1.10 2015/03/06 22:46:09 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/nose-exclude/ChangeLog,v 1.11 2015/03/09 00:04:52 pacho Exp $ + + 09 Mar 2015; Pacho Ramos <pacho@gentoo.org> nose-exclude-0.1.9.ebuild: + x86 stable, bug 540290 06 Mar 2015; Pacho Ramos <pacho@gentoo.org> nose-exclude-0.1.9.ebuild: amd64 stable, bug 540290 diff --git a/dev-python/nose-exclude/nose-exclude-0.1.9.ebuild b/dev-python/nose-exclude/nose-exclude-0.1.9.ebuild index 09b0ebcfa433..69c8b43716ca 100644 --- a/dev-python/nose-exclude/nose-exclude-0.1.9.ebuild +++ b/dev-python/nose-exclude/nose-exclude-0.1.9.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/nose-exclude/nose-exclude-0.1.9.ebuild,v 1.7 2015/03/06 22:46:09 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/nose-exclude/nose-exclude-0.1.9.ebuild,v 1.8 2015/03/09 00:04:52 pacho Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy ) @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND="dev-python/nose[${PYTHON_USEDEP}]" |