diff options
author | Ulrich Müller <ulm@gentoo.org> | 2011-04-05 05:11:11 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2011-04-05 05:11:11 +0000 |
commit | 8c5a990234c88f239210d5504c2e8c2c0c5790b4 (patch) | |
tree | f6982341e287d665de62dfa48445f202b501b5b1 /app-admin/smolt/smolt-1.2.ebuild | |
parent | Depend on dev-lang/python because virtual/python will go away, bug 358849. (diff) | |
download | gentoo-2-8c5a990234c88f239210d5504c2e8c2c0c5790b4.tar.gz gentoo-2-8c5a990234c88f239210d5504c2e8c2c0c5790b4.tar.bz2 gentoo-2-8c5a990234c88f239210d5504c2e8c2c0c5790b4.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-admin/smolt/smolt-1.2.ebuild')
-rw-r--r-- | app-admin/smolt/smolt-1.2.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-admin/smolt/smolt-1.2.ebuild b/app-admin/smolt/smolt-1.2.ebuild index 7e0618247d4d..e64287c2d310 100644 --- a/app-admin/smolt/smolt-1.2.ebuild +++ b/app-admin/smolt/smolt-1.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/smolt/smolt-1.2.ebuild,v 1.4 2010/06/08 19:11:10 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/smolt/smolt-1.2.ebuild,v 1.5 2011/04/05 05:11:11 ulm Exp $ inherit python eutils @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="gtk" -DEPEND="virtual/python +DEPEND="dev-lang/python sys-devel/gettext gtk? ( >=dev-python/pygtk-2.10.3 )" @@ -71,7 +71,7 @@ pkg_postinst() { elog " smoltDeleteProfile any time later on." echo - if use gtk && has_version "<virtual/python-2.5"; then + if use gtk && has_version "<dev-lang/python-2.5"; then elog "If you want to view your profile on the web from within smoltGui," elog "you should have a link mozilla-firefox -> firefox in your path." echo |