diff options
author | Patrick Lauer <patrick@gentoo.org> | 2010-04-07 21:14:29 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2010-04-07 21:14:29 +0000 |
commit | 43f4147dce25bee232b4f58e12d02cb435fd9580 (patch) | |
tree | 9926b4b28378060f6a85b741e86daa12c77073e9 /www-client/elinks | |
parent | Version bump. Drop old. (diff) | |
download | gentoo-2-43f4147dce25bee232b4f58e12d02cb435fd9580.tar.gz gentoo-2-43f4147dce25bee232b4f58e12d02cb435fd9580.tar.bz2 gentoo-2-43f4147dce25bee232b4f58e12d02cb435fd9580.zip |
Fixing samba dep
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'www-client/elinks')
-rw-r--r-- | www-client/elinks/ChangeLog | 5 | ||||
-rw-r--r-- | www-client/elinks/elinks-0.12_pre5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/www-client/elinks/ChangeLog b/www-client/elinks/ChangeLog index 0dd3077cc15b..c4f2158b41e7 100644 --- a/www-client/elinks/ChangeLog +++ b/www-client/elinks/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-client/elinks # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v 1.119 2010/04/04 11:55:12 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v 1.120 2010/04/07 21:14:29 patrick Exp $ + + 07 Apr 2010; Patrick Lauer <patrick@gentoo.org> elinks-0.12_pre5.ebuild: + Fixing samba dep *elinks-0.12_pre5 (04 Apr 2010) diff --git a/www-client/elinks/elinks-0.12_pre5.ebuild b/www-client/elinks/elinks-0.12_pre5.ebuild index 58e743119694..352a50a75fe8 100644 --- a/www-client/elinks/elinks-0.12_pre5.ebuild +++ b/www-client/elinks/elinks-0.12_pre5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.12_pre5.ebuild,v 1.1 2010/04/04 11:55:12 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.12_pre5.ebuild,v 1.2 2010/04/07 21:14:29 patrick Exp $ EAPI="2" @@ -30,7 +30,7 @@ DEPEND=">=dev-libs/expat-1.95.4 idn? ( net-dns/libidn ) perl? ( sys-devel/libperl ) ruby? ( dev-lang/ruby ) - samba? ( net-fs/samba-libs ) + samba? ( net-fs/samba ) !hppa? ( !mips? ( !alpha? ( javascript? ( dev-lang/spidermonkey ) ) ) )" RDEPEND="${DEPEND}" |