diff options
author | Austin English <wizardedit@gentoo.org> | 2016-09-01 15:52:20 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-09-01 17:07:22 -0500 |
commit | 6e96ba438edd852b4ab2c75562d1fa6ee3336384 (patch) | |
tree | ed58383357944e11e9482311f7385f4d5627e442 /games-kids | |
parent | dev-util/artifactory-bin: version bump (diff) | |
download | gentoo-6e96ba438edd852b4ab2c75562d1fa6ee3336384.tar.gz gentoo-6e96ba438edd852b4ab2c75562d1fa6ee3336384.tar.bz2 gentoo-6e96ba438edd852b4ab2c75562d1fa6ee3336384.zip |
games-kids/crayon-physics: add missing default in src_prepare()
Gentoo-Bug: https://bugs.gentoo.org/590618
Package-Manager: portage-2.3.0
Diffstat (limited to 'games-kids')
-rw-r--r-- | games-kids/crayon-physics/crayon-physics-55-r1.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games-kids/crayon-physics/crayon-physics-55-r1.ebuild b/games-kids/crayon-physics/crayon-physics-55-r1.ebuild index c9a69a52ca68..9d0747da11c0 100644 --- a/games-kids/crayon-physics/crayon-physics-55-r1.ebuild +++ b/games-kids/crayon-physics/crayon-physics-55-r1.ebuild @@ -48,6 +48,8 @@ pkg_nofetch() { } src_prepare() { + default + if use bundled-libs ; then mv lib32/_libSDL-1.2.so.0 lib32/libSDL-1.2.so.0 || die fi |