diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-07-29 13:18:19 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-07-29 13:18:19 +0000 |
commit | 942b62013f8aee6cff4748c2dcc378ec0ef350a1 (patch) | |
tree | aa81809a88f83c3d9531ca729f768887d255dc9c /dev-util/cunit | |
parent | version bump (diff) | |
download | gentoo-2-942b62013f8aee6cff4748c2dcc378ec0ef350a1.tar.gz gentoo-2-942b62013f8aee6cff4748c2dcc378ec0ef350a1.tar.bz2 gentoo-2-942b62013f8aee6cff4748c2dcc378ec0ef350a1.zip |
Keyword ~arm, needed for libmetalink, needed for curl-7.27.0
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/cunit')
-rw-r--r-- | dev-util/cunit/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/cunit/cunit-2.1-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-util/cunit/ChangeLog b/dev-util/cunit/ChangeLog index 9f320e7f70a4..7244fff470ca 100644 --- a/dev-util/cunit/ChangeLog +++ b/dev-util/cunit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/cunit -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/ChangeLog,v 1.29 2011/04/10 02:59:58 abcd Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/ChangeLog,v 1.30 2012/07/29 13:18:19 blueness Exp $ + + 29 Jul 2012; Anthony G. Basile <blueness@gentoo.org> cunit-2.1-r1.ebuild: + Keyword ~arm, needed for libmetalink, needed for curl-7.27.0 10 Apr 2011; Jonathan Callen <abcd@gentoo.org> cunit-2.1-r1.ebuild: Add prefix support, bump EAPI to 3, add prefix keywords diff --git a/dev-util/cunit/cunit-2.1-r1.ebuild b/dev-util/cunit/cunit-2.1-r1.ebuild index 458cdc3d7af0..b66307298c8c 100644 --- a/dev-util/cunit/cunit-2.1-r1.ebuild +++ b/dev-util/cunit/cunit-2.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/cunit-2.1-r1.ebuild,v 1.7 2011/04/10 02:59:58 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/cunit-2.1-r1.ebuild,v 1.8 2012/07/29 13:18:19 blueness Exp $ EAPI=3 inherit eutils autotools @@ -16,7 +16,7 @@ HOMEPAGE="http://cunit.sourceforge.net" DEPEND="" SLOT="0" LICENSE="LGPL-2" -KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="" S=${WORKDIR}/${MY_P} |