diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2009-06-26 20:08:44 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2009-06-26 20:08:44 +0000 |
commit | 444c1c4b51c18e5f8892c0d88f70f05747f04ae4 (patch) | |
tree | 4d0bd29c55c14fb94e972885e2de2d9748a070d6 /dev-util | |
parent | Masking samba 3.3 until it is better tested (diff) | |
download | gentoo-2-444c1c4b51c18e5f8892c0d88f70f05747f04ae4.tar.gz gentoo-2-444c1c4b51c18e5f8892c0d88f70f05747f04ae4.tar.bz2 gentoo-2-444c1c4b51c18e5f8892c0d88f70f05747f04ae4.zip |
Stable on alpha, bug #273905
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/git/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/git/git-1.6.3.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/git/ChangeLog b/dev-util/git/ChangeLog index bf4e49e5a40d..0bcb5169d1ad 100644 --- a/dev-util/git/ChangeLog +++ b/dev-util/git/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/git # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/git/ChangeLog,v 1.346 2009/06/24 05:09:03 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/git/ChangeLog,v 1.347 2009/06/26 20:08:44 klausman Exp $ + + 26 Jun 2009; Tobias Klausmann <klausman@gentoo.org> git-1.6.3.3.ebuild: + Stable on alpha, bug #273905 24 Jun 2009; Jeroen Roovers <jer@gentoo.org> git-1.6.3.3.ebuild: Stable for HPPA (bug #273905). diff --git a/dev-util/git/git-1.6.3.3.ebuild b/dev-util/git/git-1.6.3.3.ebuild index 7e3dd238d379..858b423e4989 100644 --- a/dev-util/git/git-1.6.3.3.ebuild +++ b/dev-util/git/git-1.6.3.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/git/git-1.6.3.3.ebuild,v 1.2 2009/06/24 05:09:02 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/git/git-1.6.3.3.ebuild,v 1.3 2009/06/26 20:08:44 klausman Exp $ EAPI=2 @@ -27,7 +27,7 @@ fi LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" IUSE="curl cgi doc emacs gtk iconv mozsha1 perl ppcsha1 tk threads webdav xinetd cvs subversion" # Common to both DEPEND and RDEPEND |