diff options
Diffstat (limited to 'www-client/mozilla-launcher/mozilla-launcher-1.45.ebuild')
-rw-r--r-- | www-client/mozilla-launcher/mozilla-launcher-1.45.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www-client/mozilla-launcher/mozilla-launcher-1.45.ebuild b/www-client/mozilla-launcher/mozilla-launcher-1.45.ebuild index ab61c84e11b1..cf2765b7e70b 100644 --- a/www-client/mozilla-launcher/mozilla-launcher-1.45.ebuild +++ b/www-client/mozilla-launcher/mozilla-launcher-1.45.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla-launcher/mozilla-launcher-1.45.ebuild,v 1.2 2005/08/17 16:41:54 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla-launcher/mozilla-launcher-1.45.ebuild,v 1.3 2006/01/30 15:48:14 agriffis Exp $ inherit eutils @@ -11,11 +11,11 @@ SRC_URI="mirror://gentoo/${P}.bz2 \ LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sparc x86" IUSE="" DEPEND="" -RDEPEND="|| ( ( x11-misc/xtoolwait x11-apps/xdpyinfo ) virtual/x11 )" +RDEPEND="|| ( x11-apps/xdpyinfo virtual/x11 )" S=${WORKDIR} |