diff options
author | Alexis Ballier <aballier@gentoo.org> | 2010-04-12 13:50:16 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2010-04-12 13:50:16 +0000 |
commit | 4e08b04d61b3e7b6313aabffe5ea470066e7ee41 (patch) | |
tree | bb9ae21c8daba5802f5065f7491ef550e3883725 /media-libs | |
parent | x86 stable wrt bug #312953 (diff) | |
download | gentoo-2-4e08b04d61b3e7b6313aabffe5ea470066e7ee41.tar.gz gentoo-2-4e08b04d61b3e7b6313aabffe5ea470066e7ee41.tar.bz2 gentoo-2-4e08b04d61b3e7b6313aabffe5ea470066e7ee41.zip |
keyword ~x86-fbsd thanks to Henning Schild <henning@wh9.tu-dresden.de>, bug #303899
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/qhull/ChangeLog | 8 | ||||
-rw-r--r-- | media-libs/qhull/qhull-2003.1-r1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/media-libs/qhull/ChangeLog b/media-libs/qhull/ChangeLog index ea64d3dd7927..4f4e272b0a93 100644 --- a/media-libs/qhull/ChangeLog +++ b/media-libs/qhull/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/qhull -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/qhull/ChangeLog,v 1.33 2009/11/26 19:24:20 bicatali Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/qhull/ChangeLog,v 1.34 2010/04/12 13:50:16 aballier Exp $ + + 12 Apr 2010; Alexis Ballier <aballier@gentoo.org> qhull-2003.1-r1.ebuild: + keyword ~x86-fbsd thanks to Henning Schild <henning@wh9.tu-dresden.de>, + bug #303899 26 Nov 2009; Sébastien Fabbro <bicatali@gentoo.org> qhull-2003.1-r1.ebuild: diff --git a/media-libs/qhull/qhull-2003.1-r1.ebuild b/media-libs/qhull/qhull-2003.1-r1.ebuild index e3d54d943688..df4259dd4f1d 100644 --- a/media-libs/qhull/qhull-2003.1-r1.ebuild +++ b/media-libs/qhull/qhull-2003.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/qhull/qhull-2003.1-r1.ebuild,v 1.9 2009/11/26 19:24:20 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/qhull/qhull-2003.1-r1.ebuild,v 1.10 2010/04/12 13:50:16 aballier Exp $ EAPI=2 inherit eutils flag-o-matic @@ -12,7 +12,7 @@ SRC_URI="${HOMEPAGE}/download/${P}.tar.gz" SLOT="0" LICENSE="BSD" -KEYWORDS="alpha amd64 ~hppa ppc ~ppc64 ~sparc ~x86" +KEYWORDS="alpha amd64 ~hppa ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="doc" pkg_setup() { |