diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-05-14 09:02:25 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-05-14 09:02:25 +0000 |
commit | e6f4b8d7f074430aea814738bdac0517f0792c0a (patch) | |
tree | 467ca470b047f65112de1947e3154615e2f08644 /dev-util | |
parent | Stable for amd64, wrt bug #469734 (diff) | |
download | gentoo-2-e6f4b8d7f074430aea814738bdac0517f0792c0a.tar.gz gentoo-2-e6f4b8d7f074430aea814738bdac0517f0792c0a.tar.bz2 gentoo-2-e6f4b8d7f074430aea814738bdac0517f0792c0a.zip |
Stable for amd64, wrt bug #469736
(Portage version: 2.1.11.63/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/jedi/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/jedi/jedi-0.5_beta5.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-util/jedi/ChangeLog b/dev-util/jedi/ChangeLog index 7aebce5cd355..07e7ef8ba4b2 100644 --- a/dev-util/jedi/ChangeLog +++ b/dev-util/jedi/ChangeLog @@ -1,10 +1,12 @@ # ChangeLog for dev-util/jedi # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/jedi/ChangeLog,v 1.1 2013/04/14 20:53:23 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/jedi/ChangeLog,v 1.2 2013/05/14 09:02:25 ago Exp $ + + 14 May 2013; Agostino Sarubbo <ago@gentoo.org> jedi-0.5_beta5.ebuild: + Stable for amd64, wrt bug #469736 *jedi-0.5_beta5 (14 Apr 2013) 14 Apr 2013; Julian Ospald <hasufell@gentoo.org> +jedi-0.5_beta5.ebuild, +metadata.xml: initial import - diff --git a/dev-util/jedi/jedi-0.5_beta5.ebuild b/dev-util/jedi/jedi-0.5_beta5.ebuild index 0691b9b01243..445a0b549921 100644 --- a/dev-util/jedi/jedi-0.5_beta5.ebuild +++ b/dev-util/jedi/jedi-0.5_beta5.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-util/jedi/jedi-0.5_beta5.ebuild,v 1.2 2013/04/14 20:54:58 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/jedi/jedi-0.5_beta5.ebuild,v 1.3 2013/05/14 09:02:25 ago Exp $ EAPI=5 @@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/j/jedi/jedi-${MY_PV}.tar.gz" LICENSE="LGPL-3+" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" |