summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Volynets <iluxa@gentoo.org>2005-06-28 21:44:18 +0000
committerIlya Volynets <iluxa@gentoo.org>2005-06-28 21:44:18 +0000
commit30c6a8461c59808ef2c9bf294ed7d5c1fdebfa00 (patch)
treea89337955da52efd99d8a673a37e99542ab015c1 /dev-dotnet/ml-pnet/ml-pnet-0.7.0.ebuild
parentStable on sparc (diff)
downloadgentoo-2-30c6a8461c59808ef2c9bf294ed7d5c1fdebfa00.tar.gz
gentoo-2-30c6a8461c59808ef2c9bf294ed7d5c1fdebfa00.tar.bz2
gentoo-2-30c6a8461c59808ef2c9bf294ed7d5c1fdebfa00.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 (Manifest recommit) (Portage version: 2.0.51.19)
Diffstat (limited to 'dev-dotnet/ml-pnet/ml-pnet-0.7.0.ebuild')
-rw-r--r--dev-dotnet/ml-pnet/ml-pnet-0.7.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-dotnet/ml-pnet/ml-pnet-0.7.0.ebuild b/dev-dotnet/ml-pnet/ml-pnet-0.7.0.ebuild
index fc2b0afb53bc..6004638235a5 100644
--- a/dev-dotnet/ml-pnet/ml-pnet-0.7.0.ebuild
+++ b/dev-dotnet/ml-pnet/ml-pnet-0.7.0.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/ml-pnet/ml-pnet-0.7.0.ebuild,v 1.1 2005/06/21 23:43:27 urilith Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ml-pnet/ml-pnet-0.7.0.ebuild,v 1.2 2005/06/28 21:44:18 iluxa Exp $
DESCRIPTION="Mono C# libraries for Portable.NET"
HOMEPAGE="http://www.dotgnu.org/"
@@ -9,7 +9,7 @@ SRC_URI="http://www.southern-storm.com.au/download/${P}.tar.gz"
LICENSE="|| ( GPL-2 X11 )"
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-dotnet/pnetlib-${PV}*"