diff options
author | 2005-08-24 20:53:21 +0000 | |
---|---|---|
committer | 2005-08-24 20:53:21 +0000 | |
commit | 5aec8a97ee7770fad10f31b85771c492e4191283 (patch) | |
tree | 294187f6ec7011504bc9020fdd600898e013919e /dev-util | |
parent | Add blocker on kdeutils 3.5 (which includes superkaramba now). (diff) | |
download | gentoo-2-5aec8a97ee7770fad10f31b85771c492e4191283.tar.gz gentoo-2-5aec8a97ee7770fad10f31b85771c492e4191283.tar.bz2 gentoo-2-5aec8a97ee7770fad10f31b85771c492e4191283.zip |
Stable on sparc
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/git/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/git/git-0.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/git/ChangeLog b/dev-util/git/ChangeLog index d0649ffd9368..f1ad7c34de44 100644 --- a/dev-util/git/ChangeLog +++ b/dev-util/git/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/git # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/git/ChangeLog,v 1.12 2005/08/13 10:34:07 r3pek Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/git/ChangeLog,v 1.13 2005/08/24 20:53:21 gustavoz Exp $ + + 24 Aug 2005; Gustavo Zacarias <gustavoz@gentoo.org> git-0.7.ebuild: + Stable on sparc *git-0.99.4 (13 Aug 2005) diff --git a/dev-util/git/git-0.7.ebuild b/dev-util/git/git-0.7.ebuild index e63502f7543e..f250636d1907 100644 --- a/dev-util/git/git-0.7.ebuild +++ b/dev-util/git/git-0.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/git/git-0.7.ebuild,v 1.7 2005/08/13 10:34:07 r3pek Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/git/git-0.7.ebuild,v 1.8 2005/08/24 20:53:21 gustavoz Exp $ DESCRIPTION="GIT - the stupid content tracker" HOMEPAGE="http://kernel.org/pub/software/scm/git/" @@ -8,7 +8,7 @@ SRC_URI="http://kernel.org/pub/software/scm/git/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~amd64 ~ppc ~sparc" +KEYWORDS="x86 ~amd64 ~ppc sparc" IUSE="mozsha1 ppcsha1" DEPEND="dev-libs/openssl |