diff options
author | Tim Harder <radhermit@gentoo.org> | 2017-08-01 09:34:51 -0400 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2017-08-03 20:33:19 -0400 |
commit | 80258bd2af43f1b9a1a5015c7f6f7101b2075ca9 (patch) | |
tree | ee902622bbbb365c15ecf154ca615fbac96c6b55 /media-sound/csound | |
parent | app-misc/beep: clean up old. (diff) | |
download | gentoo-80258bd2af43f1b9a1a5015c7f6f7101b2075ca9.tar.gz gentoo-80258bd2af43f1b9a1a5015c7f6f7101b2075ca9.tar.bz2 gentoo-80258bd2af43f1b9a1a5015c7f6f7101b2075ca9.zip |
media-sound/csound: drop unnecessary csound-manual blocker
Diffstat (limited to 'media-sound/csound')
-rw-r--r-- | media-sound/csound/csound-6.09.1.ebuild | 7 | ||||
-rw-r--r-- | media-sound/csound/csound-9999.ebuild | 7 |
2 files changed, 2 insertions, 12 deletions
diff --git a/media-sound/csound/csound-6.09.1.ebuild b/media-sound/csound/csound-6.09.1.ebuild index 13059c170b0a..064241c1a08a 100644 --- a/media-sound/csound/csound-6.09.1.ebuild +++ b/media-sound/csound/csound-6.09.1.ebuild @@ -91,12 +91,7 @@ DEPEND="${RDEPEND} " if [[ ${PV} != "9999" ]]; then - DEPEND+=" - doc? ( - app-arch/unzip - !app-doc/csound-manual - ) - " + DEPEND+="doc? ( app-arch/unzip )" fi # requires specific alsa settings diff --git a/media-sound/csound/csound-9999.ebuild b/media-sound/csound/csound-9999.ebuild index 73a1cd391971..a896acb2486a 100644 --- a/media-sound/csound/csound-9999.ebuild +++ b/media-sound/csound/csound-9999.ebuild @@ -91,12 +91,7 @@ DEPEND="${RDEPEND} " if [[ ${PV} != "9999" ]]; then - DEPEND+=" - doc? ( - app-arch/unzip - !app-doc/csound-manual - ) - " + DEPEND+="doc? ( app-arch/unzip )" fi # requires specific alsa settings |