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 A9858158089 for ; Wed, 15 Nov 2023 19:42:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E44BA2BC018; Wed, 15 Nov 2023 19:42:07 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B81602BC018 for ; Wed, 15 Nov 2023 19:42:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6F70F335DA8 for ; Wed, 15 Nov 2023 19:42:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D1986AAB for ; Wed, 15 Nov 2023 19:42:04 +0000 (UTC) From: "Daniel Pielmeier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Daniel Pielmeier" Message-ID: <1700077302.1913fc778338b4a0377ee22ba7fc439b39c0ce66.billie@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/conky/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/conky/conky-1.19.6-r1.ebuild app-admin/conky/conky-1.19.6-r2.ebuild X-VCS-Directories: app-admin/conky/ X-VCS-Committer: billie X-VCS-Committer-Name: Daniel Pielmeier X-VCS-Revision: 1913fc778338b4a0377ee22ba7fc439b39c0ce66 X-VCS-Branch: master Date: Wed, 15 Nov 2023 19:42:04 +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: fdbb219a-a2c3-4df1-b2f3-10c2739e26b1 X-Archives-Hash: 5f7923091a0c2f3c2dd52c9d6a8c3291 commit: 1913fc778338b4a0377ee22ba7fc439b39c0ce66 Author: Daniel Pielmeier gentoo org> AuthorDate: Wed Nov 15 19:38:46 2023 +0000 Commit: Daniel Pielmeier gentoo org> CommitDate: Wed Nov 15 19:41:42 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1913fc77 app-admin/conky: Really fix 915964 Signed-off-by: Daniel Pielmeier gentoo.org> Bug: https://bugs.gentoo.org/915964 .../conky/{conky-1.19.6-r1.ebuild => conky-1.19.6-r2.ebuild} | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/app-admin/conky/conky-1.19.6-r1.ebuild b/app-admin/conky/conky-1.19.6-r2.ebuild similarity index 98% rename from app-admin/conky/conky-1.19.6-r1.ebuild rename to app-admin/conky/conky-1.19.6-r2.ebuild index 41a5bd379f95..9e0a9052978e 100644 --- a/app-admin/conky/conky-1.19.6-r1.ebuild +++ b/app-admin/conky/conky-1.19.6-r2.ebuild @@ -65,13 +65,6 @@ RDEPEND=" cmus? ( media-sound/cmus ) hddtemp? ( app-admin/hddtemp ) moc? ( media-sound/moc ) - extras? ( - app-editors/nano - || ( - app-editors/vim - app-editors/gvim - ) - ) " DEPEND=" ${COMMON_DEPEND} @@ -150,6 +143,7 @@ src_configure() { -DBUILD_X11=yes -DBUILD_XDAMAGE=yes -DBUILD_XDBE=yes + -DBUILD_XFIXES=yes -DBUILD_XSHAPE=yes -DBUILD_MOUSE_EVENTS=yes -DOWN_WINDOW=yes