diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-21 01:07:05 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-21 01:07:05 +0000 |
commit | 9436cf1f0868f2afb70ca4289fc054beaeb8016c (patch) | |
tree | 063aa1a82c00ab9413722a1e9fc7b29595f9cb3e /dev-util/larch | |
parent | mips and arm need deps first; header fix (Manifest recommit) (diff) | |
download | gentoo-2-9436cf1f0868f2afb70ca4289fc054beaeb8016c.tar.gz gentoo-2-9436cf1f0868f2afb70ca4289fc054beaeb8016c.tar.bz2 gentoo-2-9436cf1f0868f2afb70ca4289fc054beaeb8016c.zip |
~mips ~hppa ~sparc ~arm need deps first
Diffstat (limited to 'dev-util/larch')
-rw-r--r-- | dev-util/larch/larch-1.0_pre0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/larch/larch-1.0_pre0.ebuild b/dev-util/larch/larch-1.0_pre0.ebuild index 234a5a70c207..b8ef1a3685ee 100644 --- a/dev-util/larch/larch-1.0_pre0.ebuild +++ b/dev-util/larch/larch-1.0_pre0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/larch/larch-1.0_pre0.ebuild,v 1.2 2003/11/14 11:43:40 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/larch/larch-1.0_pre0.ebuild,v 1.3 2004/02/21 01:07:05 mr_bones_ Exp $ MY_P="${P//_/}" DESCRIPTION="revision control system ideal for widely distributed development (see \"tla\" also)" @@ -9,7 +9,7 @@ HOMEPAGE="http://regexps.srparish.net/www/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~alpha ~ppc ~mips ~hppa ~sparc ~arm" +KEYWORDS="~x86 ~alpha ~ppc" S="${WORKDIR}/${MY_P}/src/=build" |