diff options
author | 2010-12-23 22:46:09 +0000 | |
---|---|---|
committer | 2010-12-23 22:46:09 +0000 | |
commit | b26d022f73aad618f2e1248094e9828c2c8c1a74 (patch) | |
tree | 0eea4dcf97ef2d44054914d3aea6baba93d3bd18 | |
parent | Require USE=cxx in libpcre #349533 by Oliver Schinagl. (diff) | |
download | gentoo-2-b26d022f73aad618f2e1248094e9828c2c8c1a74.tar.gz gentoo-2-b26d022f73aad618f2e1248094e9828c2c8c1a74.tar.bz2 gentoo-2-b26d022f73aad618f2e1248094e9828c2c8c1a74.zip |
Stable for HPPA PPC (bug #349045).
(Portage version: 2.2.0_alpha10/cvs/Linux i686)
-rw-r--r-- | dev-vcs/git/ChangeLog | 5 | ||||
-rw-r--r-- | dev-vcs/git/git-1.7.3.4-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-vcs/git/ChangeLog b/dev-vcs/git/ChangeLog index 953e5677a2f8..3fd9fc0696c4 100644 --- a/dev-vcs/git/ChangeLog +++ b/dev-vcs/git/ChangeLog @@ -1,6 +1,9 @@ # 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.59 2010/12/23 16:06:43 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.60 2010/12/23 22:46:09 jer Exp $ + + 23 Dec 2010; Jeroen Roovers <jer@gentoo.org> git-1.7.3.4-r1.ebuild: + Stable for HPPA PPC (bug #349045). 23 Dec 2010; Jeroen Roovers <jer@gentoo.org> git-1.6.4.5.ebuild, git-1.7.2.5.ebuild: diff --git a/dev-vcs/git/git-1.7.3.4-r1.ebuild b/dev-vcs/git/git-1.7.3.4-r1.ebuild index bfba4b8f9861..3d4f931c79e3 100644 --- a/dev-vcs/git/git-1.7.3.4-r1.ebuild +++ b/dev-vcs/git/git-1.7.3.4-r1.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.3.4-r1.ebuild,v 1.3 2010/12/20 11:56:01 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.3.4-r1.ebuild,v 1.4 2010/12/23 22:46:09 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" |