diff options
author | 2006-08-11 21:20:11 +0000 | |
---|---|---|
committer | 2006-08-11 21:20:11 +0000 | |
commit | 7af2dcab4f6be983f2a2de1246e80288056e6b48 (patch) | |
tree | 29dfe678a814372ed8c3671659d82cf331454d73 /dev-util/git | |
parent | - binary only packages that depend on glibc must have explicit deps of glibc (diff) | |
download | gentoo-2-7af2dcab4f6be983f2a2de1246e80288056e6b48.tar.gz gentoo-2-7af2dcab4f6be983f2a2de1246e80288056e6b48.tar.bz2 gentoo-2-7af2dcab4f6be983f2a2de1246e80288056e6b48.zip |
Stable for HPPA (bug #143586).
(Portage version: 2.1.1_pre4-r4)
Diffstat (limited to 'dev-util/git')
-rw-r--r-- | dev-util/git/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/git/git-1.4.1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/git/ChangeLog b/dev-util/git/ChangeLog index 1779f4bcafcd..f7a4ea49b050 100644 --- a/dev-util/git/ChangeLog +++ b/dev-util/git/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/git # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/git/ChangeLog,v 1.107 2006/08/11 19:47:49 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/git/ChangeLog,v 1.108 2006/08/11 21:20:11 jer Exp $ + + 11 Aug 2006; Jeroen Roovers <jer@gentoo.org> git-1.4.1.1.ebuild: + Stable for HPPA (bug #143586). 11 Aug 2006; Gustavo Zacarias <gustavoz@gentoo.org> git-1.4.1.1.ebuild: Stable on sparc wrt #143586 diff --git a/dev-util/git/git-1.4.1.1.ebuild b/dev-util/git/git-1.4.1.1.ebuild index 38b6e3e3331c..9bdf3e31e1a7 100644 --- a/dev-util/git/git-1.4.1.1.ebuild +++ b/dev-util/git/git-1.4.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/git/git-1.4.1.1.ebuild,v 1.5 2006/08/11 19:47:49 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/git/git-1.4.1.1.ebuild,v 1.6 2006/08/11 21:20:11 jer Exp $ inherit python toolchain-funcs eutils elisp-common @@ -14,7 +14,7 @@ SRC_URI="mirror://kernel/software/scm/git/${P}.tar.bz2 LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 ~hppa ~ia64 ~ppc ~ppc-macos ~ppc64 sparc ~x86 ~x86-fbsd" +KEYWORDS="alpha amd64 hppa ~ia64 ~ppc ~ppc-macos ~ppc64 sparc ~x86 ~x86-fbsd" IUSE="curl doc emacs gtk mozsha1 ppcsha1 webdav X" DEPEND="dev-libs/openssl |