summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2015-03-06 22:14:12 +0000
committerPacho Ramos <pacho@gentoo.org>2015-03-06 22:14:12 +0000
commitbebbdd01cbb38c69168155b4f37f791c5e469830 (patch)
tree5eeb88ec74f2bd9e5625bb4634c111da5ec061d9 /dev-python/dingus
parentamd64 stable, bug 540290 (diff)
downloadgentoo-2-bebbdd01cbb38c69168155b4f37f791c5e469830.tar.gz
gentoo-2-bebbdd01cbb38c69168155b4f37f791c5e469830.tar.bz2
gentoo-2-bebbdd01cbb38c69168155b4f37f791c5e469830.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/dingus')
-rw-r--r--dev-python/dingus/ChangeLog7
-rw-r--r--dev-python/dingus/dingus-0.3.4-r1.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/dingus/ChangeLog b/dev-python/dingus/ChangeLog
index ae5fd47c99c3..d72597bc618e 100644
--- a/dev-python/dingus/ChangeLog
+++ b/dev-python/dingus/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/dingus
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/dingus/ChangeLog,v 1.6 2014/03/31 21:09:45 mgorny Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/dingus/ChangeLog,v 1.7 2015/03/06 22:14:12 pacho Exp $
+
+ 06 Mar 2015; Pacho Ramos <pacho@gentoo.org> dingus-0.3.4-r1.ebuild:
+ amd64 stable, bug 540290
31 Mar 2014; Michał Górny <mgorny@gentoo.org> dingus-0.3.4-r1.ebuild:
Add support for the new PyPy slotting.
diff --git a/dev-python/dingus/dingus-0.3.4-r1.ebuild b/dev-python/dingus/dingus-0.3.4-r1.ebuild
index fd13d3b0b917..250ce4f5a850 100644
--- a/dev-python/dingus/dingus-0.3.4-r1.ebuild
+++ b/dev-python/dingus/dingus-0.3.4-r1.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/dingus/dingus-0.3.4-r1.ebuild,v 1.3 2014/03/31 21:09:45 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/dingus/dingus-0.3.4-r1.ebuild,v 1.4 2015/03/06 22:14:12 pacho Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} pypy pypy2_0 )
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
IUSE=""
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND=""