diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2015-10-31 12:06:50 -0400 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2015-10-31 12:06:50 -0400 |
commit | a0daf8cdc2fb0db9f3c91fe781e6a85bcf7acf76 (patch) | |
tree | 87d1c18c650cb47ea65fb810c574aa13fa774e60 /games-kids | |
parent | sci-visualization/kst: remove old (diff) | |
download | gentoo-a0daf8cdc2fb0db9f3c91fe781e6a85bcf7acf76.tar.gz gentoo-a0daf8cdc2fb0db9f3c91fe781e6a85bcf7acf76.tar.bz2 gentoo-a0daf8cdc2fb0db9f3c91fe781e6a85bcf7acf76.zip |
drop pulseaudio dep per Marcin Deranek (bug #563896)
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'games-kids')
-rw-r--r-- | games-kids/crayon-physics/crayon-physics-55.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games-kids/crayon-physics/crayon-physics-55.ebuild b/games-kids/crayon-physics/crayon-physics-55.ebuild index 0bf114e83f3b..2ef6c6b64330 100644 --- a/games-kids/crayon-physics/crayon-physics-55.ebuild +++ b/games-kids/crayon-physics/crayon-physics-55.ebuild @@ -19,9 +19,7 @@ MYGAMEDIR=${GAMES_PREFIX_OPT}/${PN} QA_PREBUILT="${MYGAMEDIR#/}/crayon ${MYGAMEDIR#/}/lib32/*" -# fuck this pulseaudio linkage RDEPEND=" - media-sound/pulseaudio[abi_x86_32(-)] dev-qt/qtcore:4[abi_x86_32(-)] dev-qt/qtgui:4[abi_x86_32(-)] virtual/glu[abi_x86_32(-)] @@ -36,7 +34,7 @@ RDEPEND=" media-libs/sdl-mixer[vorbis,wav] media-libs/smpeg[X,opengl] media-libs/tiff:0 - virtual/jpeg + virtual/jpeg:0 ) )" |