diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2007-04-24 19:48:11 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2007-04-24 19:48:11 +0000 |
commit | a353f862663980ae941f151d409556afdff15e60 (patch) | |
tree | 40e20e71029265d7bdbcfec1eb148c58fc45e451 /dev-util/cunit | |
parent | remove old version (diff) | |
download | gentoo-2-a353f862663980ae941f151d409556afdff15e60.tar.gz gentoo-2-a353f862663980ae941f151d409556afdff15e60.tar.bz2 gentoo-2-a353f862663980ae941f151d409556afdff15e60.zip |
Stable on sparc
(Portage version: 2.1.2.2)
Diffstat (limited to 'dev-util/cunit')
-rw-r--r-- | dev-util/cunit/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/cunit/cunit-2.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/cunit/ChangeLog b/dev-util/cunit/ChangeLog index 89c278a581c4..be1c9d540573 100644 --- a/dev-util/cunit/ChangeLog +++ b/dev-util/cunit/ChangeLog @@ -1,6 +1,9 @@ # 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.15 2007/04/02 16:58:53 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/ChangeLog,v 1.16 2007/04/24 19:48:11 gustavoz Exp $ + + 24 Apr 2007; Gustavo Zacarias <gustavoz@gentoo.org> cunit-2.0.ebuild: + Stable on sparc 02 Apr 2007; Petteri Räty <betelgeuse@gentoo.org> -cunit-1.0.0.6.ebuild, -cunit-1.0.0.8-r1.ebuild, -cunit-1.1.0.1.ebuild: diff --git a/dev-util/cunit/cunit-2.0.ebuild b/dev-util/cunit/cunit-2.0.ebuild index c8ee50c0303e..89fc1048316e 100644 --- a/dev-util/cunit/cunit-2.0.ebuild +++ b/dev-util/cunit/cunit-2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/cunit-2.0.ebuild,v 1.4 2007/04/02 16:57:02 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/cunit-2.0.ebuild,v 1.5 2007/04/24 19:48:11 gustavoz Exp $ inherit eutils autotools @@ -10,7 +10,7 @@ HOMEPAGE="http://cunit.sourceforge.net" DEPEND="virtual/libc" SLOT="0" LICENSE="LGPL-2" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~ppc sparc ~x86" IUSE="" S=${WORKDIR}/CUnit-${PV}-1 |