diff options
author | Markus Meier <maekke@gentoo.org> | 2015-02-28 20:01:18 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2015-02-28 20:01:18 +0000 |
commit | 13fa83d15007cf802bb641429fb068a8fa1fdabc (patch) | |
tree | 78a28436c9ac5cadfafd81217141ad86e807c723 /dev-python/pytest-timeout | |
parent | arm stable, bug #540676 (diff) | |
download | gentoo-2-13fa83d15007cf802bb641429fb068a8fa1fdabc.tar.gz gentoo-2-13fa83d15007cf802bb641429fb068a8fa1fdabc.tar.bz2 gentoo-2-13fa83d15007cf802bb641429fb068a8fa1fdabc.zip |
add ~arm, bug #539730
(Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'dev-python/pytest-timeout')
-rw-r--r-- | dev-python/pytest-timeout/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/pytest-timeout/pytest-timeout-0.4.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/pytest-timeout/ChangeLog b/dev-python/pytest-timeout/ChangeLog index df806c16ad81..8a02a41847b0 100644 --- a/dev-python/pytest-timeout/ChangeLog +++ b/dev-python/pytest-timeout/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pytest-timeout -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest-timeout/ChangeLog,v 1.2 2014/12/09 08:44:19 mgorny Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest-timeout/ChangeLog,v 1.3 2015/02/28 20:01:18 maekke Exp $ + + 28 Feb 2015; Markus Meier <maekke@gentoo.org> pytest-timeout-0.4.ebuild: + add ~arm, bug #539730 09 Dec 2014; Michał Górny <mgorny@gentoo.org> metadata.xml: Fix <herd/>. diff --git a/dev-python/pytest-timeout/pytest-timeout-0.4.ebuild b/dev-python/pytest-timeout/pytest-timeout-0.4.ebuild index 88448f8fd440..957a789fc591 100644 --- a/dev-python/pytest-timeout/pytest-timeout-0.4.ebuild +++ b/dev-python/pytest-timeout/pytest-timeout-0.4.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/pytest-timeout/pytest-timeout-0.4.ebuild,v 1.1 2014/11/22 09:43:43 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest-timeout/pytest-timeout-0.4.ebuild,v 1.2 2015/02/28 20:01:18 maekke Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" SLOT="0" LICENSE="MIT" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux" IUSE="" RDEPEND="dev-python/pytest" |