diff options
author | Jason Huebel <jhuebel@gentoo.org> | 2004-05-18 23:58:50 +0000 |
---|---|---|
committer | Jason Huebel <jhuebel@gentoo.org> | 2004-05-18 23:58:50 +0000 |
commit | 8c276b4b6378b655ddc9f80a3c51619ecad04151 (patch) | |
tree | 926bd0e8c41262607570a86440a5e010183fbb52 /dev-util/cvs2cl | |
parent | Add gcc-3.4 patch #50331 by Ed Catmur. Also clean up ebuild in general (CFLAGS (diff) | |
download | gentoo-2-8c276b4b6378b655ddc9f80a3c51619ecad04151.tar.gz gentoo-2-8c276b4b6378b655ddc9f80a3c51619ecad04151.tar.bz2 gentoo-2-8c276b4b6378b655ddc9f80a3c51619ecad04151.zip |
~amd64
Diffstat (limited to 'dev-util/cvs2cl')
-rw-r--r-- | dev-util/cvs2cl/cvs2cl-2.50.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/cvs2cl/cvs2cl-2.50.ebuild b/dev-util/cvs2cl/cvs2cl-2.50.ebuild index 6216056d0a4e..873146210b00 100644 --- a/dev-util/cvs2cl/cvs2cl-2.50.ebuild +++ b/dev-util/cvs2cl/cvs2cl-2.50.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cvs2cl/cvs2cl-2.50.ebuild,v 1.2 2004/03/13 01:49:46 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cvs2cl/cvs2cl-2.50.ebuild,v 1.3 2004/05/18 23:58:50 jhuebel Exp $ #ECVS_SERVER="cvs -d :pserver:anonymous@cvs.red-bean.com:/usr/local/cvs login" #ECVS_PASS="the key" @@ -13,7 +13,7 @@ SRC_URI="mirror://gentoo/${P}.pl" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86" +KEYWORDS="x86 ~amd64" DEPEND="dev-lang/perl" |