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 43F32158094 for ; Tue, 20 Sep 2022 11:35:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86A45E0A59; Tue, 20 Sep 2022 11:35:44 +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 69277E0A59 for ; Tue, 20 Sep 2022 11:35:44 +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 4705C3407E6 for ; Tue, 20 Sep 2022 11:35:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7EA195CB for ; Tue, 20 Sep 2022 11:35:41 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1663673727.d51dd3c9b2cf5f3a983763484936276e24832af1.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/psi/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/psi/psi-1.5-r1.ebuild net-im/psi/psi-1.5.ebuild net-im/psi/psi-9999.ebuild X-VCS-Directories: net-im/psi/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: d51dd3c9b2cf5f3a983763484936276e24832af1 X-VCS-Branch: master Date: Tue, 20 Sep 2022 11:35:41 +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: 745269cf-c683-4fcb-a3d7-ac88c8b396f2 X-Archives-Hash: b8091dc3ebba1aacdc33d2999a32a2b0 commit: d51dd3c9b2cf5f3a983763484936276e24832af1 Author: Florian Schmaus gentoo org> AuthorDate: Tue Sep 20 09:30:58 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Tue Sep 20 11:35:27 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d51dd3c9 net-im/psi: add 'dot' USE flag to graphviz dep Closes: https://bugs.gentoo.org/872017 Signed-off-by: Florian Schmaus gentoo.org> net-im/psi/{psi-1.5.ebuild => psi-1.5-r1.ebuild} | 4 ++-- net-im/psi/psi-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-im/psi/psi-1.5.ebuild b/net-im/psi/psi-1.5-r1.ebuild similarity index 97% rename from net-im/psi/psi-1.5.ebuild rename to net-im/psi/psi-1.5-r1.ebuild index 51720b881c72..68f516fd6100 100644 --- a/net-im/psi/psi-1.5.ebuild +++ b/net-im/psi/psi-1.5-r1.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=7 @@ -25,7 +25,7 @@ REQUIRED_USE=" BDEPEND=" dev-qt/linguist-tools:5 virtual/pkgconfig - doc? ( app-doc/doxygen ) + doc? ( app-doc/doxygen[dot] ) " DEPEND=" app-crypt/qca:2[ssl] diff --git a/net-im/psi/psi-9999.ebuild b/net-im/psi/psi-9999.ebuild index 6dc0701912e8..4d4fbb81991e 100644 --- a/net-im/psi/psi-9999.ebuild +++ b/net-im/psi/psi-9999.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=7 @@ -30,7 +30,7 @@ REQUIRED_USE=" BDEPEND=" dev-qt/linguist-tools:5 virtual/pkgconfig - doc? ( app-doc/doxygen ) + doc? ( app-doc/doxygen[dot] ) extras? ( >=sys-devel/qconf-2.4 ) " DEPEND="