diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-08-01 13:20:59 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-08-01 13:20:59 +0000 |
commit | bcac47f0c56517bd044c550b57e76eb56a723d8b (patch) | |
tree | 6d138ce89860e9fa6e2fa4f2d6038db350e17825 /dev-util/cunit | |
parent | run elibtoolize for sane .so versionning on g/fbsd (diff) | |
download | gentoo-2-bcac47f0c56517bd044c550b57e76eb56a723d8b.tar.gz gentoo-2-bcac47f0c56517bd044c550b57e76eb56a723d8b.tar.bz2 gentoo-2-bcac47f0c56517bd044c550b57e76eb56a723d8b.zip |
keyword ~amd64-fbsd
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/cunit')
-rw-r--r-- | dev-util/cunit/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/cunit/cunit-2.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/cunit/ChangeLog b/dev-util/cunit/ChangeLog index 7244fff470ca..03f57527aa8b 100644 --- a/dev-util/cunit/ChangeLog +++ b/dev-util/cunit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/cunit # 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 $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/ChangeLog,v 1.31 2012/08/01 13:20:59 aballier Exp $ + + 01 Aug 2012; Alexis Ballier <aballier@gentoo.org> cunit-2.1-r1.ebuild: + keyword ~amd64-fbsd 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 diff --git a/dev-util/cunit/cunit-2.1-r1.ebuild b/dev-util/cunit/cunit-2.1-r1.ebuild index b66307298c8c..46ab4dbd6f29 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-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.8 2012/07/29 13:18:19 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/cunit-2.1-r1.ebuild,v 1.9 2012/08/01 13:20:59 aballier Exp $ EAPI=3 inherit eutils autotools @@ -16,7 +16,7 @@ HOMEPAGE="http://cunit.sourceforge.net" DEPEND="" SLOT="0" LICENSE="LGPL-2" -KEYWORDS="alpha amd64 ~arm 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-fbsd ~amd64-linux ~x86-linux ~ppc-macos" IUSE="" S=${WORKDIR}/${MY_P} |