diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-02-21 11:07:06 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-02-21 11:07:06 +0000 |
commit | 3369ed7ae79d1952334c024a351ed440d2233916 (patch) | |
tree | dd599da75bed626c36ae262ac8fa5cd11cd0b940 /dev-python/kiwisolver | |
parent | amd64 stable wrt bug #540866 (diff) | |
download | gentoo-2-3369ed7ae79d1952334c024a351ed440d2233916.tar.gz gentoo-2-3369ed7ae79d1952334c024a351ed440d2233916.tar.bz2 gentoo-2-3369ed7ae79d1952334c024a351ed440d2233916.zip |
amd64/x86 stable, bug #540516
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-python/kiwisolver')
-rw-r--r-- | dev-python/kiwisolver/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/kiwisolver/kiwisolver-0.1.3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/kiwisolver/ChangeLog b/dev-python/kiwisolver/ChangeLog index 3b774ae08241..7dc624d750bf 100644 --- a/dev-python/kiwisolver/ChangeLog +++ b/dev-python/kiwisolver/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/kiwisolver -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/kiwisolver/ChangeLog,v 1.1 2014/11/15 13:00:40 idella4 Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/kiwisolver/ChangeLog,v 1.2 2015/02/21 11:07:06 pacho Exp $ + + 21 Feb 2015; Pacho Ramos <pacho@gentoo.org> kiwisolver-0.1.3.ebuild: + amd64/x86 stable, bug #540516 *kiwisolver-0.1.3 (15 Nov 2014) diff --git a/dev-python/kiwisolver/kiwisolver-0.1.3.ebuild b/dev-python/kiwisolver/kiwisolver-0.1.3.ebuild index efd5d4f80c19..635dafe29036 100644 --- a/dev-python/kiwisolver/kiwisolver-0.1.3.ebuild +++ b/dev-python/kiwisolver/kiwisolver-0.1.3.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/kiwisolver/kiwisolver-0.1.3.ebuild,v 1.1 2014/11/15 13:00:40 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/kiwisolver/kiwisolver-0.1.3.ebuild,v 1.2 2015/02/21 11:07:06 pacho Exp $ EAPI="5" @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip" LICENSE="Clear-BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" DEPEND="app-arch/unzip dev-python/setuptools[${PYTHON_USEDEP}]" |