diff options
author | Lars Weiler <pylon@gentoo.org> | 2007-09-19 22:51:52 +0000 |
---|---|---|
committer | Lars Weiler <pylon@gentoo.org> | 2007-09-19 22:51:52 +0000 |
commit | f62ac9f63fdef6c77f764286a153f4a6b00e0d00 (patch) | |
tree | b63c3b7cd247a67d4ee73446d9fabc1fba2f5aa4 /dev-util/git | |
parent | Version bump (diff) | |
download | gentoo-2-f62ac9f63fdef6c77f764286a153f4a6b00e0d00.tar.gz gentoo-2-f62ac9f63fdef6c77f764286a153f4a6b00e0d00.tar.bz2 gentoo-2-f62ac9f63fdef6c77f764286a153f4a6b00e0d00.zip |
Stable on ppc; bug #193113.
(Portage version: 2.1.3.9)
Diffstat (limited to 'dev-util/git')
-rw-r--r-- | dev-util/git/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/git/git-1.5.2.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/git/ChangeLog b/dev-util/git/ChangeLog index 4275d773a410..361622e5d022 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.218 2007/09/19 20:55:25 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/git/ChangeLog,v 1.219 2007/09/19 22:51:52 pylon Exp $ + + 19 Sep 2007; Lars Weiler <pylon@gentoo.org> git-1.5.2.5.ebuild: + Stable on ppc; bug #193113. 19 Sep 2007; Markus Meier <maekke@gentoo.org> git-1.5.2.5.ebuild: x86 stable, bug #193113 diff --git a/dev-util/git/git-1.5.2.5.ebuild b/dev-util/git/git-1.5.2.5.ebuild index ec6f67884115..2d6cac215abf 100644 --- a/dev-util/git/git-1.5.2.5.ebuild +++ b/dev-util/git/git-1.5.2.5.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.5.2.5.ebuild,v 1.2 2007/09/19 20:55:25 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/git/git-1.5.2.5.ebuild,v 1.3 2007/09/19 22:51:52 pylon Exp $ inherit toolchain-funcs eutils elisp-common perl-module bash-completion @@ -17,7 +17,7 @@ SRC_URI="mirror://kernel/software/scm/git/${MY_P}.tar.bz2 LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" IUSE="curl doc elibc_uclibc emacs gtk mozsha1 perl ppcsha1 tk webdav" DEPEND="dev-libs/openssl |