diff options
author | Ulrich Müller <ulm@gentoo.org> | 2011-04-05 05:08:05 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2011-04-05 05:08:05 +0000 |
commit | e77b9fdd748c044f842fb0ab226723e610956ba0 (patch) | |
tree | facc9d409eaf4f36490eeca53336ebf82f3e49c9 /app-text/lodgeit | |
parent | Depend on dev-lang/python because virtual/python will go away, bug 358849. (diff) | |
download | gentoo-2-e77b9fdd748c044f842fb0ab226723e610956ba0.tar.gz gentoo-2-e77b9fdd748c044f842fb0ab226723e610956ba0.tar.bz2 gentoo-2-e77b9fdd748c044f842fb0ab226723e610956ba0.zip |
Depend on dev-lang/python because virtual/python will go away, bug 358849.
(Portage version: 2.1.9.45/cvs/Linux x86_64)
Diffstat (limited to 'app-text/lodgeit')
-rw-r--r-- | app-text/lodgeit/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/lodgeit/lodgeit-0.3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-text/lodgeit/ChangeLog b/app-text/lodgeit/ChangeLog index 7b11408856bc..87549f233bce 100644 --- a/app-text/lodgeit/ChangeLog +++ b/app-text/lodgeit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/lodgeit -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/lodgeit/ChangeLog,v 1.2 2009/11/19 16:48:07 maekke Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/lodgeit/ChangeLog,v 1.3 2011/04/05 05:08:05 ulm Exp $ + + 05 Apr 2011; Ulrich Mueller <ulm@gentoo.org> lodgeit-0.3.ebuild: + Depend on dev-lang/python because virtual/python will go away, bug 358849. 19 Nov 2009; Markus Meier <maekke@gentoo.org> lodgeit-0.3.ebuild: amd64/x86 stable, bug #293445 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() { |