Skip to content

Commit

Permalink
app-text/uudeview: Disable tk support, bug 661672
Browse files Browse the repository at this point in the history
The tk-related code fails to build with glibc-2.27

Closes: https://bugs.gentoo.org/661672
Signed-off-by: Andreas K. Hüttel <[email protected]>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
  • Loading branch information
akhuettel committed Oct 20, 2018
1 parent df1cea5 commit 098a88d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app-text/uudeview/uudeview-0.5.20-r2.ebuild
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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 )

Expand All @@ -39,6 +39,6 @@ src_prepare() {

src_configure() {
econf \
$(use_enable tk tcl) \
$(use_enable tk)
--disable-tcl \
--disable-tk
}

0 comments on commit 098a88d

Please sign in to comment.