summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2010-05-23 17:44:18 +0000
committerPacho Ramos <pacho@gentoo.org>2010-05-23 17:44:18 +0000
commit6017e71d3ef5134aba30cd2f9fc6ed95c52ba10b (patch)
tree87a410f395bcba5f66d0f2dc1c6cb0d128aa9f69
parentMove the shared object in the compile phase so that it is the right place for... (diff)
downloadgentoo-2-6017e71d3ef5134aba30cd2f9fc6ed95c52ba10b.tar.gz
gentoo-2-6017e71d3ef5134aba30cd2f9fc6ed95c52ba10b.tar.bz2
gentoo-2-6017e71d3ef5134aba30cd2f9fc6ed95c52ba10b.zip
stable amd64, bug 306337
(Portage version: 2.1.8.3/cvs/Linux x86_64)
-rw-r--r--dev-python/virtualenv/ChangeLog5
-rw-r--r--dev-python/virtualenv/virtualenv-1.4.5.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/virtualenv/ChangeLog b/dev-python/virtualenv/ChangeLog
index 0d3ec6f87f8d..dfdb3805a729 100644
--- a/dev-python/virtualenv/ChangeLog
+++ b/dev-python/virtualenv/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/virtualenv
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.33 2010/05/11 21:04:56 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.34 2010/05/23 17:44:18 pacho Exp $
+
+ 23 May 2010; Pacho Ramos <pacho@gentoo.org> virtualenv-1.4.5.ebuild:
+ stable amd64, bug 306337
11 May 2010; Brent Baude <ranger@gentoo.org> virtualenv-1.4.5.ebuild:
stable ppc64, bug 306337
diff --git a/dev-python/virtualenv/virtualenv-1.4.5.ebuild b/dev-python/virtualenv/virtualenv-1.4.5.ebuild
index fee9a5dd6fb5..21550afbd8b2 100644
--- a/dev-python/virtualenv/virtualenv-1.4.5.ebuild
+++ b/dev-python/virtualenv/virtualenv-1.4.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.4.5.ebuild,v 1.4 2010/05/11 21:04:56 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.4.5.ebuild,v 1.5 2010/05/23 17:44:18 pacho Exp $
EAPI="2"
SUPPORT_PYTHON_ABIS="1"
@@ -12,7 +12,7 @@ HOMEPAGE="http://pypi.python.org/pypi/virtualenv"
SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
-KEYWORDS="~amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~x86-solaris"
SLOT="0"
IUSE=""