aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth M. Price <sprice623@aol.com>2024-01-09 19:14:45 -0500
committerSeth M. Price <sprice623@aol.com>2024-01-09 19:19:53 -0500
commitcd6288f163a66bed4040965a153749fffa805c54 (patch)
tree24047a5caf27c38127bbf4c57a3d5ca65a892a33 /net-dialup
parentmail-filter/postfix-mta-sts-resolver: PYPI_NO_NORMALIZE=1 is needed for corre... (diff)
downloadguru-cd6288f163a66bed4040965a153749fffa805c54.tar.gz
guru-cd6288f163a66bed4040965a153749fffa805c54.tar.bz2
guru-cd6288f163a66bed4040965a153749fffa805c54.zip
net-dialup/minimodem: add `REQUIRED_USE`
Closes: https://bugs.gentoo.org/921630 Signed-off-by: Seth M. Price <sprice623@aol.com>
Diffstat (limited to 'net-dialup')
-rw-r--r--net-dialup/minimodem/minimodem-0.24-r1.ebuild (renamed from net-dialup/minimodem/minimodem-0.24.ebuild)3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-dialup/minimodem/minimodem-0.24.ebuild b/net-dialup/minimodem/minimodem-0.24-r1.ebuild
index 2ca21b255..d8144fe0a 100644
--- a/net-dialup/minimodem/minimodem-0.24.ebuild
+++ b/net-dialup/minimodem/minimodem-0.24-r1.ebuild
@@ -12,7 +12,8 @@ SRC_URI="http://www.whence.com/minimodem/minimodem-${PV}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64"
-IUSE="alsa pulseaudio sndfile sndio"
+IUSE="+alsa pulseaudio sndfile sndio"
+REQUIRED_USE+="|| ( alsa pulseaudio sndfile )"
DEPEND="sndfile? ( media-libs/libsndfile )
sci-libs/fftw:3.0