Skip to content

Commit

Permalink
media-radio/fldigi: Fix wrong USE deps (bug #622582 and 622616). Than…
Browse files Browse the repository at this point in the history
…ks Toralf.

Package-Manager: Portage-2.3.6, Repoman-2.3.2
  • Loading branch information
dl1jbe committed Jun 25, 2017
1 parent 29a4690 commit 05edb61
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions media-radio/fldigi/fldigi-4.0.5.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -4,33 +4,33 @@
EAPI=5

DESCRIPTION="Sound card based multimode software modem for Amateur Radio use"
HOMEPAGE="http://www.w1hkj.com/Fldigi.html"
HOMEPAGE="http://www.w1hkj.com"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="hamlib nls portaudio pulseaudio sndfile"
IUSE="hamlib nls pulseaudio"

RDEPEND="x11-libs/fltk:1[threads,xft]
media-libs/libsamplerate
media-libs/libpng:0
x11-misc/xdg-utils
dev-perl/RPC-XML
dev-perl/Term-ReadLine-Perl
>=media-libs/portaudio-19_pre20071207
hamlib? ( media-libs/hamlib )
portaudio? ( >=media-libs/portaudio-19_pre20071207 )
pulseaudio? ( media-sound/pulseaudio )
sndfile? ( >=media-libs/libsndfile-1.0.10 )"
>=media-libs/libsndfile-1.0.10"
DEPEND="${RDEPEND}
nls? ( sys-devel/gettext )
virtual/pkgconfig"

DOCS=( AUTHORS ChangeLog NEWS README )

src_configure() {
econf $(use_with sndfile) \
$(use_with portaudio) \
econf --with-sndfile \
--with-portaudio \
$(use_with hamlib) \
$(use_enable nls) \
$(use_with pulseaudio) \
Expand Down

0 comments on commit 05edb61

Please sign in to comment.