diff options
Diffstat (limited to 'dev-util/xmingw-gcc/xmingw-gcc-3.4.4.ebuild')
-rw-r--r-- | dev-util/xmingw-gcc/xmingw-gcc-3.4.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/xmingw-gcc/xmingw-gcc-3.4.4.ebuild b/dev-util/xmingw-gcc/xmingw-gcc-3.4.4.ebuild index f25b14842bd1..bff57b2f0990 100644 --- a/dev-util/xmingw-gcc/xmingw-gcc-3.4.4.ebuild +++ b/dev-util/xmingw-gcc/xmingw-gcc-3.4.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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.4.ebuild,v 1.4 2006/03/03 19:07:57 cretin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/xmingw-gcc/xmingw-gcc-3.4.4.ebuild,v 1.5 2006/07/28 11:37:32 fmccor Exp $ inherit eutils @@ -20,7 +20,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="~amd64 ~sparc ~x86" IUSE="fortran gcj debug nocxx" DEPEND="dev-util/xmingw-binutils" |