Skip to content

Commit

Permalink
media-sound/jalv: dropped gtk2 use flag
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/769065
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Miroslav Šulc <[email protected]>
  • Loading branch information
fordfrog committed Feb 8, 2021
1 parent 44275d0 commit f20d8c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
6 changes: 2 additions & 4 deletions media-sound/jalv/jalv-1.6.4.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
Expand All @@ -14,7 +14,7 @@ SRC_URI="http://download.drobilla.net/${P}.tar.bz2"
LICENSE="ISC"
SLOT="0"
KEYWORDS="amd64"
IUSE="gtk gtk2 gtkmm portaudio qt5"
IUSE="gtk gtkmm portaudio qt5"

RDEPEND="
>=dev-libs/serd-0.24.0
Expand All @@ -24,7 +24,6 @@ RDEPEND="
>=media-libs/sratom-0.6.0
>=media-libs/suil-0.10.0
gtk? ( >=x11-libs/gtk+-3.0.0:3 )
gtk2? ( >=x11-libs/gtk+-2.18.0:2 )
gtkmm? ( >=dev-cpp/gtkmm-2.20.0:2.4 )
portaudio? ( media-libs/portaudio )
!portaudio? ( virtual/jack )
Expand All @@ -50,7 +49,6 @@ src_configure() {
--no-qt4 \
$(use qt5 || echo --no-qt5) \
$(use gtk || echo --no-gtk3) \
$(use gtk2 || echo --no-gtk2) \
$(use gtkmm || echo --no-gtkmm) \
$(use portaudio && echo --portaudio)
}
4 changes: 1 addition & 3 deletions media-sound/jalv/jalv-1.6.6.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ SRC_URI="http://download.drobilla.net/${P}.tar.bz2"
LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64"
IUSE="gtk gtk2 gtkmm portaudio qt5"
IUSE="gtk gtkmm portaudio qt5"

RDEPEND="
dev-libs/serd
Expand All @@ -24,7 +24,6 @@ RDEPEND="
media-libs/sratom
media-libs/suil
gtk? ( x11-libs/gtk+:3 )
gtk2? ( x11-libs/gtk+:2 )
gtkmm? ( dev-cpp/gtkmm:2.4 )
portaudio? ( media-libs/portaudio )
!portaudio? ( virtual/jack )
Expand Down Expand Up @@ -52,7 +51,6 @@ src_configure() {
--no-qt4 \
$(use qt5 || echo --no-qt5) \
$(use gtk || echo --no-gtk3) \
$(use gtk2 || echo --no-gtk2) \
$(use gtkmm || echo --no-gtkmm) \
$(use portaudio && echo --portaudio)
}
1 change: 0 additions & 1 deletion media-sound/jalv/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
</longdescription>

<use>
<flag name="gtk2">Adds support for GTK+2 in addition to GTK+3 controlled by the gtk useflag.</flag>
<flag name="gtkmm"> Adds support for <pkg>dev-cpp/gtkmm</pkg>: C++ interface for GTK+2</flag>
</use>

Expand Down

0 comments on commit f20d8c3

Please sign in to comment.