diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2007-01-13 09:29:41 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2007-01-13 09:29:41 +0000 |
commit | febca72d491ea0598aeeef44c13a969bb18c902c (patch) | |
tree | 0579fdb938565c850708184e8d2549a0ae00607a /dev-util | |
parent | amd64 stable, bug 161360 (diff) | |
download | gentoo-2-febca72d491ea0598aeeef44c13a969bb18c902c.tar.gz gentoo-2-febca72d491ea0598aeeef44c13a969bb18c902c.tar.bz2 gentoo-2-febca72d491ea0598aeeef44c13a969bb18c902c.zip |
Stable on ppc wrt 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.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/git/ChangeLog b/dev-util/git/ChangeLog index 1be88a081c92..3a2ad98b3def 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.160 2007/01/12 20:02:46 ferdy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/git/ChangeLog,v 1.161 2007/01/13 09:29:41 nixnut Exp $ + + 13 Jan 2007; nixnut <nixnut@gentoo.org> git-1.4.4.4.ebuild: + Stable on ppc wrt bug 159822 *git-1.4.4.4 (12 Jan 2007) diff --git a/dev-util/git/git-1.4.4.4.ebuild b/dev-util/git/git-1.4.4.4.ebuild index 8b6cca4e8be5..be32bece2810 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.1 2007/01/12 20:02:46 ferdy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/git/git-1.4.4.4.ebuild,v 1.2 2007/01/13 09:29:41 nixnut 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 |