diff options
author | Fabian Groffen <grobian@gentoo.org> | 2011-02-25 19:12:31 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2011-02-25 19:12:31 +0000 |
commit | f17b8ddcd498248cf9976a04bbcf2acef74ead76 (patch) | |
tree | 5c474a72f160653c11bcb7b7c1076571feccd7de /sci-physics | |
parent | corrected fetch failure from /space/distfiles-local (diff) | |
download | gentoo-2-f17b8ddcd498248cf9976a04bbcf2acef74ead76.tar.gz gentoo-2-f17b8ddcd498248cf9976a04bbcf2acef74ead76.tar.bz2 gentoo-2-f17b8ddcd498248cf9976a04bbcf2acef74ead76.zip |
Marked ~amd64-linux, bug #356099
(Portage version: 2.2.01.17901-prefix/cvs/Darwin powerpc)
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/bullet/ChangeLog | 5 | ||||
-rw-r--r-- | sci-physics/bullet/bullet-2.77.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-physics/bullet/ChangeLog b/sci-physics/bullet/ChangeLog index 349e8bd7381b..cac43a63a292 100644 --- a/sci-physics/bullet/ChangeLog +++ b/sci-physics/bullet/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-physics/bullet # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/bullet/ChangeLog,v 1.20 2011/02/10 23:04:17 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/bullet/ChangeLog,v 1.21 2011/02/25 19:12:31 grobian Exp $ + + 25 Feb 2011; Fabian Groffen <grobian@gentoo.org> bullet-2.77.ebuild: + Marked ~amd64-linux, bug #356099 10 Feb 2011; Markos Chandras <hwoarang@gentoo.org> bullet-2.77.ebuild: Stable on amd64 wrt bug #354007 diff --git a/sci-physics/bullet/bullet-2.77.ebuild b/sci-physics/bullet/bullet-2.77.ebuild index 7c28d3ac90eb..5d46480becad 100644 --- a/sci-physics/bullet/bullet-2.77.ebuild +++ b/sci-physics/bullet/bullet-2.77.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/bullet/bullet-2.77.ebuild,v 1.3 2011/02/10 23:04:17 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/bullet/bullet-2.77.ebuild,v 1.4 2011/02/25 19:12:31 grobian Exp $ EAPI=2 inherit eutils cmake-utils @@ -11,7 +11,7 @@ SRC_URI="http://bullet.googlecode.com/files/${P}.tgz" LICENSE="ZLIB" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 x86 ~amd64-linux" IUSE="doc examples extras" RDEPEND="virtual/opengl |