diff options
author | Patrick McLean <chutzpah@gentoo.org> | 2006-10-18 03:31:07 +0000 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2006-10-18 03:31:07 +0000 |
commit | 5b4a55c77c1899467c96fded543b507d14d32f42 (patch) | |
tree | 9cef9c34ba3853ef02ec540448b489eabc53dc78 /dev-util | |
parent | new upstream setools release (diff) | |
download | gentoo-2-5b4a55c77c1899467c96fded543b507d14d32f42.tar.gz gentoo-2-5b4a55c77c1899467c96fded543b507d14d32f42.tar.bz2 gentoo-2-5b4a55c77c1899467c96fded543b507d14d32f42.zip |
Stable on amd64 (bug #151669).
(Portage version: 2.1.2_pre3-r3)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/git/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/git/git-1.4.2.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/git/ChangeLog b/dev-util/git/ChangeLog index 76e1ffeaa77b..7ee6a0f5d96a 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.132 2006/10/17 23:13:26 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/git/ChangeLog,v 1.133 2006/10/18 03:31:07 chutzpah Exp $ + + 18 Oct 2006; Patrick McLean <chutzpah@gentoo.org> git-1.4.2.4.ebuild: + Stable on amd64 (bug #151669). 17 Oct 2006; Jeroen Roovers <jer@gentoo.org> git-1.4.2.4.ebuild: Stable for HPPA (bug #151669). diff --git a/dev-util/git/git-1.4.2.4.ebuild b/dev-util/git/git-1.4.2.4.ebuild index a89ebc315272..7bb824f925e2 100644 --- a/dev-util/git/git-1.4.2.4.ebuild +++ b/dev-util/git/git-1.4.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.4.2.4.ebuild,v 1.5 2006/10/17 23:13:26 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/git/git-1.4.2.4.ebuild,v 1.6 2006/10/18 03:31:07 chutzpah Exp $ inherit python toolchain-funcs eutils elisp-common @@ -14,7 +14,7 @@ SRC_URI="mirror://kernel/software/scm/git/${P}.tar.bz2 LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha ~amd64 hppa ~ia64 ~ppc ppc64 sparc ~x86 ~x86-fbsd" +KEYWORDS="alpha amd64 hppa ~ia64 ~ppc ppc64 sparc ~x86 ~x86-fbsd" IUSE="curl doc emacs gtk mozsha1 ppcsha1 tk webdav" DEPEND="dev-libs/openssl |