diff options
author | Ilya Volynets <iluxa@gentoo.org> | 2005-09-28 08:21:11 +0000 |
---|---|---|
committer | Ilya Volynets <iluxa@gentoo.org> | 2005-09-28 08:21:11 +0000 |
commit | 44006373d917f1c623411f18624eef073d451f5e (patch) | |
tree | 3a52cd5b811b9d26f3ed2fab52a66cd15b2c63a9 /dev-util/git | |
parent | mark ~mips (diff) | |
download | historical-44006373d917f1c623411f18624eef073d451f5e.tar.gz historical-44006373d917f1c623411f18624eef073d451f5e.tar.bz2 historical-44006373d917f1c623411f18624eef073d451f5e.zip |
mark ~mips
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'dev-util/git')
-rw-r--r-- | dev-util/git/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/git/git-0.99.7d.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-util/git/ChangeLog b/dev-util/git/ChangeLog index be8af11aa5c4..2a99a1b9a132 100644 --- a/dev-util/git/ChangeLog +++ b/dev-util/git/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/git # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/git/ChangeLog,v 1.26 2005/09/25 23:51:10 r3pek Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/git/ChangeLog,v 1.27 2005/09/28 08:19:31 iluxa Exp $ + + 28 Sep 2005; Ilya A. Volynets-Evenbakh <ilya@total-knowledge.com> + git-0.99.7d.ebuild: + mark ~mips *git-0.99.7d (25 Sep 2005) diff --git a/dev-util/git/git-0.99.7d.ebuild b/dev-util/git/git-0.99.7d.ebuild index de2d6f7eec47..8504c398f4c9 100644 --- a/dev-util/git/git-0.99.7d.ebuild +++ b/dev-util/git/git-0.99.7d.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/git/git-0.99.7d.ebuild,v 1.1 2005/09/25 23:51:10 r3pek Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/git/git-0.99.7d.ebuild,v 1.2 2005/09/28 08:19:31 iluxa Exp $ inherit python @@ -10,7 +10,7 @@ SRC_URI="http://kernel.org/pub/software/scm/git/${PN}-core-${PV}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~mips ~ppc ~sparc ~x86" IUSE="mozsha1 ppcsha1 doc curl tcltk gitsendemail" S="${WORKDIR}/${PN}-core-${PV}" |