diff options
author | 2011-12-19 18:38:48 +0000 | |
---|---|---|
committer | 2011-12-19 18:38:48 +0000 | |
commit | a0ea96e576ee6bdea70c58f6c7f44dbb9e1487ac (patch) | |
tree | 1529581067407b9cb103f0e6a1cf9d6e6dc6ba13 /sci-physics/bullet | |
parent | Stable for AMD64, wrt bug #393895 (diff) | |
download | gentoo-2-a0ea96e576ee6bdea70c58f6c7f44dbb9e1487ac.tar.gz gentoo-2-a0ea96e576ee6bdea70c58f6c7f44dbb9e1487ac.tar.bz2 gentoo-2-a0ea96e576ee6bdea70c58f6c7f44dbb9e1487ac.zip |
Now really installs libraries, fixing bug #395097
(Portage version: 2.1.10.41/cvs/Linux x86_64)
Diffstat (limited to 'sci-physics/bullet')
-rw-r--r-- | sci-physics/bullet/ChangeLog | 8 | ||||
-rw-r--r-- | sci-physics/bullet/bullet-2.79-r1.ebuild (renamed from sci-physics/bullet/bullet-2.79.ebuild) | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/sci-physics/bullet/ChangeLog b/sci-physics/bullet/ChangeLog index c024bc849daf..7d427a1e4564 100644 --- a/sci-physics/bullet/ChangeLog +++ b/sci-physics/bullet/ChangeLog @@ -1,6 +1,12 @@ # 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.24 2011/11/28 22:25:42 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/bullet/ChangeLog,v 1.25 2011/12/19 18:38:48 bicatali Exp $ + +*bullet-2.79-r1 (19 Dec 2011) + + 19 Dec 2011; Sébastien Fabbro <bicatali@gentoo.org> -bullet-2.79.ebuild, + +bullet-2.79-r1.ebuild: + Now really installs libraries, fixing bug #395097 *bullet-2.79 (28 Nov 2011) diff --git a/sci-physics/bullet/bullet-2.79.ebuild b/sci-physics/bullet/bullet-2.79-r1.ebuild index 9b343ea77478..7c8c4cfb6d74 100644 --- a/sci-physics/bullet/bullet-2.79.ebuild +++ b/sci-physics/bullet/bullet-2.79-r1.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.79.ebuild,v 1.1 2011/11/28 22:25:42 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/bullet/bullet-2.79-r1.ebuild,v 1.1 2011/12/19 18:38:48 bicatali Exp $ EAPI=4 @@ -35,7 +35,7 @@ src_configure() { } src_install() { - default + cmake-utils_src_install use doc && dodoc *.pdf if use examples; then insinto /usr/share/doc/${PF}/examples |