diff options
author | Ilya Volynets <iluxa@gentoo.org> | 2005-06-28 21:49:18 +0000 |
---|---|---|
committer | Ilya Volynets <iluxa@gentoo.org> | 2005-06-28 21:49:18 +0000 |
commit | 54214151d99a7990cfddb8ed6ba2758d6fa7554b (patch) | |
tree | 4c372189bbd96587bd242fbf548087f0c1963f4c /dev-dotnet/pnet/pnet-0.6.12.ebuild | |
parent | We seem to have yet another unfortunate incident of (diff) | |
download | historical-54214151d99a7990cfddb8ed6ba2758d6fa7554b.tar.gz historical-54214151d99a7990cfddb8ed6ba2758d6fa7554b.tar.bz2 historical-54214151d99a7990cfddb8ed6ba2758d6fa7554b.zip |
We seem to have yet another unfortunate incident of
keyword-happy developer. There have been numerous
instances of untested unapproved packages being
keyworded, this was discussed time and again, the
issue is mentioned in developer documentation,
added to developer quiz, and voila, we have it again..
This time multiple packages in dev-dotnet/ category
were marked as mips, ~mips, sparc, ~sparc, as well as
working on other arches. It was confirmed that dotnet
doesn't even build on most of these, yet they were
keyworded. Oh well... There seems to be no way to teach
some people.
Removing mips and sparc keywords
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-dotnet/pnet/pnet-0.6.12.ebuild')
-rw-r--r-- | dev-dotnet/pnet/pnet-0.6.12.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-dotnet/pnet/pnet-0.6.12.ebuild b/dev-dotnet/pnet/pnet-0.6.12.ebuild index 1532a52eb9a0..fc78aa3a3f3b 100644 --- a/dev-dotnet/pnet/pnet-0.6.12.ebuild +++ b/dev-dotnet/pnet/pnet-0.6.12.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-dotnet/pnet/pnet-0.6.12.ebuild,v 1.6 2005/05/19 10:54:09 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnet/pnet-0.6.12.ebuild,v 1.7 2005/06/28 21:47:18 iluxa Exp $ DESCRIPTION="Portable.NET runtime, compiler, tools" HOMEPAGE="http://www.dotgnu.org/" @@ -8,7 +8,7 @@ SRC_URI="mirror://gnu/dotgnu/pnet/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc ppc64 sparc ~mips ~alpha arm hppa amd64 ia64" +KEYWORDS="x86 ppc ppc64 ~alpha arm hppa amd64 ia64" IUSE="" DEPEND=">=dev-util/treecc-0.3.0" |