diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-03-06 22:39:02 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-03-06 22:39:02 +0000 |
commit | a04a34934d51f91ed01a1c904e20145ca9f39c8d (patch) | |
tree | 1077dadbd5983e4a488ef5fdf98c374f8a8efd90 /dev-python/statsmodels | |
parent | amd64 stable, bug 540290 (diff) | |
download | gentoo-2-a04a34934d51f91ed01a1c904e20145ca9f39c8d.tar.gz gentoo-2-a04a34934d51f91ed01a1c904e20145ca9f39c8d.tar.bz2 gentoo-2-a04a34934d51f91ed01a1c904e20145ca9f39c8d.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)
Diffstat (limited to 'dev-python/statsmodels')
-rw-r--r-- | dev-python/statsmodels/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/statsmodels/statsmodels-0.6.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/statsmodels/ChangeLog b/dev-python/statsmodels/ChangeLog index ec7bb01a4ac8..924a82cfa7b8 100644 --- a/dev-python/statsmodels/ChangeLog +++ b/dev-python/statsmodels/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/statsmodels -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/statsmodels/ChangeLog,v 1.7 2014/12/19 08:55:52 jlec Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/statsmodels/ChangeLog,v 1.8 2015/03/06 22:39:02 pacho Exp $ + + 06 Mar 2015; Pacho Ramos <pacho@gentoo.org> statsmodels-0.6.1.ebuild: + amd64 stable, bug 540290 19 Dec 2014; Justin Lecher <jlec@gentoo.org> statsmodels-0.6.1.ebuild: Drop PYTHON_USEDEP suggested by Arfrever diff --git a/dev-python/statsmodels/statsmodels-0.6.1.ebuild b/dev-python/statsmodels/statsmodels-0.6.1.ebuild index 055fb171c07d..e9371a44ff9d 100644 --- a/dev-python/statsmodels/statsmodels-0.6.1.ebuild +++ b/dev-python/statsmodels/statsmodels-0.6.1.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/statsmodels/statsmodels-0.6.1.ebuild,v 1.3 2014/12/19 08:55:52 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/statsmodels/statsmodels-0.6.1.ebuild,v 1.4 2015/03/06 22:39:02 pacho Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="doc examples test" CDEPEND=" |