diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2009-11-17 21:53:24 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2009-11-17 21:53:24 +0000 |
commit | 3e0b1d5c6831e7958df7468e97c18c8b8831944f (patch) | |
tree | 0cc524f3a91d68847b3874c1da46214ba45a10bd /dev-util/git | |
parent | Stable for ppc. (diff) | |
download | gentoo-2-3e0b1d5c6831e7958df7468e97c18c8b8831944f.tar.gz gentoo-2-3e0b1d5c6831e7958df7468e97c18c8b8831944f.tar.bz2 gentoo-2-3e0b1d5c6831e7958df7468e97c18c8b8831944f.zip |
Bug #290131: cpio is only needed for building git-gui now, and nothing else at runtime.
(Portage version: 2.2_rc49/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/git')
-rw-r--r-- | dev-util/git/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/git/git-1.6.5.3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-util/git/ChangeLog b/dev-util/git/ChangeLog index 05f47e29ff09..a661f9bb1016 100644 --- a/dev-util/git/ChangeLog +++ b/dev-util/git/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/git # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/git/ChangeLog,v 1.379 2009/11/17 21:43:22 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/git/ChangeLog,v 1.380 2009/11/17 21:53:24 robbat2 Exp $ + + 17 Nov 2009; Robin H. Johnson <robbat2@gentoo.org> git-1.6.5.3.ebuild: + Bug #290131: cpio is only needed for building git-gui now, and nothing + else at runtime. *git-1.6.5.3 (17 Nov 2009) diff --git a/dev-util/git/git-1.6.5.3.ebuild b/dev-util/git/git-1.6.5.3.ebuild index a582b9a73172..5676f58b7775 100644 --- a/dev-util/git/git-1.6.5.3.ebuild +++ b/dev-util/git/git-1.6.5.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/git/git-1.6.5.3.ebuild,v 1.1 2009/11/17 09:16:43 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/git/git-1.6.5.3.ebuild,v 1.2 2009/11/17 21:53:24 robbat2 Exp $ EAPI=2 @@ -35,7 +35,6 @@ IUSE="+blksha1 +curl cgi doc emacs gtk iconv +perl ppcsha1 tk +threads +webdav x CDEPEND=" !blksha1? ( dev-libs/openssl ) sys-libs/zlib - app-arch/cpio perl? ( dev-lang/perl ) tk? ( dev-lang/tk ) curl? ( @@ -63,6 +62,7 @@ RDEPEND="${CDEPEND} # .xml/docbook --(docbook2texi.pl)--> .texi # .texi --(makeinfo)---------> .info DEPEND="${CDEPEND} + app-arch/cpio doc? ( app-text/asciidoc app-text/docbook2X |