diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-12-23 19:33:57 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-12-23 19:33:57 +0000 |
commit | 4b83e5e75944cc873816d148dbeb7178f7fc4da7 (patch) | |
tree | 2307d32ea1a8b016405c87bf1a10e70b990ebdf6 /dev-util/git | |
parent | x86 stable, bug #234646 (diff) | |
download | gentoo-2-4b83e5e75944cc873816d148dbeb7178f7fc4da7.tar.gz gentoo-2-4b83e5e75944cc873816d148dbeb7178f7fc4da7.tar.bz2 gentoo-2-4b83e5e75944cc873816d148dbeb7178f7fc4da7.zip |
alpha/arm/ia64 stable wrt #251343
(Portage version: 2.1.4.5)
Diffstat (limited to 'dev-util/git')
-rw-r--r-- | dev-util/git/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/git/git-1.6.0.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/git/ChangeLog b/dev-util/git/ChangeLog index 271c9fc9607d..8cb1faf92994 100644 --- a/dev-util/git/ChangeLog +++ b/dev-util/git/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/git # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/git/ChangeLog,v 1.311 2008/12/23 19:19:50 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/git/ChangeLog,v 1.312 2008/12/23 19:33:57 armin76 Exp $ + + 23 Dec 2008; Raúl Porcel <armin76@gentoo.org> git-1.6.0.6.ebuild: + alpha/arm/ia64 stable wrt #251343 23 Dec 2008; Robin H. Johnson <robbat2@gentoo.org> git-1.6.0.6.ebuild: Factor out the long emake invocation so that we can consistently call it diff --git a/dev-util/git/git-1.6.0.6.ebuild b/dev-util/git/git-1.6.0.6.ebuild index 422049d8f199..27536a8df7ef 100644 --- a/dev-util/git/git-1.6.0.6.ebuild +++ b/dev-util/git/git-1.6.0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/git/git-1.6.0.6.ebuild,v 1.4 2008/12/23 19:19:50 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/git/git-1.6.0.6.ebuild,v 1.5 2008/12/23 19:33:57 armin76 Exp $ inherit toolchain-funcs eutils elisp-common perl-module bash-completion @@ -17,7 +17,7 @@ SRC_URI="mirror://kernel/software/scm/git/${MY_P}.tar.bz2 LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~sparc-fbsd x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~sparc-fbsd x86 ~x86-fbsd" IUSE="curl cgi doc emacs gtk iconv mozsha1 perl ppcsha1 tk threads webdav xinetd cvs subversion vim-syntax" DEPEND=" |