diff options
-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 d779a5acd34d..59e489c3fbbd 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.138 2006/10/24 07:48:39 ferdy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/git/ChangeLog,v 1.139 2006/10/28 11:04:01 opfer Exp $ + + 28 Oct 2006; Christian Faulhammer <opfer@gentoo.org> git-1.4.2.4.ebuild: + x86 stable wrt bug #151669 *git-1.4.3.2 (24 Oct 2006) diff --git a/dev-util/git/git-1.4.2.4.ebuild b/dev-util/git/git-1.4.2.4.ebuild index 2f0d202d6f1d..2da0896dd1fe 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.7 2006/10/21 13:22:09 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/git/git-1.4.2.4.ebuild,v 1.8 2006/10/28 11:04:01 opfer 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 |