diff options
author | 2009-12-20 15:53:23 +0000 | |
---|---|---|
committer | 2009-12-20 15:53:23 +0000 | |
commit | e72b6cb19c4c13254fc29367bb51637c93ad6dfa (patch) | |
tree | 621f2bc115bbab656a932d5adaa5ed6627b70c27 /dev-python/virtualenv | |
parent | Version bump. Now implements BGP route refresh (RFC2918) & route reload comma... (diff) | |
download | historical-e72b6cb19c4c13254fc29367bb51637c93ad6dfa.tar.gz historical-e72b6cb19c4c13254fc29367bb51637c93ad6dfa.tar.bz2 historical-e72b6cb19c4c13254fc29367bb51637c93ad6dfa.zip |
Merged keywords from Prefix
Package-Manager: portage-2.2.00.15118-prefix/cvs/Darwin powerpc
Diffstat (limited to 'dev-python/virtualenv')
-rw-r--r-- | dev-python/virtualenv/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/virtualenv/virtualenv-1.4.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/virtualenv/ChangeLog b/dev-python/virtualenv/ChangeLog index 326251ee0211..decda739cea1 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.21 2009/11/21 02:53:20 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.22 2009/12/20 15:47:20 grobian Exp $ + + 20 Dec 2009; Fabian Groffen <grobian@gentoo.org> virtualenv-1.4.3.ebuild: + Merged keywords from Prefix *virtualenv-1.4.3 (21 Nov 2009) diff --git a/dev-python/virtualenv/virtualenv-1.4.3.ebuild b/dev-python/virtualenv/virtualenv-1.4.3.ebuild index 40782e6720b8..67e980d9d549 100644 --- a/dev-python/virtualenv/virtualenv-1.4.3.ebuild +++ b/dev-python/virtualenv/virtualenv-1.4.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.4.3.ebuild,v 1.1 2009/11/21 02:53:20 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.4.3.ebuild,v 1.2 2009/12/20 15:47:20 grobian 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" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-solaris" SLOT="0" IUSE="" |