diff options
author | Steve Dibb <beandog@gentoo.org> | 2007-01-15 11:56:03 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2007-01-15 11:56:03 +0000 |
commit | d1bdd80154185579a22f600678534cc174dbcb67 (patch) | |
tree | 2df47c8a59fd73464aa84cf123c34eceec9b9758 /dev-util/git | |
parent | amd64 stable, bug 155513 (diff) | |
download | gentoo-2-d1bdd80154185579a22f600678534cc174dbcb67.tar.gz gentoo-2-d1bdd80154185579a22f600678534cc174dbcb67.tar.bz2 gentoo-2-d1bdd80154185579a22f600678534cc174dbcb67.zip |
amd64 stable, bug 159822
(Portage version: 2.1.1-r2)
Diffstat (limited to 'dev-util/git')
-rw-r--r-- | dev-util/git/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/git/git-1.4.4.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/git/ChangeLog b/dev-util/git/ChangeLog index 21a2d6228406..199e4c8ede05 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.163 2007/01/14 18:51:41 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/git/ChangeLog,v 1.164 2007/01/15 11:56:03 beandog Exp $ + + 15 Jan 2007; Steve Dibb <beandog@gentoo.org> git-1.4.4.4.ebuild: + amd64 stable, bug 159822 14 Jan 2007; Markus Rothe <corsair@gentoo.org> git-1.4.4.4.ebuild: Stable on ppc64; bug #159822 diff --git a/dev-util/git/git-1.4.4.4.ebuild b/dev-util/git/git-1.4.4.4.ebuild index d5d11522543b..4d75f40d878c 100644 --- a/dev-util/git/git-1.4.4.4.ebuild +++ b/dev-util/git/git-1.4.4.4.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.4.ebuild,v 1.4 2007/01/14 18:51:41 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/git/git-1.4.4.4.ebuild,v 1.5 2007/01/15 11:56:03 beandog 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 |