From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 89C30158086 for ; Sat, 1 Jan 2022 20:08:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 092F42BC083; Sat, 1 Jan 2022 20:08:06 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E30442BC083 for ; Sat, 1 Jan 2022 20:08:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0DA46342F5B for ; Sat, 1 Jan 2022 20:08:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CB0212A4 for ; Sat, 1 Jan 2022 20:08:01 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1641067665.644ff650c45d863de748cedd5b773cb381bb12f7.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/icewm/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/icewm/icewm-2.8.0.ebuild x11-wm/icewm/icewm-2.9.3.ebuild x11-wm/icewm/icewm-2.9.4.ebuild X-VCS-Directories: x11-wm/icewm/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 644ff650c45d863de748cedd5b773cb381bb12f7 X-VCS-Branch: master Date: Sat, 1 Jan 2022 20:08:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 83e577f5-5690-45f6-87c0-e22d45469629 X-Archives-Hash: 2a8739d543e23f00b570bf821d3da8b6 commit: 644ff650c45d863de748cedd5b773cb381bb12f7 Author: David Seifert gentoo org> AuthorDate: Sat Jan 1 20:07:45 2022 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Jan 1 20:07:45 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=644ff650 x11-wm/icewm: remove uclibc Signed-off-by: David Seifert gentoo.org> x11-wm/icewm/icewm-2.8.0.ebuild | 4 ++-- x11-wm/icewm/icewm-2.9.3.ebuild | 4 ++-- x11-wm/icewm/icewm-2.9.4.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/x11-wm/icewm/icewm-2.8.0.ebuild b/x11-wm/icewm/icewm-2.8.0.ebuild index de9a2fa05add..58575e5ae44d 100644 --- a/x11-wm/icewm/icewm-2.8.0.ebuild +++ b/x11-wm/icewm/icewm-2.8.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/ice-wm/icewm/releases/download/${PV}/${P}.tar.lz" SLOT="0" KEYWORDS="amd64 ppc ~ppc64 sparc x86" -IUSE="+alsa ao bidi debug +gdk-pixbuf imlib nls truetype uclibc xinerama" +IUSE="+alsa ao bidi debug +gdk-pixbuf imlib nls truetype xinerama" # Tests broken in all versions, patches welcome, bug #323907, #389533 RESTRICT="test" diff --git a/x11-wm/icewm/icewm-2.9.3.ebuild b/x11-wm/icewm/icewm-2.9.3.ebuild index 6d9fc5f765eb..0b653160bbb5 100644 --- a/x11-wm/icewm/icewm-2.9.3.ebuild +++ b/x11-wm/icewm/icewm-2.9.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/ice-wm/icewm/releases/download/${PV}/${P}.tar.lz" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="+alsa ao bidi debug +gdk-pixbuf imlib nls truetype uclibc xinerama" +IUSE="+alsa ao bidi debug +gdk-pixbuf imlib nls truetype xinerama" # Tests broken in all versions, patches welcome, bug #323907, #389533 RESTRICT="test" diff --git a/x11-wm/icewm/icewm-2.9.4.ebuild b/x11-wm/icewm/icewm-2.9.4.ebuild index 6d9fc5f765eb..0b653160bbb5 100644 --- a/x11-wm/icewm/icewm-2.9.4.ebuild +++ b/x11-wm/icewm/icewm-2.9.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/ice-wm/icewm/releases/download/${PV}/${P}.tar.lz" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="+alsa ao bidi debug +gdk-pixbuf imlib nls truetype uclibc xinerama" +IUSE="+alsa ao bidi debug +gdk-pixbuf imlib nls truetype xinerama" # Tests broken in all versions, patches welcome, bug #323907, #389533 RESTRICT="test"