diff options
author | Fernando J. Pereda <ferdy@gentoo.org> | 2006-08-11 16:48:40 +0000 |
---|---|---|
committer | Fernando J. Pereda <ferdy@gentoo.org> | 2006-08-11 16:48:40 +0000 |
commit | b845334b319c48696247ec2122c6225fe8eb3130 (patch) | |
tree | dbe0f41e74dff6927573b69be9eb202a2b2184cd /dev-util | |
parent | Month is up so removing net-wireless/gtkskan (diff) | |
download | gentoo-2-b845334b319c48696247ec2122c6225fe8eb3130.tar.gz gentoo-2-b845334b319c48696247ec2122c6225fe8eb3130.tar.bz2 gentoo-2-b845334b319c48696247ec2122c6225fe8eb3130.zip |
Stable on alpha wrt bug #143586
(Portage version: 2.1-r1)
Diffstat (limited to 'dev-util')
-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 07c22cecc384..9dadaf60c64b 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.104 2006/08/08 17:24:21 ferdy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/git/ChangeLog,v 1.105 2006/08/11 16:48:40 ferdy Exp $ + + 11 Aug 2006; Fernando J. Pereda <ferdy@gentoo.org> git-1.4.1.1.ebuild: + Stable on alpha wrt bug #143586 08 Aug 2006; Fernando J. Pereda <ferdy@gentoo.org> git-1.4.1.1.ebuild: Recommend dev-perl/libwww-perl to use git-svn. Fixes bug #142116. diff --git a/dev-util/git/git-1.4.1.1.ebuild b/dev-util/git/git-1.4.1.1.ebuild index 4c62ba2a1ccb..7c255e618859 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.2 2006/08/08 17:24:21 ferdy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/git/git-1.4.1.1.ebuild,v 1.3 2006/08/11 16:48:40 ferdy 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 |