diff options
author | Raúl Porcel <armin76@gentoo.org> | 2010-09-11 15:09:20 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2010-09-11 15:09:20 +0000 |
commit | 66c2ad43c1b29daa23af40c68d339adc62497689 (patch) | |
tree | 8e0cac1a5337fe4ec8cd3067d1db4c501f352cdd /dev-vcs | |
parent | change virtual/php to dev-lang/php (bug #319623) (diff) | |
download | gentoo-2-66c2ad43c1b29daa23af40c68d339adc62497689.tar.gz gentoo-2-66c2ad43c1b29daa23af40c68d339adc62497689.tar.bz2 gentoo-2-66c2ad43c1b29daa23af40c68d339adc62497689.zip |
arm/ia64/s390/sh/sparc stable wrt #335891
(Portage version: 2.1.8.3/cvs/Linux ia64)
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/git/ChangeLog | 5 | ||||
-rw-r--r-- | dev-vcs/git/git-1.7.2.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-vcs/git/ChangeLog b/dev-vcs/git/ChangeLog index 5021f7e87c63..3a9453ce7e3b 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.32 2010/09/10 15:58:38 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.33 2010/09/11 15:09:20 armin76 Exp $ + + 11 Sep 2010; Raúl Porcel <armin76@gentoo.org> git-1.7.2.2.ebuild: + arm/ia64/s390/sh/sparc stable wrt #335891 10 Sep 2010; Jeroen Roovers <jer@gentoo.org> git-1.7.2.2.ebuild: Stable for HPPA (bug #335891). diff --git a/dev-vcs/git/git-1.7.2.2.ebuild b/dev-vcs/git/git-1.7.2.2.ebuild index 687f34f8225a..b9b9b3b7bfae 100644 --- a/dev-vcs/git/git-1.7.2.2.ebuild +++ b/dev-vcs/git/git-1.7.2.2.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.2.ebuild,v 1.9 2010/09/10 15:58:38 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.2.2.ebuild,v 1.10 2010/09/11 15:09:20 armin76 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" |