diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-05-05 08:18:17 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-05-05 08:18:17 +0000 |
commit | 1dc57574612611712b218c195b5ca5b7ba6a7a59 (patch) | |
tree | 63de9d2160c6d404af7f74972ab88806ccfa4ec9 /x11-libs | |
parent | fix repoman warnings (diff) | |
download | gentoo-2-1dc57574612611712b218c195b5ca5b7ba6a7a59.tar.gz gentoo-2-1dc57574612611712b218c195b5ca5b7ba6a7a59.tar.bz2 gentoo-2-1dc57574612611712b218c195b5ca5b7ba6a7a59.zip |
repoman warns
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/wxmozilla/wxmozilla-0.5.7_pre20070102.ebuild | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/x11-libs/wxmozilla/wxmozilla-0.5.7_pre20070102.ebuild b/x11-libs/wxmozilla/wxmozilla-0.5.7_pre20070102.ebuild index 7a4a064a338e..e2cb384cb24b 100644 --- a/x11-libs/wxmozilla/wxmozilla-0.5.7_pre20070102.ebuild +++ b/x11-libs/wxmozilla/wxmozilla-0.5.7_pre20070102.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxmozilla/wxmozilla-0.5.7_pre20070102.ebuild,v 1.6 2008/03/17 15:29:10 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxmozilla/wxmozilla-0.5.7_pre20070102.ebuild,v 1.7 2009/05/05 08:18:17 ssuominen Exp $ inherit eutils wxwidgets autotools @@ -19,10 +19,11 @@ HOMEPAGE="http://wxmozilla.sourceforge.net/" # !firefox? ( =www-client/seamonkey-1* ) # python? ( dev-lang/python # >=dev-python/wxpython-2.6.3 )" -DEPEND="=x11-libs/wxGTK-2.6* - =www-client/mozilla-firefox-2* - python? ( dev-lang/python - =dev-python/wxpython-2.6* )" +RDEPEND="=x11-libs/wxGTK-2.6* + =www-client/mozilla-firefox-2* + python? ( dev-lang/python + =dev-python/wxpython-2.6* )" +DEPEND="${RDEPEND}" SLOT="0" LICENSE="wxWinLL-3" |