summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2010-09-03 12:35:20 +0000
committerChristian Faulhammer <fauli@gentoo.org>2010-09-03 12:35:20 +0000
commitda82d8bf43423de7a7f5efcb5d479fd37daec88e (patch)
tree710f2677499728f47a475e2a082ea581faf7c038 /dev-vcs/git
parentMove maintainership to freedesktop as talked with them. (diff)
downloadgentoo-2-da82d8bf43423de7a7f5efcb5d479fd37daec88e.tar.gz
gentoo-2-da82d8bf43423de7a7f5efcb5d479fd37daec88e.tar.bz2
gentoo-2-da82d8bf43423de7a7f5efcb5d479fd37daec88e.zip
add ~x86-freebsd
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'dev-vcs/git')
-rw-r--r--dev-vcs/git/ChangeLog5
-rw-r--r--dev-vcs/git/git-1.7.2.2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-vcs/git/ChangeLog b/dev-vcs/git/ChangeLog
index 4145db9f4d90..7762e66122f4 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.25 2010/08/29 11:19:53 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.26 2010/09/03 12:35:20 fauli Exp $
+
+ 03 Sep 2010; Christian Faulhammer <fauli@gentoo.org> git-1.7.2.2.ebuild:
+ add ~x86-freebsd
29 Aug 2010; Sven Wegener <swegener@gentoo.org> git-1.7.2.ebuild,
git-1.7.2-r2.ebuild, git-1.7.2.2.ebuild:
diff --git a/dev-vcs/git/git-1.7.2.2.ebuild b/dev-vcs/git/git-1.7.2.2.ebuild
index bd9dd29494c4..27c888fffb30 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.2 2010/08/29 11:19:53 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.2.2.ebuild,v 1.3 2010/09/03 12:35:20 fauli 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 ~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"