diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2008-03-17 21:37:13 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2008-03-17 21:37:13 +0000 |
commit | 6645a0e83d6603af6d48beddbe45bf913553b6b1 (patch) | |
tree | 472c1a2de3b40bf9d1bbba3fb51c704bdaa51d0c | |
parent | Version bump for mostly bug fixes (diff) | |
download | gentoo-2-6645a0e83d6603af6d48beddbe45bf913553b6b1.tar.gz gentoo-2-6645a0e83d6603af6d48beddbe45bf913553b6b1.tar.bz2 gentoo-2-6645a0e83d6603af6d48beddbe45bf913553b6b1.zip |
dev-perl/Authen-SASL is an indirect dependancy of Net-SMTP-SSL already w/ USE=sasl, so we can skip it here.
(Portage version: 2.1.4.4)
-rw-r--r-- | dev-util/git/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/git/git-1.5.4.4.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-util/git/ChangeLog b/dev-util/git/ChangeLog index 4d7f03cf4397..65f729ededaa 100644 --- a/dev-util/git/ChangeLog +++ b/dev-util/git/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/git # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/git/ChangeLog,v 1.259 2008/03/17 09:14:45 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/git/ChangeLog,v 1.260 2008/03/17 21:37:13 robbat2 Exp $ + + 17 Mar 2008; Robin H. Johnson <robbat2@gentoo.org> git-1.5.4.4.ebuild: + dev-perl/Authen-SASL is an indirect dependancy of Net-SMTP-SSL already w/ + USE=sasl, so we can skip it here. *git-1.5.4.4 (17 Mar 2008) diff --git a/dev-util/git/git-1.5.4.4.ebuild b/dev-util/git/git-1.5.4.4.ebuild index 2b5d0acb3ef2..19977d0d5e16 100644 --- a/dev-util/git/git-1.5.4.4.ebuild +++ b/dev-util/git/git-1.5.4.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/git/git-1.5.4.4.ebuild,v 1.1 2008/03/17 09:14:45 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/git/git-1.5.4.4.ebuild,v 1.2 2008/03/17 21:37:13 robbat2 Exp $ inherit toolchain-funcs eutils elisp-common perl-module bash-completion @@ -32,7 +32,7 @@ DEPEND=" emacs? ( virtual/emacs )" RDEPEND="${DEPEND} cgi? ( virtual/perl-CGI ) - perl? ( dev-perl/Error dev-perl/Authen-SASL dev-perl/Net-SMTP-SSL ) + perl? ( dev-perl/Error dev-perl/Net-SMTP-SSL ) gtk? ( >=dev-python/pygtk-2.8 )" SITEFILE=72${PN}-gentoo.el |