diff options
author | Raúl Porcel <armin76@gentoo.org> | 2011-01-01 15:39:13 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2011-01-01 15:39:13 +0000 |
commit | 2779f6fe9230030beacf9055df50143aaab61501 (patch) | |
tree | 8db44d09ba6a176586b8e7ed0347081099cccfd8 /dev-vcs/git/git-1.7.2.5.ebuild | |
parent | x86 stable wrt bug #349694 (diff) | |
download | gentoo-2-2779f6fe9230030beacf9055df50143aaab61501.tar.gz gentoo-2-2779f6fe9230030beacf9055df50143aaab61501.tar.bz2 gentoo-2-2779f6fe9230030beacf9055df50143aaab61501.zip |
alpha/arm/ia64/s390/sh/sparc stable wrt #349045
(Portage version: 2.1.9.24/cvs/Linux ia64)
Diffstat (limited to 'dev-vcs/git/git-1.7.2.5.ebuild')
-rw-r--r-- | dev-vcs/git/git-1.7.2.5.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-vcs/git/git-1.7.2.5.ebuild b/dev-vcs/git/git-1.7.2.5.ebuild index 0a53f008e88a..7e90fb113c1c 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 +# Copyright 1999-2011 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.9 2010/12/27 14:52:55 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.2.5.ebuild,v 1.10 2011/01/01 15:39:13 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" |