diff options
author | Fernando J. Pereda <ferdy@gentoo.org> | 2006-03-19 20:02:47 +0000 |
---|---|---|
committer | Fernando J. Pereda <ferdy@gentoo.org> | 2006-03-19 20:02:47 +0000 |
commit | d8aebf9765aa61a14aa462994c6370b8c4059e2a (patch) | |
tree | f9e8b923f466f73bedd1c87dd3f1478f4c177e69 /dev-util/git | |
parent | Stable on x86, bug #126838. (diff) | |
download | gentoo-2-d8aebf9765aa61a14aa462994c6370b8c4059e2a.tar.gz gentoo-2-d8aebf9765aa61a14aa462994c6370b8c4059e2a.tar.bz2 gentoo-2-d8aebf9765aa61a14aa462994c6370b8c4059e2a.zip |
Stable on alpha wrt bug #126850
(Portage version: 2.0.54)
Diffstat (limited to 'dev-util/git')
-rw-r--r-- | dev-util/git/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/git/git-1.2.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/git/ChangeLog b/dev-util/git/ChangeLog index 1cadfd6e87ea..6f461c375399 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.80 2006/03/02 16:00:44 ferdy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/git/ChangeLog,v 1.81 2006/03/19 20:02:47 ferdy Exp $ + + 19 Mar 2006; Fernando J. Pereda <ferdy@gentoo.org> git-1.2.4.ebuild: + Stable on alpha wrt bug #126850 *git-1.2.4 (02 Mar 2006) diff --git a/dev-util/git/git-1.2.4.ebuild b/dev-util/git/git-1.2.4.ebuild index 1b5629bf0469..2d29ad6d473a 100644 --- a/dev-util/git/git-1.2.4.ebuild +++ b/dev-util/git/git-1.2.4.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.2.4.ebuild,v 1.1 2006/03/02 16:00:44 ferdy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/git/git-1.2.4.ebuild,v 1.2 2006/03/19 20:02:47 ferdy 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 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="mozsha1 ppcsha1 doc curl tcltk gitsendemail webdav" DEPEND="dev-libs/openssl |