diff options
author | Ilya Volynets <iluxa@gentoo.org> | 2005-06-28 21:50:04 +0000 |
---|---|---|
committer | Ilya Volynets <iluxa@gentoo.org> | 2005-06-28 21:50:04 +0000 |
commit | 77c298fc8aab92c75238e4c66f18bb4bec811f20 (patch) | |
tree | c414bf15996fe7142e416f7f39f8c26d2ee71f6f /dev-dotnet/pnetc/pnetc-0.6.12.ebuild | |
parent | We seem to have yet another unfortunate incident of (diff) | |
download | gentoo-2-77c298fc8aab92c75238e4c66f18bb4bec811f20.tar.gz gentoo-2-77c298fc8aab92c75238e4c66f18bb4bec811f20.tar.bz2 gentoo-2-77c298fc8aab92c75238e4c66f18bb4bec811f20.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) (Manifest recommit)
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-dotnet/pnetc/pnetc-0.6.12.ebuild')
-rw-r--r-- | dev-dotnet/pnetc/pnetc-0.6.12.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-dotnet/pnetc/pnetc-0.6.12.ebuild b/dev-dotnet/pnetc/pnetc-0.6.12.ebuild index b5c0158f89b8..92dc304b5a47 100644 --- a/dev-dotnet/pnetc/pnetc-0.6.12.ebuild +++ b/dev-dotnet/pnetc/pnetc-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/pnetc/pnetc-0.6.12.ebuild,v 1.3 2005/02/06 19:56:58 scandium Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnetc/pnetc-0.6.12.ebuild,v 1.4 2005/06/28 21:50:04 iluxa Exp $ MY_P=${P/c/C} S=${WORKDIR}/${MY_P} @@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/dotgnu/pnet/${MY_P}.tar.gz" LICENSE="LGPL-2.1" 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}*" |