Gentoo Archives: gentoo-commits

From: Austin English <wizardedit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-kids/crayon-physics/
Date: Thu, 01 Sep 2016 22:07:47
Message-Id: 1472767642.6e96ba438edd852b4ab2c75562d1fa6ee3336384.wizardedit@gentoo
1 commit: 6e96ba438edd852b4ab2c75562d1fa6ee3336384
2 Author: Austin English <wizardedit <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 1 20:52:20 2016 +0000
4 Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 1 22:07:22 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e96ba43
7
8 games-kids/crayon-physics: add missing default in src_prepare()
9
10 Gentoo-Bug: https://bugs.gentoo.org/590618
11
12 Package-Manager: portage-2.3.0
13
14 games-kids/crayon-physics/crayon-physics-55-r1.ebuild | 2 ++
15 1 file changed, 2 insertions(+)
16
17 diff --git a/games-kids/crayon-physics/crayon-physics-55-r1.ebuild b/games-kids/crayon-physics/crayon-physics-55-r1.ebuild
18 index c9a69a5..9d0747d 100644
19 --- a/games-kids/crayon-physics/crayon-physics-55-r1.ebuild
20 +++ b/games-kids/crayon-physics/crayon-physics-55-r1.ebuild
21 @@ -48,6 +48,8 @@ pkg_nofetch() {
22 }
23
24 src_prepare() {
25 + default
26 +
27 if use bundled-libs ; then
28 mv lib32/_libSDL-1.2.so.0 lib32/libSDL-1.2.so.0 || die
29 fi