summaryrefslogtreecommitdiff
path: root/app-text/uudeview/uudeview-0.5.20-r2.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-10-22 11:09:47 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-10-22 11:09:47 +0100
commit64e107b9b6058580ff0432107eb37cefb0b2a7d8 (patch)
tree9a44e603e2ae365e2b1fe35ac37f73e830cdee1d /app-text/uudeview/uudeview-0.5.20-r2.ebuild
parent957235cf19a691360c720f7913672adda4258ed0 (diff)
gentoo resync : 22.10.2018
Diffstat (limited to 'app-text/uudeview/uudeview-0.5.20-r2.ebuild')
-rw-r--r--app-text/uudeview/uudeview-0.5.20-r2.ebuild12
1 files changed, 6 insertions, 6 deletions
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
}