summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/kiwisolver')
-rw-r--r--dev-python/kiwisolver/ChangeLog7
-rw-r--r--dev-python/kiwisolver/kiwisolver-0.1.3.ebuild6
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}]"