diff options
author | Ilya Volynets <iluxa@gentoo.org> | 2006-11-09 00:25:41 +0000 |
---|---|---|
committer | Ilya Volynets <iluxa@gentoo.org> | 2006-11-09 00:25:41 +0000 |
commit | 3ea60fa9ec02420028329d05c959c3142bc76493 (patch) | |
tree | 534fd539a617fb80f32b615141b490542df86697 /dev-util | |
parent | Stable sparc for the version I thought I was making stable --- Bug #154489 --- (diff) | |
download | gentoo-2-3ea60fa9ec02420028329d05c959c3142bc76493.tar.gz gentoo-2-3ea60fa9ec02420028329d05c959c3142bc76493.tar.bz2 gentoo-2-3ea60fa9ec02420028329d05c959c3142bc76493.zip |
Add ~mips to 1.4.3.4 keywords
(Portage version: 2.1.1-r1)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/git/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/git/git-1.4.3.4.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-util/git/ChangeLog b/dev-util/git/ChangeLog index 3404847a8f3c..473bfe56319f 100644 --- a/dev-util/git/ChangeLog +++ b/dev-util/git/ChangeLog @@ -1,6 +1,10 @@ # 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.142 2006/11/09 00:03:04 iluxa Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/git/ChangeLog,v 1.143 2006/11/09 00:25:41 iluxa Exp $ + + 09 Nov 2006; Ilya A. Volynets-Evenbakh <iluxa@gentoo.org> + git-1.4.3.4.ebuild: + Add ~mips to keywords 08 Nov 2006; Ilya A. Volynets-Evenbakh <iluxa@gentoo.org> git-1.4.1.1.ebuild: diff --git a/dev-util/git/git-1.4.3.4.ebuild b/dev-util/git/git-1.4.3.4.ebuild index 8dae0272d0b5..5f73cb355704 100644 --- a/dev-util/git/git-1.4.3.4.ebuild +++ b/dev-util/git/git-1.4.3.4.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.3.4.ebuild,v 1.1 2006/11/05 13:58:23 ferdy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/git/git-1.4.3.4.ebuild,v 1.2 2006/11/09 00:25:41 iluxa Exp $ inherit python toolchain-funcs eutils elisp-common perl-module bash-completion @@ -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 ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="curl doc elibc_uclibc emacs gtk mozsha1 ppcsha1 tk webdav" DEPEND="dev-libs/openssl |