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 3AC4215806E for ; Sun, 14 May 2023 14:54:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 24C81E088A; Sun, 14 May 2023 14:54:20 +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 8925AE088A for ; Sun, 14 May 2023 14:54:19 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 979FE340E3B for ; Sun, 14 May 2023 14:54:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F402D990 for ; Sun, 14 May 2023 14:54:16 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1684075999.49ff03f7e0cb6afe2ec4fc0a31023ee38aa85361.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/xpra/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/xpra/xpra-4.3.4-r1.ebuild x11-wm/xpra/xpra-9999.ebuild X-VCS-Directories: x11-wm/xpra/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 49ff03f7e0cb6afe2ec4fc0a31023ee38aa85361 X-VCS-Branch: master Date: Sun, 14 May 2023 14:54:16 +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: 0780fee9-eff2-47dd-b289-8b6d1c617d52 X-Archives-Hash: d432d6f54cfdd9c189d8b65e4617846c commit: 49ff03f7e0cb6afe2ec4fc0a31023ee38aa85361 Author: James Le Cuirot gentoo org> AuthorDate: Sun May 14 14:39:50 2023 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sun May 14 14:53:19 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49ff03f7 x11-wm/xpra: Don't use reserved TDEPEND variable name Signed-off-by: James Le Cuirot gentoo.org> x11-wm/xpra/xpra-4.3.4-r1.ebuild | 6 +++--- x11-wm/xpra/xpra-9999.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/x11-wm/xpra/xpra-4.3.4-r1.ebuild b/x11-wm/xpra/xpra-4.3.4-r1.ebuild index eb1ec1c68778..88e345b4b4c5 100644 --- a/x11-wm/xpra/xpra-4.3.4-r1.ebuild +++ b/x11-wm/xpra/xpra-4.3.4-r1.ebuild @@ -33,7 +33,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE} test? ( client clipboard crypt dbus html server sound xdg xinerama ) " -TDEPEND=" +TEST_DEPEND=" $(python_gen_cond_dep ' dev-python/netifaces[${PYTHON_USEDEP}] dev-python/pillow[jpeg?,${PYTHON_USEDEP}] @@ -81,7 +81,7 @@ DEPEND=" " RDEPEND=" ${DEPEND} - ${TDEPEND} + ${TEST_DEPEND} $(python_gen_cond_dep ' crypt? ( dev-python/cryptography[${PYTHON_USEDEP}] ) cups? ( dev-python/pycups[${PYTHON_USEDEP}] ) @@ -105,7 +105,7 @@ RDEPEND=" udev? ( virtual/udev ) " DEPEND+=" - test? ( ${TDEPEND} ) + test? ( ${TEST_DEPEND} ) " BDEPEND=" $(python_gen_cond_dep ' diff --git a/x11-wm/xpra/xpra-9999.ebuild b/x11-wm/xpra/xpra-9999.ebuild index 5e5fb4d66e2f..2d2f17c05900 100644 --- a/x11-wm/xpra/xpra-9999.ebuild +++ b/x11-wm/xpra/xpra-9999.ebuild @@ -30,7 +30,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE} test? ( client clipboard crypt dbus html server sound xdg xinerama ) " -TDEPEND=" +TEST_DEPEND=" $(python_gen_cond_dep ' dev-python/netifaces[${PYTHON_USEDEP}] dev-python/pillow[jpeg?,${PYTHON_USEDEP}] @@ -78,7 +78,7 @@ DEPEND=" " RDEPEND=" ${DEPEND} - ${TDEPEND} + ${TEST_DEPEND} $(python_gen_cond_dep ' crypt? ( dev-python/cryptography[${PYTHON_USEDEP}] ) cups? ( dev-python/pycups[${PYTHON_USEDEP}] ) @@ -102,7 +102,7 @@ RDEPEND=" udev? ( virtual/udev ) " DEPEND+=" - test? ( ${TDEPEND} ) + test? ( ${TEST_DEPEND} ) " BDEPEND=" $(python_gen_cond_dep '