summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2012-03-24 06:39:17 +0000
committerTim Harder <radhermit@gentoo.org>2012-03-24 06:39:17 +0000
commit6fec7f40e6aaeca0471b7c3d0d15dd4c1773227a (patch)
treec858ad6908cec2b1867cb83631a5da9b173d976d /dev-util
parentBump (diff)
downloadgentoo-2-6fec7f40e6aaeca0471b7c3d0d15dd4c1773227a.tar.gz
gentoo-2-6fec7f40e6aaeca0471b7c3d0d15dd4c1773227a.tar.bz2
gentoo-2-6fec7f40e6aaeca0471b7c3d0d15dd4c1773227a.zip
Use correct variable name.
(Portage version: 2.2.0_alpha93/cvs/Linux x86_64)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/coccigrep/ChangeLog5
-rw-r--r--dev-util/coccigrep/coccigrep-1.8.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/coccigrep/ChangeLog b/dev-util/coccigrep/ChangeLog
index 0cadfb2d07e8..8a65c960dd17 100644
--- a/dev-util/coccigrep/ChangeLog
+++ b/dev-util/coccigrep/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/coccigrep
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/coccigrep/ChangeLog,v 1.6 2012/03/05 23:19:13 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/coccigrep/ChangeLog,v 1.7 2012/03/24 06:39:17 radhermit Exp $
+
+ 24 Mar 2012; Tim Harder <radhermit@gentoo.org> coccigrep-1.8.ebuild:
+ Use correct variable name.
*coccigrep-1.8 (05 Mar 2012)
diff --git a/dev-util/coccigrep/coccigrep-1.8.ebuild b/dev-util/coccigrep/coccigrep-1.8.ebuild
index 03402ff9c542..c1200d47a161 100644
--- a/dev-util/coccigrep/coccigrep-1.8.ebuild
+++ b/dev-util/coccigrep/coccigrep-1.8.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/coccigrep/coccigrep-1.8.ebuild,v 1.1 2012/03/05 23:19:13 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/coccigrep/coccigrep-1.8.ebuild,v 1.2 2012/03/24 06:39:17 radhermit Exp $
EAPI=4
-USE_PYTHON="2"
+PYTHON_DEPEND="2"
inherit distutils elisp-common