diff options
author | Florian Schmaus <flow@gentoo.org> | 2022-09-20 11:30:58 +0200 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2022-09-20 13:35:27 +0200 |
commit | d51dd3c9b2cf5f3a983763484936276e24832af1 (patch) | |
tree | 4c9563c33bf95f3f164fec36eab465a6c418be28 /net-im | |
parent | llvm.org.eclass: Enable manpage dist for 15.0.1 (diff) | |
download | gentoo-d51dd3c9b2cf5f3a983763484936276e24832af1.tar.gz gentoo-d51dd3c9b2cf5f3a983763484936276e24832af1.tar.bz2 gentoo-d51dd3c9b2cf5f3a983763484936276e24832af1.zip |
net-im/psi: add 'dot' USE flag to graphviz dep
Closes: https://bugs.gentoo.org/872017
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/psi/psi-1.5-r1.ebuild (renamed from net-im/psi/psi-1.5.ebuild) | 4 | ||||
-rw-r--r-- | 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 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=" |