summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2023-01-15 12:03:59 +0100
committerAlfredo Tupone <tupone@gentoo.org>2023-01-15 12:04:39 +0100
commite824a21078513e559651e70fed7a0abc8fa621f7 (patch)
tree6edbb6e951703b88e9b365b6538c50a9b7e8a076 /dev-tcltk
parentdev-lisp/sbcl: remove old version (diff)
downloadgentoo-e824a21078513e559651e70fed7a0abc8fa621f7.tar.gz
gentoo-e824a21078513e559651e70fed7a0abc8fa621f7.tar.bz2
gentoo-e824a21078513e559651e70fed7a0abc8fa621f7.zip
dev-tcltk/blt: X11 is mandatory
Closes: https://bugs.gentoo.org/800866 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-tcltk')
-rw-r--r--dev-tcltk/blt/blt-2.5.3-r2.ebuild (renamed from dev-tcltk/blt/blt-2.5.3-r1.ebuild)8
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-tcltk/blt/blt-2.5.3-r1.ebuild b/dev-tcltk/blt/blt-2.5.3-r2.ebuild
index 52f8652b362b..aa67d1d5dd5b 100644
--- a/dev-tcltk/blt/blt-2.5.3-r1.ebuild
+++ b/dev-tcltk/blt/blt-2.5.3-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -13,7 +13,7 @@ HOMEPAGE="https://sourceforge.net/projects/wize/"
SRC_URI="mirror://sourceforge/wize/${PN}-src-${PV}.zip
https://dev.gentoo.org/~tupone/distfiles/${P}-debian-patches.tar.gz"
-IUSE="jpeg static-libs X"
+IUSE="jpeg static-libs"
SLOT="0/${SHVER}"
LICENSE="BSD"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
@@ -21,7 +21,7 @@ KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390
DEPEND="
dev-lang/tk:0=
jpeg? ( media-libs/libjpeg-turbo:0= )
- X? ( x11-libs/libX11 )"
+ x11-libs/libX11"
RDEPEND="${DEPEND}"
BDEPEND="app-arch/unzip"
@@ -96,7 +96,7 @@ src_configure() {
--with-cflags="${CFLAGS}" \
--with-gnu-ld \
$(use_enable jpeg) \
- $(use_with X x) \
+ --with-X \
CC="$(tc-getCC)"
}