diff options
author | 2006-03-19 20:46:08 +0000 | |
---|---|---|
committer | 2006-03-19 20:46:08 +0000 | |
commit | 88833cc3a718e1e494ea297ece502ebcfcdd1fdd (patch) | |
tree | 2d59415cd7ac25914b03ae57ea4e5c51bd229341 /dev-util | |
parent | Stable on alpha wrt bug #126234 (diff) | |
download | gentoo-2-88833cc3a718e1e494ea297ece502ebcfcdd1fdd.tar.gz gentoo-2-88833cc3a718e1e494ea297ece502ebcfcdd1fdd.tar.bz2 gentoo-2-88833cc3a718e1e494ea297ece502ebcfcdd1fdd.zip |
Stable on ppc64; bug #126850
(Portage version: 2.0.54)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/git/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/git/git-1.2.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/git/ChangeLog b/dev-util/git/ChangeLog index 6f461c375399..33a2b14dfbd2 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.81 2006/03/19 20:02:47 ferdy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/git/ChangeLog,v 1.82 2006/03/19 20:46:08 corsair Exp $ + + 19 Mar 2006; Markus Rothe <corsair@gentoo.org> git-1.2.4.ebuild: + Stable on ppc64; bug #126850 19 Mar 2006; Fernando J. Pereda <ferdy@gentoo.org> git-1.2.4.ebuild: Stable on alpha wrt bug #126850 diff --git a/dev-util/git/git-1.2.4.ebuild b/dev-util/git/git-1.2.4.ebuild index 2d29ad6d473a..894e7c0ebdc5 100644 --- a/dev-util/git/git-1.2.4.ebuild +++ b/dev-util/git/git-1.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.2.4.ebuild,v 1.2 2006/03/19 20:02:47 ferdy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/git/git-1.2.4.ebuild,v 1.3 2006/03/19 20:46:08 corsair Exp $ inherit python toolchain-funcs eutils @@ -14,7 +14,7 @@ SRC_URI="mirror://kernel/software/scm/git/${P}.tar.bz2 LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="alpha ~amd64 ~ppc ppc64 ~sparc ~x86" IUSE="mozsha1 ppcsha1 doc curl tcltk gitsendemail webdav" DEPEND="dev-libs/openssl |