mgorny 14/04/10 18:06:03
Modified: hy-0.9.12.ebuild ChangeLog
Log:
Add a lot of missing ${PYTHON_USEDEP}.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key
EFB4464E!)
Revision Changes Path
1.3 dev-lang/hy/hy-0.9.12.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/hy/hy-0.9.12.ebuild?rev=1.3&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/hy/hy-0.9.12.ebuild?rev=1.3&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/hy/hy-0.9.12.ebuild?r1=1.2&r2=1.3
Index: hy-0.9.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/hy/hy-0.9.12.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- hy-0.9.12.ebuild 21 Feb 2014 03:40:44 -0000 1.2
+++ hy-0.9.12.ebuild 10 Apr 2014 18:06:03 -0000 1.3
@@ -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.2
2014/02/21 03:40:44 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/hy/hy-0.9.12.ebuild,v 1.3
2014/04/10 18:06:03 mgorny Exp $
EAPI=5
@@ -17,14 +17,14 @@
KEYWORDS="~amd64 ~x86"
IUSE="test"
-RDEPEND="dev-python/flake8
- >=dev-python/rply-0.7.0
- dev-python/astor"
+RDEPEND="dev-python/flake8[${PYTHON_USEDEP}]
+ >=dev-python/rply-0.7.0[${PYTHON_USEDEP}]
+ dev-python/astor[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
- test? ( dev-python/tox
- dev-python/nose
- dev-python/sphinx
- dev-python/coverage
+ test? ( dev-python/tox[${PYTHON_USEDEP}]
+ dev-python/nose[${PYTHON_USEDEP}]
+ dev-python/sphinx[${PYTHON_USEDEP}]
+ dev-python/coverage[${PYTHON_USEDEP}]
)"
python_test() {
1.3 dev-lang/hy/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/hy/ChangeLog?rev=1.3&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/hy/ChangeLog?rev=1.3&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/hy/ChangeLog?r1=1.2&r2=1.3
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/hy/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog 21 Feb 2014 03:40:44 -0000 1.2
+++ ChangeLog 10 Apr 2014 18:06:03 -0000 1.3
@@ -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.2 2014/02/21
03:40:44 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/hy/ChangeLog,v 1.3 2014/04/10
18:06:03 mgorny Exp $
+
+ 10 Apr 2014; Michał Górny <[email protected]> hy-0.9.12.ebuild:
+ Add a lot of missing ${PYTHON_USEDEP}.
21 Feb 2014; Patrick Lauer <[email protected]> hy-0.9.12.ebuild:
Fix astor dependency #501724