diff options
author | Akinori Hattori <hattya@gentoo.org> | 2008-08-01 14:41:37 +0000 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2008-08-01 14:41:37 +0000 |
commit | 984ab335d5e88b83e28e8a96fcf0dcfc333d7d6a (patch) | |
tree | a69a38b88cd9f4e53e82b7b00074810cc8bae133 /dev-util/cunit | |
parent | Initial commit (diff) | |
download | gentoo-2-984ab335d5e88b83e28e8a96fcf0dcfc333d7d6a.tar.gz gentoo-2-984ab335d5e88b83e28e8a96fcf0dcfc333d7d6a.tar.bz2 gentoo-2-984ab335d5e88b83e28e8a96fcf0dcfc333d7d6a.zip |
stable on x86.
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-util/cunit')
-rw-r--r-- | dev-util/cunit/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/cunit/cunit-2.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/cunit/ChangeLog b/dev-util/cunit/ChangeLog index 7c6dca9066b6..59de1731569e 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.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 diff --git a/dev-util/cunit/cunit-2.1.ebuild b/dev-util/cunit/cunit-2.1.ebuild index 37445f4f9834..82d32303551a 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.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 @@ 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}/${MY_P}" |