summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2013-10-22 14:15:13 +0000
committerFabian Groffen <grobian@gentoo.org>2013-10-22 14:15:13 +0000
commitd45f65a99a62b57521468632bcb72889544c2ba6 (patch)
tree2f823d2a06a34ee5935f7329ddaaacec85423ca9 /dev-python/paste
parentVersion bump (diff)
downloadgentoo-2-d45f65a99a62b57521468632bcb72889544c2ba6.tar.gz
gentoo-2-d45f65a99a62b57521468632bcb72889544c2ba6.tar.bz2
gentoo-2-d45f65a99a62b57521468632bcb72889544c2ba6.zip
Marked ~x64-macos, bug #487670
(Portage version: 2.2.7-prefix/cvs/SunOS i386, signed Manifest commit with key 0x5F75F607C5C74E89)
Diffstat (limited to 'dev-python/paste')
-rw-r--r--dev-python/paste/ChangeLog5
-rw-r--r--dev-python/paste/paste-1.7.5.1-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/paste/ChangeLog b/dev-python/paste/ChangeLog
index 57f3ec2a1e5a..f9fafabb92e6 100644
--- a/dev-python/paste/ChangeLog
+++ b/dev-python/paste/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/paste
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/paste/ChangeLog,v 1.22 2013/09/05 18:46:46 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/paste/ChangeLog,v 1.23 2013/10/22 14:15:13 grobian Exp $
+
+ 22 Oct 2013; Fabian Groffen <grobian@gentoo.org> paste-1.7.5.1-r1.ebuild:
+ Marked ~x64-macos, bug #487670
05 Sep 2013; Michał Górny <mgorny@gentoo.org> paste-1.7.5.1-r1.ebuild:
Clean up PYTHON_COMPAT from old implementations.
diff --git a/dev-python/paste/paste-1.7.5.1-r1.ebuild b/dev-python/paste/paste-1.7.5.1-r1.ebuild
index 11fed12c7cb0..2c8d27515524 100644
--- a/dev-python/paste/paste-1.7.5.1-r1.ebuild
+++ b/dev-python/paste/paste-1.7.5.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/paste/paste-1.7.5.1-r1.ebuild,v 1.5 2013/09/05 18:46:46 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/paste/paste-1.7.5.1-r1.ebuild,v 1.6 2013/10/22 14:15:13 grobian Exp $
EAPI=5
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-interix ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris"
+KEYWORDS="~amd64 ~x86 ~x86-interix ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris"
IUSE="doc flup openid"
RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]