summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-12-06 09:14:45 +0000
committerSam James <sam@gentoo.org>2022-12-06 09:14:45 +0000
commitd6fe589b40bbc8e88f5c13fdea6558e50f1d8a4f (patch)
tree9923eeef14ddbcecc431dc58242e8549be464e74 /x11-libs
parentprofiles: mask broken =x11-libs/libICE-1.1.0 (diff)
downloadgentoo-d6fe589b40bbc8e88f5c13fdea6558e50f1d8a4f.tar.gz
gentoo-d6fe589b40bbc8e88f5c13fdea6558e50f1d8a4f.tar.bz2
gentoo-d6fe589b40bbc8e88f5c13fdea6558e50f1d8a4f.zip
x11-libs/libICE: drop 1.1.0
Bug: https://bugs.gentoo.org/884369 Bug: https://bugs.gentoo.org/884563 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/libICE/libICE-1.1.0.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/x11-libs/libICE/libICE-1.1.0.ebuild b/x11-libs/libICE/libICE-1.1.0.ebuild
deleted file mode 100644
index 4166e1d11bec..000000000000
--- a/x11-libs/libICE/libICE-1.1.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-XORG_MULTILIB=yes
-XORG_TARBALL_SUFFIX="xz"
-inherit xorg-3
-
-DESCRIPTION="X.Org Inter-Client Exchange library"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
-
-DEPEND="x11-base/xorg-proto
- x11-libs/xtrans"
-RDEPEND="${DEPEND}
- elibc_glibc? (
- || ( >=sys-libs/glibc-2.36 dev-libs/libbsd[${MULTILIB_USEDEP}] )
- )
-"
-
-XORG_CONFIGURE_OPTIONS=(
- --enable-ipv6
- --disable-docs
- --disable-specs
- --without-fop
-)