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 DCE9715800F for ; Sat, 4 Feb 2023 21:32:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 343FBE07C7; Sat, 4 Feb 2023 21:32:30 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 03414E07C7 for ; Sat, 4 Feb 2023 21:32: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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4AA6A340AEC for ; Sat, 4 Feb 2023 21:32:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE39E89B for ; Sat, 4 Feb 2023 21:32:27 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1675546314.12b38d88ac7fbd8f098a19ceb59d48117a8e88f0.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/spectrum2/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/spectrum2/spectrum2-2.1.3-r1.ebuild net-im/spectrum2/spectrum2-2.1.3.ebuild X-VCS-Directories: net-im/spectrum2/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 12b38d88ac7fbd8f098a19ceb59d48117a8e88f0 X-VCS-Branch: master Date: Sat, 4 Feb 2023 21:32: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: 0acbb946-4585-4aad-8611-26233b8ac7e3 X-Archives-Hash: bd309bc4db4f210a5a60bc262f5fd79a commit: 12b38d88ac7fbd8f098a19ceb59d48117a8e88f0 Author: Sam James gentoo org> AuthorDate: Sat Feb 4 21:19:38 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sat Feb 4 21:31:54 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12b38d88 net-im/spectrum2: add subslot dep on log4cxx and depend on old Fails to build w/ 1.0.0. Bug: https://github.com/SpectrumIM/spectrum2/issues/464 Signed-off-by: Sam James gentoo.org> .../{spectrum2-2.1.3.ebuild => spectrum2-2.1.3-r1.ebuild} | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/net-im/spectrum2/spectrum2-2.1.3.ebuild b/net-im/spectrum2/spectrum2-2.1.3-r1.ebuild similarity index 92% rename from net-im/spectrum2/spectrum2-2.1.3.ebuild rename to net-im/spectrum2/spectrum2-2.1.3-r1.ebuild index 9578b2864a39..fbb5805b03e1 100644 --- a/net-im/spectrum2/spectrum2-2.1.3.ebuild +++ b/net-im/spectrum2/spectrum2-2.1.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -19,18 +19,19 @@ REQUIRED_USE=" " RESTRICT="!test? ( test )" +# https://github.com/SpectrumIM/spectrum2/issues/464 for log4cxx version limit RDEPEND=" acct-group/spectrum acct-user/spectrum dev-libs/boost:=[nls] dev-libs/expat dev-libs/libev:= - dev-libs/log4cxx + =net-im/swift-4.0.2-r2:= net-misc/curl sys-libs/zlib:=