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 (4096 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9706C1581F0 for ; Fri, 13 Dec 2024 02:48:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D731E0972; Fri, 13 Dec 2024 02:48:31 +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 7AAF0E0972 for ; Fri, 13 Dec 2024 02:48:30 +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 002DA34106C for ; Fri, 13 Dec 2024 02:48:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4894790B for ; Fri, 13 Dec 2024 02:48:27 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1734058101.bfc597cacab9f53fd8ef9a78b4d83341cdb0e54b.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libei/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libei/libei-1.3.0-r1.ebuild dev-libs/libei/libei-1.3.0-r2.ebuild X-VCS-Directories: dev-libs/libei/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: bfc597cacab9f53fd8ef9a78b4d83341cdb0e54b X-VCS-Branch: master Date: Fri, 13 Dec 2024 02:48:27 +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: 8dafb847-3131-4303-aedb-4fcf72a5fa90 X-Archives-Hash: da6a5a8c19bd4bbfe5bd81b8d70094b6 commit: bfc597cacab9f53fd8ef9a78b4d83341cdb0e54b Author: Matt Turner gentoo org> AuthorDate: Fri Dec 13 02:46:18 2024 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Dec 13 02:48:21 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfc597ca dev-libs/libei: Restore dev-python/attrs dependency Closes: https://bugs.gentoo.org/946329 Signed-off-by: Matt Turner gentoo.org> dev-libs/libei/{libei-1.3.0-r1.ebuild => libei-1.3.0-r2.ebuild} | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-libs/libei/libei-1.3.0-r1.ebuild b/dev-libs/libei/libei-1.3.0-r2.ebuild similarity index 96% rename from dev-libs/libei/libei-1.3.0-r1.ebuild rename to dev-libs/libei/libei-1.3.0-r2.ebuild index 3c5bc8f5dcf1..266eb8b84a26 100644 --- a/dev-libs/libei/libei-1.3.0-r1.ebuild +++ b/dev-libs/libei/libei-1.3.0-r2.ebuild @@ -30,6 +30,7 @@ DEPEND="${RDEPEND}" BDEPEND=" virtual/pkgconfig $(python_gen_any_dep ' + dev-python/attrs[${PYTHON_USEDEP}] dev-python/jinja2[${PYTHON_USEDEP}] ') test? ( @@ -57,6 +58,7 @@ python_check_deps() { || return 1 fi python_has_version \ + "dev-python/attrs[${PYTHON_USEDEP}]" \ "dev-python/jinja2[${PYTHON_USEDEP}]" \ || return 1 }