summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-python/virtualenv/ChangeLog5
-rw-r--r--dev-python/virtualenv/virtualenv-1.3.3.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/virtualenv/ChangeLog b/dev-python/virtualenv/ChangeLog
index d6c00d6428df..7d2e3ca310e0 100644
--- a/dev-python/virtualenv/ChangeLog
+++ b/dev-python/virtualenv/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/virtualenv
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.12 2009/09/16 17:37:50 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.13 2009/09/18 23:12:15 maekke Exp $
+
+ 18 Sep 2009; Markus Meier <maekke@gentoo.org> virtualenv-1.3.3.ebuild:
+ amd64 stable, bug #284994
16 Sep 2009; Christian Faulhammer <fauli@gentoo.org>
virtualenv-1.3.3.ebuild:
diff --git a/dev-python/virtualenv/virtualenv-1.3.3.ebuild b/dev-python/virtualenv/virtualenv-1.3.3.ebuild
index 5db1801289d5..2095318ceaa8 100644
--- a/dev-python/virtualenv/virtualenv-1.3.3.ebuild
+++ b/dev-python/virtualenv/virtualenv-1.3.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.3.3.ebuild,v 1.3 2009/09/16 17:37:50 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.3.3.ebuild,v 1.4 2009/09/18 23:12:15 maekke Exp $
EAPI="2"
@@ -13,7 +13,7 @@ DESCRIPTION="Virtual Python Environment builder"
HOMEPAGE="http://pypi.python.org/pypi/virtualenv"
SRC_URI="http://pypi.python.org/packages/source/v/${PN}/${P}.tar.gz"
LICENSE="MIT"
-KEYWORDS="~amd64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
SLOT="0"
IUSE=""