diff options
author | Ulrich Müller <ulm@gentoo.org> | 2011-04-05 05:09:22 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2011-04-05 05:09:22 +0000 |
commit | 55bff21ba3b7afd6fec724c24a71f6e825171932 (patch) | |
tree | 86a3c508a854d8b2c6e05cc8135b1d39afa6f77a /app-text/lodgeit/lodgeit-0.3.ebuild | |
parent | version bump and adjust variables to fit with the rc style releases (diff) | |
download | historical-55bff21ba3b7afd6fec724c24a71f6e825171932.tar.gz historical-55bff21ba3b7afd6fec724c24a71f6e825171932.tar.bz2 historical-55bff21ba3b7afd6fec724c24a71f6e825171932.zip |
Depend on dev-lang/python because virtual/python will go away, bug 358849.
Package-Manager: portage-2.1.9.45/cvs/Linux x86_64
Diffstat (limited to 'app-text/lodgeit/lodgeit-0.3.ebuild')
-rw-r--r-- | app-text/lodgeit/lodgeit-0.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-text/lodgeit/lodgeit-0.3.ebuild b/app-text/lodgeit/lodgeit-0.3.ebuild index 0431b18a39ab..79e6ee01ceb8 100644 --- a/app-text/lodgeit/lodgeit-0.3.ebuild +++ b/app-text/lodgeit/lodgeit-0.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/lodgeit/lodgeit-0.3.ebuild,v 1.2 2009/11/19 16:48:07 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/lodgeit/lodgeit-0.3.ebuild,v 1.3 2011/04/05 05:08:05 ulm Exp $ EAPI="2" @@ -19,7 +19,7 @@ IUSE="vim" RESTRICT="test" DEPEND="" -RDEPEND="virtual/python +RDEPEND="dev-lang/python vim? ( || ( app-editors/vim[python] app-editors/gvim[python] ) )" src_unpack() { |