diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-03-03 01:42:44 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-03-03 01:42:44 +0000 |
commit | c303e4e5c9eb782c79696ef6ba52cebcd757a88b (patch) | |
tree | 3ce17295ea2a6d6ec96a17a797e649a5b3ecafe9 | |
parent | Fix building against sys-libs/ncurses[tinfo] (bug #459768). (diff) | |
download | gentoo-2-c303e4e5c9eb782c79696ef6ba52cebcd757a88b.tar.gz gentoo-2-c303e4e5c9eb782c79696ef6ba52cebcd757a88b.tar.bz2 gentoo-2-c303e4e5c9eb782c79696ef6ba52cebcd757a88b.zip |
Marked ~hppa (bug #503094).
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
-rw-r--r-- | dev-python/virtualenv/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/virtualenv/virtualenv-1.11.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/virtualenv/ChangeLog b/dev-python/virtualenv/ChangeLog index 52c8f90d71a4..579e3eee0a6d 100644 --- a/dev-python/virtualenv/ChangeLog +++ b/dev-python/virtualenv/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/virtualenv # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.113 2014/02/21 09:26:05 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.114 2014/03/03 01:42:44 jer Exp $ + + 03 Mar 2014; Jeroen Roovers <jer@gentoo.org> virtualenv-1.11.3.ebuild: + Marked ~hppa (bug #503094). *virtualenv-1.11.3 (21 Feb 2014) diff --git a/dev-python/virtualenv/virtualenv-1.11.3.ebuild b/dev-python/virtualenv/virtualenv-1.11.3.ebuild index 970a9297f435..dbba50a11702 100644 --- a/dev-python/virtualenv/virtualenv-1.11.3.ebuild +++ b/dev-python/virtualenv/virtualenv-1.11.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.11.3.ebuild,v 1.1 2014/02/21 09:26:05 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.11.3.ebuild,v 1.2 2014/03/03 01:42:44 jer Exp $ EAPI="5" @@ -13,7 +13,7 @@ HOMEPAGE="http://www.virtualenv.org/ http://pypi.python.org/pypi/virtualenv" SRC_URI="https://github.com/pypa/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris" +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris" SLOT="0" IUSE="doc test" |