diff options
author | Jeroen Roovers <jer@gentoo.org> | 2010-12-23 16:06:43 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2010-12-23 16:06:43 +0000 |
commit | 787e41b127abb9b901f31221a629a641b7e14502 (patch) | |
tree | 5dbfe1f0635dbf17996ae4380e40c35f28ac72e8 /dev-vcs/git | |
parent | Version bump. (diff) | |
download | gentoo-2-787e41b127abb9b901f31221a629a641b7e14502.tar.gz gentoo-2-787e41b127abb9b901f31221a629a641b7e14502.tar.bz2 gentoo-2-787e41b127abb9b901f31221a629a641b7e14502.zip |
Stable for PPC (bug #349045).
(Portage version: 2.2.0_alpha10/cvs/Linux i686)
Diffstat (limited to 'dev-vcs/git')
-rw-r--r-- | dev-vcs/git/ChangeLog | 6 | ||||
-rw-r--r-- | dev-vcs/git/git-1.6.4.5.ebuild | 4 | ||||
-rw-r--r-- | dev-vcs/git/git-1.7.2.5.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-vcs/git/ChangeLog b/dev-vcs/git/ChangeLog index 8af53b1ec3e9..953e5677a2f8 100644 --- a/dev-vcs/git/ChangeLog +++ b/dev-vcs/git/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-vcs/git # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.58 2010/12/22 17:56:10 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.59 2010/12/23 16:06:43 jer Exp $ + + 23 Dec 2010; Jeroen Roovers <jer@gentoo.org> git-1.6.4.5.ebuild, + git-1.7.2.5.ebuild: + Stable for PPC (bug #349045). 22 Dec 2010; Jeroen Roovers <jer@gentoo.org> git-1.7.2.5.ebuild: Stable for HPPA (bug #349045). diff --git a/dev-vcs/git/git-1.6.4.5.ebuild b/dev-vcs/git/git-1.6.4.5.ebuild index d1a8edc239fc..f5dae1e448fe 100644 --- a/dev-vcs/git/git-1.6.4.5.ebuild +++ b/dev-vcs/git/git-1.6.4.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.6.4.5.ebuild,v 1.5 2010/12/22 17:13:19 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.6.4.5.ebuild,v 1.6 2010/12/23 16:06:43 jer Exp $ EAPI=2 @@ -28,7 +28,7 @@ fi LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="alpha ~amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd" IUSE="curl cgi doc emacs gtk iconv mozsha1 perl ppcsha1 tk threads webdav xinetd cvs subversion" # Common to both DEPEND and RDEPEND diff --git a/dev-vcs/git/git-1.7.2.5.ebuild b/dev-vcs/git/git-1.7.2.5.ebuild index f47042b970cf..98fac53896cf 100644 --- a/dev-vcs/git/git-1.7.2.5.ebuild +++ b/dev-vcs/git/git-1.7.2.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.2.5.ebuild,v 1.5 2010/12/22 17:56:10 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.2.5.ebuild,v 1.6 2010/12/23 16:06:43 jer Exp $ EAPI=3 @@ -19,7 +19,7 @@ if [ "$PV" != "9999" ]; then SRC_URI="mirror://kernel/software/scm/git/${MY_P}.tar.bz2 mirror://kernel/software/scm/git/${PN}-manpages-${DOC_VER}.tar.bz2 doc? ( mirror://kernel/software/scm/git/${PN}-htmldocs-${DOC_VER}.tar.bz2 )" - KEYWORDS="alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="alpha ~amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" else SRC_URI="" EGIT_BRANCH="master" |