diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-27 22:27:28 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-24 17:48:47 +0200 |
commit | 7ea047d9410f8fe5eff293aeb5ceaf65096a768a (patch) | |
tree | dfe1d944835d6288c6a9951eca4ace6b5cafd749 /net-dns | |
parent | net-dns/avahi: hard-disable avahi-ui-sharp (diff) | |
download | gentoo-7ea047d9410f8fe5eff293aeb5ceaf65096a768a.tar.gz gentoo-7ea047d9410f8fe5eff293aeb5ceaf65096a768a.tar.bz2 gentoo-7ea047d9410f8fe5eff293aeb5ceaf65096a768a.zip |
net-dns/avahi: Drop IUSE=gtk2
Bug: https://bugs.gentoo.org/769062
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/avahi/avahi-0.8-r3.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/net-dns/avahi/avahi-0.8-r3.ebuild b/net-dns/avahi/avahi-0.8-r3.ebuild index 26826ded6515..8c9e10456e2d 100644 --- a/net-dns/avahi/avahi-0.8-r3.ebuild +++ b/net-dns/avahi/avahi-0.8-r3.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/lathiat/avahi/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86" -IUSE="autoipd bookmarks +dbus doc gdbm gtk gtk2 howl-compat +introspection ipv6 kernel_linux mdnsresponder-compat mono nls python qt5 selinux systemd test" +IUSE="autoipd bookmarks +dbus doc gdbm gtk howl-compat +introspection ipv6 kernel_linux mdnsresponder-compat mono nls python qt5 selinux systemd test" REQUIRED_USE=" python? ( dbus gdbm ${PYTHON_REQUIRED_USE} ) @@ -33,7 +33,6 @@ DEPEND=" dev-libs/glib:2[${MULTILIB_USEDEP}] gdbm? ( sys-libs/gdbm:=[${MULTILIB_USEDEP}] ) qt5? ( dev-qt/qtcore:5 ) - gtk2? ( x11-libs/gtk+:2[${MULTILIB_USEDEP}] ) gtk? ( x11-libs/gtk+:3[${MULTILIB_USEDEP}] ) dbus? ( sys-apps/dbus[${MULTILIB_USEDEP}] ) kernel_linux? ( sys-libs/libcap ) @@ -108,6 +107,7 @@ src_prepare() { multilib_src_configure() { local myconf=( + --disable-gtk --disable-monodoc --disable-python-dbus --disable-qt3 @@ -122,8 +122,7 @@ multilib_src_configure() { --with-systemdsystemunitdir="$(systemd_get_systemunitdir)" $(use_enable dbus) $(use_enable gdbm) - $(use_enable gtk2 gtk) - $(use_enable gtk gtk3) + $(use_enable gtk gtk3) $(use_enable howl-compat compat-howl) $(use_enable mdnsresponder-compat compat-libdns_sd) $(use_enable nls) @@ -167,7 +166,7 @@ multilib_src_compile() { multilib_src_install() { emake install DESTDIR="${D}" - use bookmarks && use python && use dbus && use gtk2 || \ + use bookmarks && use python && use dbus || \ rm -f "${ED}"/usr/bin/avahi-bookmarks # https://github.com/lathiat/avahi/issues/28 |