diff options
author | Olivier Crête <tester@gentoo.org> | 2003-07-18 20:24:20 +0000 |
---|---|---|
committer | Olivier Crête <tester@gentoo.org> | 2003-07-18 20:24:20 +0000 |
commit | b32cb4371d0671eda22863f152b3a662a3323746 (patch) | |
tree | 98b6b5445180b79800aa014928e8a4a7b60682a7 /dev-util/cvs/cvs-1.11.6.ebuild | |
parent | repoman (diff) | |
download | gentoo-2-b32cb4371d0671eda22863f152b3a662a3323746.tar.gz gentoo-2-b32cb4371d0671eda22863f152b3a662a3323746.tar.bz2 gentoo-2-b32cb4371d0671eda22863f152b3a662a3323746.zip |
Adding amd64 keyword to stuff
Diffstat (limited to 'dev-util/cvs/cvs-1.11.6.ebuild')
-rw-r--r-- | dev-util/cvs/cvs-1.11.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/cvs/cvs-1.11.6.ebuild b/dev-util/cvs/cvs-1.11.6.ebuild index 8cc377905bd7..ff040be00311 100644 --- a/dev-util/cvs/cvs-1.11.6.ebuild +++ b/dev-util/cvs/cvs-1.11.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cvs/cvs-1.11.6.ebuild,v 1.1 2003/05/28 13:13:13 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cvs/cvs-1.11.6.ebuild,v 1.2 2003/07/18 20:24:00 tester Exp $ S=${WORKDIR}/${P} DESCRIPTION="Concurrent Versions System - source code revision control tools" @@ -12,7 +12,7 @@ DEPEND="virtual/glibc SLOT="0" LICENSE="GPL-2 LGPL-2" -KEYWORDS="x86 ppc sparc alpha hppa ~mips" +KEYWORDS="x86 ppc sparc alpha hppa ~mips amd64" src_compile() { econf --with-tmpdir=/tmp || die |