diff options
author | Luis Medinas <metalgod@gentoo.org> | 2005-11-16 15:51:55 +0000 |
---|---|---|
committer | Luis Medinas <metalgod@gentoo.org> | 2005-11-16 15:51:55 +0000 |
commit | 840f42bb12ef559fa9227f11868bcd8b44bc9317 (patch) | |
tree | f3de140ad9b6338c670249beac710d71055db7c2 /dev-util/cunit | |
parent | Initial import. Ebuild by me. Since this is just a copy from hwdata-knoppix... (diff) | |
download | gentoo-2-840f42bb12ef559fa9227f11868bcd8b44bc9317.tar.gz gentoo-2-840f42bb12ef559fa9227f11868bcd8b44bc9317.tar.bz2 gentoo-2-840f42bb12ef559fa9227f11868bcd8b44bc9317.zip |
Added ~amd64 keyword. Closes bug #112662.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'dev-util/cunit')
-rw-r--r-- | dev-util/cunit/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/cunit/cunit-2.0.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-util/cunit/ChangeLog b/dev-util/cunit/ChangeLog index 36bacd3de729..cd16775df871 100644 --- a/dev-util/cunit/ChangeLog +++ b/dev-util/cunit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/cunit # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/ChangeLog,v 1.10 2005/04/12 08:00:14 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/ChangeLog,v 1.11 2005/11/16 15:51:55 metalgod Exp $ + + 16 Nov 2005; Luis Medinas <metalgod@gentoo.org> cunit-2.0.ebuild: + Added ~amd64 keyword. Closes bug #112662. *cunit-1.1.0.1-r1 (12 Apr 2005) *cunit-1.0.0.8-r1 (12 Apr 2005) diff --git a/dev-util/cunit/cunit-2.0.ebuild b/dev-util/cunit/cunit-2.0.ebuild index 91b90e519a55..c6cfde86dbba 100644 --- a/dev-util/cunit/cunit-2.0.ebuild +++ b/dev-util/cunit/cunit-2.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 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.1 2004/10/30 10:21:56 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/cunit-2.0.ebuild,v 1.2 2005/11/16 15:51:55 metalgod Exp $ inherit eutils gnuconfig @@ -10,7 +10,7 @@ HOMEPAGE="http://cunit.sourceforge.net" DEPEND="virtual/libc" SLOT="0" LICENSE="LGPL-2" -KEYWORDS="~x86 ~sparc ~ppc" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="" S=${WORKDIR}/CUnit-${PV}-1 |