diff options
author | 2005-05-27 17:33:38 +0000 | |
---|---|---|
committer | 2005-05-27 17:33:38 +0000 | |
commit | 5f07c0ff29218658280f89eb638aa1a3731e96be (patch) | |
tree | 1dd49ec002abe1a0a17945bf71e310bc14e8eec9 /dev-util/xmingw-gcc/xmingw-gcc-3.4.2.ebuild | |
parent | Cleanup and new version (diff) | |
download | gentoo-2-5f07c0ff29218658280f89eb638aa1a3731e96be.tar.gz gentoo-2-5f07c0ff29218658280f89eb638aa1a3731e96be.tar.bz2 gentoo-2-5f07c0ff29218658280f89eb638aa1a3731e96be.zip |
New versio and cleanup
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-util/xmingw-gcc/xmingw-gcc-3.4.2.ebuild')
-rw-r--r-- | dev-util/xmingw-gcc/xmingw-gcc-3.4.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/xmingw-gcc/xmingw-gcc-3.4.2.ebuild b/dev-util/xmingw-gcc/xmingw-gcc-3.4.2.ebuild index dc798d7dfd38..1b4762ddfa0a 100644 --- a/dev-util/xmingw-gcc/xmingw-gcc-3.4.2.ebuild +++ b/dev-util/xmingw-gcc/xmingw-gcc-3.4.2.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/xmingw-gcc/xmingw-gcc-3.4.2.ebuild,v 1.3 2005/03/08 17:41:14 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/xmingw-gcc/xmingw-gcc-3.4.2.ebuild,v 1.4 2005/05/27 17:33:38 cretin Exp $ MY_P=${P/xmingw-/} S=${WORKDIR}/${MY_P} @@ -17,7 +17,7 @@ SRC_URI="ftp://gcc.gnu.org/pub/gcc/releases/${MY_P}/${MY_P}.tar.bz2 LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="~x86 ~amd64" +KEYWORDS="x86 amd64" IUSE="fortran gcj debug" DEPEND="dev-util/xmingw-binutils" |