diff options
author | 2002-08-14 11:58:50 +0000 | |
---|---|---|
committer | 2002-08-14 11:58:50 +0000 | |
commit | 410eeffd1605e9bd533c62f4dd580ee4067ac067 (patch) | |
tree | 2ade30a8fd405e7ca7a7ec455a3152f084f30bd4 /dev-lang/mono | |
parent | Added ppc keyword (diff) | |
download | historical-410eeffd1605e9bd533c62f4dd580ee4067ac067.tar.gz historical-410eeffd1605e9bd533c62f4dd580ee4067ac067.tar.bz2 historical-410eeffd1605e9bd533c62f4dd580ee4067ac067.zip |
Adding sparc/sparc64 keywords
Diffstat (limited to 'dev-lang/mono')
-rw-r--r-- | dev-lang/mono/mono-0.12.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/mono/mono-0.12.ebuild b/dev-lang/mono/mono-0.12.ebuild index 04d032f4ccb0..fe205a4e7e14 100644 --- a/dev-lang/mono/mono-0.12.ebuild +++ b/dev-lang/mono/mono-0.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-0.12.ebuild,v 1.5 2002/08/02 04:44:53 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-0.12.ebuild,v 1.6 2002/08/14 11:58:50 murphy Exp $ S=${WORKDIR}/${P} DESCRIPTION="Mono runtime" @@ -13,7 +13,7 @@ SLOT="0" DEPEND="virtual/glibc dev-util/pkgconfig" RDEPEND="${DEPEND}" -KEYWORDS="x86" +KEYWORDS="x86 sparc sparc64" src_compile() { ./configure \ |