diff options
author | Fernando J. Pereda <ferdy@gentoo.org> | 2007-01-04 00:47:51 +0000 |
---|---|---|
committer | Fernando J. Pereda <ferdy@gentoo.org> | 2007-01-04 00:47:51 +0000 |
commit | 8249e583de5671915fdcb984a2021af21873bf9c (patch) | |
tree | 72385656fd6bb2a30f00d598a181652475a254eb /dev-util | |
parent | Stable on sparc wrt #159801 (diff) | |
download | gentoo-2-8249e583de5671915fdcb984a2021af21873bf9c.tar.gz gentoo-2-8249e583de5671915fdcb984a2021af21873bf9c.tar.bz2 gentoo-2-8249e583de5671915fdcb984a2021af21873bf9c.zip |
Stable on alpha as per bug #159822
(Portage version: 2.1.1-r2)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/git/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/git/git-1.4.4.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/git/ChangeLog b/dev-util/git/ChangeLog index baa695ecc722..b1892e4ac5a9 100644 --- a/dev-util/git/ChangeLog +++ b/dev-util/git/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/git # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/git/ChangeLog,v 1.152 2007/01/04 00:43:50 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/git/ChangeLog,v 1.153 2007/01/04 00:47:51 ferdy Exp $ + + 04 Jan 2007; Fernando J. Pereda <ferdy@gentoo.org> git-1.4.4.3.ebuild: + Stable on alpha as per bug #159822 04 Jan 2007; Gustavo Zacarias <gustavoz@gentoo.org> git-1.4.4.3.ebuild: Stable on sparc wrt #159822 diff --git a/dev-util/git/git-1.4.4.3.ebuild b/dev-util/git/git-1.4.4.3.ebuild index e0e718b326aa..747894b30d4d 100644 --- a/dev-util/git/git-1.4.4.3.ebuild +++ b/dev-util/git/git-1.4.4.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/git/git-1.4.4.3.ebuild,v 1.4 2007/01/04 00:43:50 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/git/git-1.4.4.3.ebuild,v 1.5 2007/01/04 00:47:51 ferdy Exp $ inherit python toolchain-funcs eutils elisp-common perl-module bash-completion @@ -14,7 +14,7 @@ SRC_URI="mirror://kernel/software/scm/git/${P}.tar.bz2 LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc ~x86 ~x86-fbsd" +KEYWORDS="alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc ~x86 ~x86-fbsd" IUSE="curl doc elibc_uclibc emacs gtk mozsha1 ppcsha1 tk webdav" DEPEND="dev-libs/openssl |