diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2022-06-22 10:55:53 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2022-06-22 11:01:23 +0200 |
commit | d64089392cd2dfe63ecf77a3e2861f4d9e579b7d (patch) | |
tree | f670fee06a1c4147aad9442b2840e4490e817cd0 /media-sound/qmmp | |
parent | profiles: last-rite app-laptop/tuxedo-keyboard (diff) | |
download | gentoo-d64089392cd2dfe63ecf77a3e2861f4d9e579b7d.tar.gz gentoo-d64089392cd2dfe63ecf77a3e2861f4d9e579b7d.tar.bz2 gentoo-d64089392cd2dfe63ecf77a3e2861f4d9e579b7d.zip |
media-sound/qmmp: Revbump to fix usage of unused cmake variables
Closes: https://bugs.gentoo.org/853715
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'media-sound/qmmp')
-rw-r--r-- | media-sound/qmmp/qmmp-1.6.1-r1.ebuild (renamed from media-sound/qmmp/qmmp-1.6.1.ebuild) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/media-sound/qmmp/qmmp-1.6.1.ebuild b/media-sound/qmmp/qmmp-1.6.1-r1.ebuild index a55e77012a92..74de5e84ffe0 100644 --- a/media-sound/qmmp/qmmp-1.6.1.ebuild +++ b/media-sound/qmmp/qmmp-1.6.1-r1.ebuild @@ -125,7 +125,6 @@ src_configure() { -DUSE_FLAC="$(usex flac)" -DUSE_GME="$(usex game)" -DUSE_GNOMEHOTKEY="$(usex gnome)" - -DUSE_HAL=OFF -DUSE_JACK="$(usex jack)" -DUSE_LADSPA="$(usex ladspa)" -DUSE_LYRICS="$(usex lyrics)" @@ -149,7 +148,7 @@ src_configure() { -DUSE_SOXR="$(usex soxr)" -DUSE_STEREO="$(usex stereo)" -DUSE_STATICON="$(usex tray)" - -DUSE_UDISKS2="$(usex udisks)" + -DUSE_UDISKS="$(usex udisks)" -DUSE_VORBIS="$(usex vorbis)" -DUSE_WAVPACK="$(usex wavpack)" -DUSE_XMP="$(usex xmp)" |