diff options
author | Fernando J. Pereda <ferdy@gentoo.org> | 2007-05-23 12:54:14 +0000 |
---|---|---|
committer | Fernando J. Pereda <ferdy@gentoo.org> | 2007-05-23 12:54:14 +0000 |
commit | b1f7266f0075d697b7886fa9a6d98a9024a6abb8 (patch) | |
tree | f9e8c1cade1f27046a3c3d0a42529a02f33d272e /dev-util | |
parent | Add debug to IUSE. (diff) | |
download | gentoo-2-b1f7266f0075d697b7886fa9a6d98a9024a6abb8.tar.gz gentoo-2-b1f7266f0075d697b7886fa9a6d98a9024a6abb8.tar.bz2 gentoo-2-b1f7266f0075d697b7886fa9a6d98a9024a6abb8.zip |
Stable on alpha as per bug #179245
(Portage version: 2.1.2.7)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/git/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/git/git-1.5.1.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/git/ChangeLog b/dev-util/git/ChangeLog index 9f0fac008205..5d280449cd20 100644 --- a/dev-util/git/ChangeLog +++ b/dev-util/git/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/git # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/git/ChangeLog,v 1.196 2007/05/23 12:46:45 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/git/ChangeLog,v 1.197 2007/05/23 12:54:14 ferdy Exp $ + + 23 May 2007; Fernando J. Pereda <ferdy@gentoo.org> git-1.5.1.6.ebuild: + Stable on alpha as per bug #179245 23 May 2007; Gustavo Zacarias <gustavoz@gentoo.org> git-1.5.1.6.ebuild: Stable on sparc wrt #179245 diff --git a/dev-util/git/git-1.5.1.6.ebuild b/dev-util/git/git-1.5.1.6.ebuild index 6b128275cf27..ddeb55c57a52 100644 --- a/dev-util/git/git-1.5.1.6.ebuild +++ b/dev-util/git/git-1.5.1.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/git/git-1.5.1.6.ebuild,v 1.4 2007/05/23 12:46:45 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/git/git-1.5.1.6.ebuild,v 1.5 2007/05/23 12:54:14 ferdy 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 ~x86 ~x86-fbsd" +KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~x86-fbsd" IUSE="curl doc elibc_uclibc emacs gtk mozsha1 perl ppcsha1 tk webdav" DEPEND="dev-libs/openssl |