diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-10-21 17:36:13 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-10-21 17:36:13 +0000 |
commit | 1096a4d5f30360b52ceb51a0d97250161bfcf1ec (patch) | |
tree | a6c560c35c46c7756c074174ea364cdfd907ac37 /dev-util/cunit | |
parent | alpha/sparc/x86 stable wrt #232542 (diff) | |
download | gentoo-2-1096a4d5f30360b52ceb51a0d97250161bfcf1ec.tar.gz gentoo-2-1096a4d5f30360b52ceb51a0d97250161bfcf1ec.tar.bz2 gentoo-2-1096a4d5f30360b52ceb51a0d97250161bfcf1ec.zip |
Add ~alpha/~ia64 wrt #242546
(Portage version: 2.1.4.5)
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 b1d9fa127d33..79779de8dc8a 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.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 diff --git a/dev-util/cunit/cunit-2.1.ebuild b/dev-util/cunit/cunit-2.1.ebuild index 6a72153a05f4..d5250b268370 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.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 @@ HOMEPAGE="http://cunit.sourceforge.net" 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}" |