diff options
author | Patrick Lauer <patrick@gentoo.org> | 2014-02-21 03:40:44 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2014-02-21 03:40:44 +0000 |
commit | 89b4914e2b836ed28234033c790910149d704da6 (patch) | |
tree | 9b5433a6d0cccf303b46d4e85e709f93d393a89d | |
parent | Bump, restrict tests as they fail to build (diff) | |
download | gentoo-2-89b4914e2b836ed28234033c790910149d704da6.tar.gz gentoo-2-89b4914e2b836ed28234033c790910149d704da6.tar.bz2 gentoo-2-89b4914e2b836ed28234033c790910149d704da6.zip |
Fix astor dependency #501724
(Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
-rw-r--r-- | dev-lang/hy/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/hy/hy-0.9.12.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-lang/hy/ChangeLog b/dev-lang/hy/ChangeLog index 94cefcdf9d91..8ec07ee5a15d 100644 --- a/dev-lang/hy/ChangeLog +++ b/dev-lang/hy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/hy # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/hy/ChangeLog,v 1.1 2014/02/14 09:13:35 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/hy/ChangeLog,v 1.2 2014/02/21 03:40:44 patrick Exp $ + + 21 Feb 2014; Patrick Lauer <patrick@gentoo.org> hy-0.9.12.ebuild: + Fix astor dependency #501724 *hy-0.9.12 (14 Feb 2014) diff --git a/dev-lang/hy/hy-0.9.12.ebuild b/dev-lang/hy/hy-0.9.12.ebuild index 083b3fbcb762..8dabe9c152ac 100644 --- a/dev-lang/hy/hy-0.9.12.ebuild +++ b/dev-lang/hy/hy-0.9.12.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-lang/hy/hy-0.9.12.ebuild,v 1.1 2014/02/14 09:13:35 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/hy/hy-0.9.12.ebuild,v 1.2 2014/02/21 03:40:44 patrick Exp $ EAPI=5 @@ -18,13 +18,13 @@ KEYWORDS="~amd64 ~x86" IUSE="test" RDEPEND="dev-python/flake8 - >=dev-python/rply-0.7.0" + >=dev-python/rply-0.7.0 + dev-python/astor" DEPEND="${RDEPEND} test? ( dev-python/tox dev-python/nose dev-python/sphinx dev-python/coverage - dev-python/astor )" python_test() { |