From 098a88d5180c0f0ddc014691e31908716e55c156 Mon Sep 17 00:00:00 2001 From: "Andreas K. Hüttel" Date: Sat, 20 Oct 2018 20:34:31 +0200 Subject: app-text/uudeview: Disable tk support, bug 661672 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The tk-related code fails to build with glibc-2.27 Closes: https://bugs.gentoo.org/661672 Signed-off-by: Andreas K. Hüttel Package-Manager: Portage-2.3.50, Repoman-2.3.11 --- app-text/uudeview/uudeview-0.5.20-r2.ebuild | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'app-text/uudeview') diff --git a/app-text/uudeview/uudeview-0.5.20-r2.ebuild b/app-text/uudeview/uudeview-0.5.20-r2.ebuild index 17446a4e771f..6331df769ce0 100644 --- a/app-text/uudeview/uudeview-0.5.20-r2.ebuild +++ b/app-text/uudeview/uudeview-0.5.20-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -12,10 +12,10 @@ SRC_URI="http://www.fpx.de/fp/Software/UUDeview/download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="tk" +IUSE="" -RDEPEND="tk? ( dev-lang/tk:0 )" -DEPEND="${RDEPEND}" +RDEPEND="" +DEPEND="" DOCS=( HISTORY INSTALL README ) @@ -39,6 +39,6 @@ src_prepare() { src_configure() { econf \ - $(use_enable tk tcl) \ - $(use_enable tk) + --disable-tcl \ + --disable-tk } -- cgit v1.2.3-65-gdbad