diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-05-12 20:13:22 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-05-12 20:13:22 +0000 |
commit | 040420523f22c09fb0285175ec8f321f7578ea87 (patch) | |
tree | 24c6ffba04e8a4b545a25a8ec32872169ef43a93 /dev-python/pytest | |
parent | keyword ~amd64-fbsd (diff) | |
download | historical-040420523f22c09fb0285175ec8f321f7578ea87.tar.gz historical-040420523f22c09fb0285175ec8f321f7578ea87.tar.bz2 historical-040420523f22c09fb0285175ec8f321f7578ea87.zip |
keyword ~amd64-fbsd
Package-Manager: portage-2.2.0_alpha104/cvs/Linux x86_64
Diffstat (limited to 'dev-python/pytest')
-rw-r--r-- | dev-python/pytest/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pytest/pytest-2.2.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pytest/ChangeLog b/dev-python/pytest/ChangeLog index 28263d22fc33..9f160529003c 100644 --- a/dev-python/pytest/ChangeLog +++ b/dev-python/pytest/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pytest # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v 1.35 2012/02/15 10:15:30 djc Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v 1.36 2012/05/12 20:13:22 aballier Exp $ + + 12 May 2012; Alexis Ballier <aballier@gentoo.org> pytest-2.2.3.ebuild: + keyword ~amd64-fbsd *pytest-2.2.3 (15 Feb 2012) diff --git a/dev-python/pytest/pytest-2.2.3.ebuild b/dev-python/pytest/pytest-2.2.3.ebuild index 9a84f911fb58..b017cd43b00b 100644 --- a/dev-python/pytest/pytest-2.2.3.ebuild +++ b/dev-python/pytest/pytest-2.2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.2.3.ebuild,v 1.1 2012/02/15 10:15:30 djc Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.2.3.ebuild,v 1.2 2012/05/12 20:13:22 aballier Exp $ EAPI="3" SUPPORT_PYTHON_ABIS="1" @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="" RDEPEND=">=dev-python/py-1.4.7" |