diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-02-15 10:31:54 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-02-15 10:31:54 +0000 |
commit | eadc9b26730f9b3173955f41aeeaa100c33f9da2 (patch) | |
tree | 0a3c02da85ca8daa93744a4a5aeb8eca0df6b5e3 /dev-util/git | |
parent | Tidy up old versions that dep upon packages that don't exist, bug #122870. (diff) | |
download | gentoo-2-eadc9b26730f9b3173955f41aeeaa100c33f9da2.tar.gz gentoo-2-eadc9b26730f9b3173955f41aeeaa100c33f9da2.tar.bz2 gentoo-2-eadc9b26730f9b3173955f41aeeaa100c33f9da2.zip |
Stable on x86, bug #122887.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'dev-util/git')
-rw-r--r-- | dev-util/git/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/git/git-1.1.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/git/ChangeLog b/dev-util/git/ChangeLog index f7da24c74819..4ae70cdb4d82 100644 --- a/dev-util/git/ChangeLog +++ b/dev-util/git/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/git # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/git/ChangeLog,v 1.71 2006/02/15 09:15:48 ferdy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/git/ChangeLog,v 1.72 2006/02/15 10:28:30 nelchael Exp $ + + 15 Feb 2006; Krzysiek Pawlik <nelchael@gentoo.org> git-1.1.6.ebuild: + Stable on x86, bug #122887. 15 Feb 2006; Fernando J. Pereda <ferdy@gentoo.org> -git-0.99.8a.ebuild, -git-0.99.9n.ebuild, -git-1.0.6.ebuild, git-1.1.6.ebuild: diff --git a/dev-util/git/git-1.1.6.ebuild b/dev-util/git/git-1.1.6.ebuild index 02df04ef7c44..10a432c39a43 100644 --- a/dev-util/git/git-1.1.6.ebuild +++ b/dev-util/git/git-1.1.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/git/git-1.1.6.ebuild,v 1.3 2006/02/15 09:15:48 ferdy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/git/git-1.1.6.ebuild,v 1.4 2006/02/15 10:28:30 nelchael Exp $ inherit python toolchain-funcs eutils @@ -14,7 +14,7 @@ SRC_URI="mirror://kernel/software/scm/git/${P}.tar.bz2 LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha ~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="alpha ~amd64 ~mips ~ppc ~ppc64 ~sparc x86" IUSE="mozsha1 ppcsha1 doc curl tcltk gitsendemail webdav" DEPEND="dev-libs/openssl |