summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2008-10-27 07:25:02 +0000
committerPeter Volkov <pva@gentoo.org>2008-10-27 07:25:02 +0000
commit63937f79686efeda1f53bbd0de6eb45ca91bc8a7 (patch)
tree9786da2a51644073b10d2d0c0ed057c8df3088b1 /dev-util/cunit
parentmask USE=lilo by default and unmask it only for x86/amd64 (diff)
downloadgentoo-2-63937f79686efeda1f53bbd0de6eb45ca91bc8a7.tar.gz
gentoo-2-63937f79686efeda1f53bbd0de6eb45ca91bc8a7.tar.bz2
gentoo-2-63937f79686efeda1f53bbd0de6eb45ca91bc8a7.zip
~mips keyworded, bug #242546
(Portage version: 2.2_rc12/cvs/Linux 2.6.26-openvz.git-777e816 i686)
Diffstat (limited to 'dev-util/cunit')
-rw-r--r--dev-util/cunit/ChangeLog5
-rw-r--r--dev-util/cunit/cunit-2.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/cunit/ChangeLog b/dev-util/cunit/ChangeLog
index 79779de8dc8a..b99c002b6846 100644
--- a/dev-util/cunit/ChangeLog
+++ b/dev-util/cunit/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/cunit
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/ChangeLog,v 1.22 2008/10/21 17:36:13 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/ChangeLog,v 1.23 2008/10/27 07:25:02 pva Exp $
+
+ 27 Oct 2008; Peter Volkov <pva@gentoo.org> cunit-2.1.ebuild:
+ ~mips keyworded, bug #242546
21 Oct 2008; Raúl Porcel <armin76@gentoo.org> cunit-2.1.ebuild:
Add ~alpha/~ia64 wrt #242546
diff --git a/dev-util/cunit/cunit-2.1.ebuild b/dev-util/cunit/cunit-2.1.ebuild
index d5250b268370..fbc9fe63116a 100644
--- a/dev-util/cunit/cunit-2.1.ebuild
+++ b/dev-util/cunit/cunit-2.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/cunit-2.1.ebuild,v 1.5 2008/10/21 17:36:13 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/cunit-2.1.ebuild,v 1.6 2008/10/27 07:25:02 pva Exp $
inherit eutils autotools
@@ -15,7 +15,7 @@ HOMEPAGE="http://cunit.sourceforge.net"
DEPEND="virtual/libc"
SLOT="0"
LICENSE="LGPL-2"
-KEYWORDS="~alpha ~amd64 ~ia64 ppc ~ppc64 sparc x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ~mips ppc ~ppc64 sparc x86"
IUSE=""
S="${WORKDIR}/${MY_P}"