public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/cunit: ChangeLog cunit-2.1.ebuild
@ 2008-05-04  3:22 Josh Glover (jmglov)
  0 siblings, 0 replies; 6+ messages in thread
From: Josh Glover (jmglov) @ 2008-05-04  3:22 UTC (permalink / raw
  To: gentoo-commits

jmglov      08/05/04 03:22:38

  Modified:             ChangeLog
  Added:                cunit-2.1.ebuild
  Log:
  Version bump; submitted by Hal Ashburner in bug #214465
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.18                 dev-util/cunit/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cunit/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cunit/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cunit/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cunit/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	13 Aug 2007 20:46:58 -0000	1.17
+++ ChangeLog	4 May 2008 03:22:38 -0000	1.18
@@ -1,6 +1,11 @@
 # ChangeLog for dev-util/cunit
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/ChangeLog,v 1.17 2007/08/13 20:46:58 dertobi123 Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/ChangeLog,v 1.18 2008/05/04 03:22:38 jmglov Exp $
+
+*cunit-2.1 (06 Apr 2008)
+
+  06 Apr 2008; Josh Glover <jmglov@gentoo.org> +cunit-2.1.ebuild:
+  This package was submitted by Hal Ashburner in bug #214465
 
   13 Aug 2007; Tobias Scherbaum <dertobi123@gentoo.org> cunit-2.0.ebuild:
   ppc. stable



1.1                  dev-util/cunit/cunit-2.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cunit/cunit-2.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cunit/cunit-2.1.ebuild?rev=1.1&content-type=text/plain

Index: cunit-2.1.ebuild
===================================================================
# 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.1 2008/05/04 03:22:38 jmglov Exp $

inherit eutils autotools

MY_PN='CUnit'
MY_PV="${PV}-0"
MY_P="${MY_PN}-${MY_PV}"

DESCRIPTION="CUnit - C Unit Test Framework"
SRC_URI="mirror://sourceforge/cunit/${MY_P}-src.tar.gz"
HOMEPAGE="http://cunit.sourceforge.net"

DEPEND="virtual/libc"
SLOT="0"
LICENSE="LGPL-2"
KEYWORDS="~x86"
IUSE=""

S="${WORKDIR}/${MY_P}"

src_compile() {
	eautoreconf
	econf || die "configure failed"
	emake || die "make failed"
}

src_install() {
	einstall || die "make install failed"
	dodoc AUTHORS INSTALL NEWS README ChangeLog
}



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-util/cunit: ChangeLog cunit-2.1.ebuild
@ 2008-05-10  8:07 Josh Glover (jmglov)
  0 siblings, 0 replies; 6+ messages in thread
From: Josh Glover (jmglov) @ 2008-05-10  8:07 UTC (permalink / raw
  To: gentoo-commits

jmglov      08/05/10 08:07:51

  Modified:             ChangeLog cunit-2.1.ebuild
  Log:
  Bug # 221101 : re-adding KEYWORDS from cunit-2.0
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.19                 dev-util/cunit/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cunit/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cunit/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cunit/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cunit/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	4 May 2008 03:22:38 -0000	1.18
+++ ChangeLog	10 May 2008 08:07:51 -0000	1.19
@@ -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.18 2008/05/04 03:22:38 jmglov Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/ChangeLog,v 1.19 2008/05/10 08:07:51 jmglov Exp $
+
+  10 May 2008; Josh Glover <jmglov@gentoo.org> cunit-2.1.ebuild:
+  Bug # 221101 : re-adding KEYWORDS from cunit-2.0
 
 *cunit-2.1 (06 Apr 2008)
 



1.2                  dev-util/cunit/cunit-2.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cunit/cunit-2.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cunit/cunit-2.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cunit/cunit-2.1.ebuild?r1=1.1&r2=1.2

Index: cunit-2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cunit/cunit-2.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cunit-2.1.ebuild	4 May 2008 03:22:38 -0000	1.1
+++ cunit-2.1.ebuild	10 May 2008 08:07:51 -0000	1.2
@@ -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.1 2008/05/04 03:22:38 jmglov Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/cunit-2.1.ebuild,v 1.2 2008/05/10 08:07:51 jmglov Exp $
 
 inherit eutils autotools
 
@@ -15,7 +15,7 @@
 DEPEND="virtual/libc"
 SLOT="0"
 LICENSE="LGPL-2"
-KEYWORDS="~x86"
+KEYWORDS="~amd64 ppc sparc ~x86"
 IUSE=""
 
 S="${WORKDIR}/${MY_P}"



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-util/cunit: ChangeLog cunit-2.1.ebuild
@ 2008-08-01 14:41 Akinori Hattori (hattya)
  0 siblings, 0 replies; 6+ messages in thread
From: Akinori Hattori (hattya) @ 2008-08-01 14:41 UTC (permalink / raw
  To: gentoo-commits

hattya      08/08/01 14:41:38

  Modified:             ChangeLog cunit-2.1.ebuild
  Log:
  stable on x86.
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.20                 dev-util/cunit/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cunit/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cunit/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cunit/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cunit/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	10 May 2008 08:07:51 -0000	1.19
+++ ChangeLog	1 Aug 2008 14:41:37 -0000	1.20
@@ -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.19 2008/05/10 08:07:51 jmglov Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/ChangeLog,v 1.20 2008/08/01 14:41:37 hattya Exp $
+
+  01 Aug 2008; Akinori Hattori <hattya@gentoo.org> cunit-2.1.ebuild:
+  stable on x86.
 
   10 May 2008; Josh Glover <jmglov@gentoo.org> cunit-2.1.ebuild:
   Bug # 221101 : re-adding KEYWORDS from cunit-2.0



1.3                  dev-util/cunit/cunit-2.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cunit/cunit-2.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cunit/cunit-2.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cunit/cunit-2.1.ebuild?r1=1.2&r2=1.3

Index: cunit-2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cunit/cunit-2.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cunit-2.1.ebuild	10 May 2008 08:07:51 -0000	1.2
+++ cunit-2.1.ebuild	1 Aug 2008 14:41:37 -0000	1.3
@@ -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.2 2008/05/10 08:07:51 jmglov Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/cunit-2.1.ebuild,v 1.3 2008/08/01 14:41:37 hattya Exp $
 
 inherit eutils autotools
 
@@ -15,7 +15,7 @@
 DEPEND="virtual/libc"
 SLOT="0"
 LICENSE="LGPL-2"
-KEYWORDS="~amd64 ppc sparc ~x86"
+KEYWORDS="~amd64 ppc sparc x86"
 IUSE=""
 
 S="${WORKDIR}/${MY_P}"






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-util/cunit: ChangeLog cunit-2.1.ebuild
@ 2008-10-18 14:18 Brent Baude (ranger)
  0 siblings, 0 replies; 6+ messages in thread
From: Brent Baude (ranger) @ 2008-10-18 14:18 UTC (permalink / raw
  To: gentoo-commits

ranger      08/10/18 14:18:48

  Modified:             ChangeLog cunit-2.1.ebuild
  Log:
  Marking cunit-2.1 ~ppc64 for bug 242546
  (Portage version: 2.2_rc12/cvs/Linux 2.6.24-gentoo-r3-g5-64 ppc64)

Revision  Changes    Path
1.21                 dev-util/cunit/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cunit/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cunit/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cunit/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cunit/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	1 Aug 2008 14:41:37 -0000	1.20
+++ ChangeLog	18 Oct 2008 14:18:48 -0000	1.21
@@ -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.20 2008/08/01 14:41:37 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/ChangeLog,v 1.21 2008/10/18 14:18:48 ranger Exp $
+
+  18 Oct 2008; Brent Baude <ranger@gentoo.org> cunit-2.1.ebuild:
+  Marking cunit-2.1 ~ppc64 for bug 242546
 
   01 Aug 2008; Akinori Hattori <hattya@gentoo.org> cunit-2.1.ebuild:
   stable on x86.



1.4                  dev-util/cunit/cunit-2.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cunit/cunit-2.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cunit/cunit-2.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cunit/cunit-2.1.ebuild?r1=1.3&r2=1.4

Index: cunit-2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cunit/cunit-2.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- cunit-2.1.ebuild	1 Aug 2008 14:41:37 -0000	1.3
+++ cunit-2.1.ebuild	18 Oct 2008 14:18:48 -0000	1.4
@@ -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.3 2008/08/01 14:41:37 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/cunit-2.1.ebuild,v 1.4 2008/10/18 14:18:48 ranger Exp $
 
 inherit eutils autotools
 
@@ -15,7 +15,7 @@
 DEPEND="virtual/libc"
 SLOT="0"
 LICENSE="LGPL-2"
-KEYWORDS="~amd64 ppc sparc x86"
+KEYWORDS="~amd64 ppc ~ppc64 sparc x86"
 IUSE=""
 
 S="${WORKDIR}/${MY_P}"






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-util/cunit: ChangeLog cunit-2.1.ebuild
@ 2008-10-21 17:36 Raul Porcel (armin76)
  0 siblings, 0 replies; 6+ messages in thread
From: Raul Porcel (armin76) @ 2008-10-21 17:36 UTC (permalink / raw
  To: gentoo-commits

armin76     08/10/21 17:36:13

  Modified:             ChangeLog cunit-2.1.ebuild
  Log:
  Add ~alpha/~ia64 wrt #242546
  (Portage version: 2.1.4.5)

Revision  Changes    Path
1.22                 dev-util/cunit/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cunit/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cunit/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cunit/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cunit/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	18 Oct 2008 14:18:48 -0000	1.21
+++ ChangeLog	21 Oct 2008 17:36:13 -0000	1.22
@@ -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.21 2008/10/18 14:18:48 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/ChangeLog,v 1.22 2008/10/21 17:36:13 armin76 Exp $
+
+  21 Oct 2008; Raúl Porcel <armin76@gentoo.org> cunit-2.1.ebuild:
+  Add ~alpha/~ia64 wrt #242546
 
   18 Oct 2008; Brent Baude <ranger@gentoo.org> cunit-2.1.ebuild:
   Marking cunit-2.1 ~ppc64 for bug 242546



1.5                  dev-util/cunit/cunit-2.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cunit/cunit-2.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cunit/cunit-2.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cunit/cunit-2.1.ebuild?r1=1.4&r2=1.5

Index: cunit-2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cunit/cunit-2.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- cunit-2.1.ebuild	18 Oct 2008 14:18:48 -0000	1.4
+++ cunit-2.1.ebuild	21 Oct 2008 17:36:13 -0000	1.5
@@ -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.4 2008/10/18 14:18:48 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/cunit-2.1.ebuild,v 1.5 2008/10/21 17:36:13 armin76 Exp $
 
 inherit eutils autotools
 
@@ -15,7 +15,7 @@
 DEPEND="virtual/libc"
 SLOT="0"
 LICENSE="LGPL-2"
-KEYWORDS="~amd64 ppc ~ppc64 sparc x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ppc ~ppc64 sparc x86"
 IUSE=""
 
 S="${WORKDIR}/${MY_P}"






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-util/cunit: ChangeLog cunit-2.1.ebuild
@ 2008-10-27  7:25 Peter Volkov (pva)
  0 siblings, 0 replies; 6+ messages in thread
From: Peter Volkov (pva) @ 2008-10-27  7:25 UTC (permalink / raw
  To: gentoo-commits

pva         08/10/27 07:25:02

  Modified:             ChangeLog cunit-2.1.ebuild
  Log:
  ~mips keyworded, bug #242546
  (Portage version: 2.2_rc12/cvs/Linux 2.6.26-openvz.git-777e816 i686)

Revision  Changes    Path
1.23                 dev-util/cunit/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cunit/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cunit/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cunit/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cunit/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	21 Oct 2008 17:36:13 -0000	1.22
+++ ChangeLog	27 Oct 2008 07:25:02 -0000	1.23
@@ -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



1.6                  dev-util/cunit/cunit-2.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cunit/cunit-2.1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cunit/cunit-2.1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cunit/cunit-2.1.ebuild?r1=1.5&r2=1.6

Index: cunit-2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cunit/cunit-2.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- cunit-2.1.ebuild	21 Oct 2008 17:36:13 -0000	1.5
+++ cunit-2.1.ebuild	27 Oct 2008 07:25:02 -0000	1.6
@@ -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 @@
 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}"






^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2008-10-27  7:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-01 14:41 [gentoo-commits] gentoo-x86 commit in dev-util/cunit: ChangeLog cunit-2.1.ebuild Akinori Hattori (hattya)
  -- strict thread matches above, loose matches on Subject: below --
2008-10-27  7:25 Peter Volkov (pva)
2008-10-21 17:36 Raul Porcel (armin76)
2008-10-18 14:18 Brent Baude (ranger)
2008-05-10  8:07 Josh Glover (jmglov)
2008-05-04  3:22 Josh Glover (jmglov)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox