Gentoo Archives: gentoo-commits

From: Michael Sterrett <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-kids/crayon-physics/
Date: Sat, 31 Oct 2015 16:07:08
Message-Id: 1446307610.a0daf8cdc2fb0db9f3c91fe781e6a85bcf7acf76.mr_bones_@gentoo
1 commit: a0daf8cdc2fb0db9f3c91fe781e6a85bcf7acf76
2 Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 31 16:06:50 2015 +0000
4 Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 31 16:06:50 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0daf8cd
7
8 drop pulseaudio dep per Marcin Deranek (bug #563896)
9
10 Package-Manager: portage-2.2.20.1
11
12 games-kids/crayon-physics/crayon-physics-55.ebuild | 4 +---
13 1 file changed, 1 insertion(+), 3 deletions(-)
14
15 diff --git a/games-kids/crayon-physics/crayon-physics-55.ebuild b/games-kids/crayon-physics/crayon-physics-55.ebuild
16 index 0bf114e..2ef6c6b 100644
17 --- a/games-kids/crayon-physics/crayon-physics-55.ebuild
18 +++ b/games-kids/crayon-physics/crayon-physics-55.ebuild
19 @@ -19,9 +19,7 @@ MYGAMEDIR=${GAMES_PREFIX_OPT}/${PN}
20 QA_PREBUILT="${MYGAMEDIR#/}/crayon
21 ${MYGAMEDIR#/}/lib32/*"
22
23 -# fuck this pulseaudio linkage
24 RDEPEND="
25 - media-sound/pulseaudio[abi_x86_32(-)]
26 dev-qt/qtcore:4[abi_x86_32(-)]
27 dev-qt/qtgui:4[abi_x86_32(-)]
28 virtual/glu[abi_x86_32(-)]
29 @@ -36,7 +34,7 @@ RDEPEND="
30 media-libs/sdl-mixer[vorbis,wav]
31 media-libs/smpeg[X,opengl]
32 media-libs/tiff:0
33 - virtual/jpeg
34 + virtual/jpeg:0
35 )
36 )"